diff --git a/charts/cloud-screenshot/Chart.yaml b/charts/cloud-screenshot/Chart.yaml index 42324b5..e537162 100644 --- a/charts/cloud-screenshot/Chart.yaml +++ b/charts/cloud-screenshot/Chart.yaml @@ -5,4 +5,4 @@ maintainers: - email: dustin@elegantthemes.com name: Elegant Themes name: cloud-screenshot -version: 0.9.9 +version: 0.9.10 diff --git a/charts/cloud-screenshot/templates/cloud-screenshot.yml b/charts/cloud-screenshot/templates/cloud-screenshot.yml index 1764304..fda100f 100644 --- a/charts/cloud-screenshot/templates/cloud-screenshot.yml +++ b/charts/cloud-screenshot/templates/cloud-screenshot.yml @@ -156,7 +156,7 @@ spec: readOnly: true subPath: nginx.conf -{{ range $_, $index := seq 10 }} +{{ range $_, $index := seq 5 }} {{ include "screenshot.container.worker" (dict "Values" $.Values "index" $index) }} {{ end }}