Skip to content

Commit

Permalink
feat(cloud): add DIVI_VERSION to screenshot chart
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Jan 11, 2022
1 parent ac712f1 commit f162352
Show file tree
Hide file tree
Showing 3 changed files with 5 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.2
version: 0.9.3
4 changes: 3 additions & 1 deletion charts/cloud-screenshot/templates/cloud-screenshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
app: cloud-screenshot
spec:
initContainers:
- name: cloud-screenshot-init
- name: init
env:
- name: NODE_NAME
valueFrom:
Expand All @@ -46,6 +46,8 @@ spec:
value: '{{ .Values.CLOUD_SCREENSHOT_VERSION }}'
- name: CLOUD_SCREENSHOT_INIT
value: '1'
- name: DIVI_VERSION
value: '{{ .Values.DIVI_VERSION }}'
image: '{{ .Values.CLOUD_SCREENSHOT_IMAGE }}'
command: ['/etc/cont-init.d/init']
resources:
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 @@ -17,6 +17,7 @@ DB_PASSWORD:
DB_PREFIX:
DB_USER:

DIVI_VERSION:
GITHUB_TOKEN:
INSTALL_PATH:

Expand Down

0 comments on commit f162352

Please sign in to comment.