Skip to content

Commit

Permalink
feat(cloud): update cloud-screenshot chart
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Feb 8, 2022
1 parent bf66208 commit f9aa3fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/cloud-screenshot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ maintainers:
- email: dustin@elegantthemes.com
name: Elegant Themes
name: cloud-screenshot
version: 0.9.11
version: 0.9.12
2 changes: 1 addition & 1 deletion charts/cloud-screenshot/templates/cloud-screenshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ spec:
readOnly: true
subPath: nginx.conf

{{ range $_, $index := untilStep 1 5 1 }}
{{ range $_, $index := untilStep 1 (int .Values.CLOUD_SCREENSHOT_WORKERS) 1 }}
{{ include "screenshot.container.worker" (dict "Values" $.Values "index" $index) }}
{{ end }}

Expand Down
1 change: 1 addition & 0 deletions charts/cloud-screenshot/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ AUTH_SALT:
CLOUD_SCREENSHOT_IMAGE:
CLOUD_SCREENSHOT_REPO_URL:
CLOUD_SCREENSHOT_VERSION:
CLOUD_SCREENSHOT_WORKERS:

DB_HOST_0:
DB_HOST_1:
Expand Down

0 comments on commit f9aa3fc

Please sign in to comment.