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 Dec 7, 2021
1 parent 7aa6048 commit c840e9e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
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.5.4
version: 0.9.0
1 change: 1 addition & 0 deletions charts/cloud-screenshot/templates/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ stringData:
SECURE_AUTH_KEY='{{ .Values.SECURE_AUTH_KEY }}'
SECURE_AUTH_SALT='{{ .Values.SECURE_AUTH_SALT }}'
VIRTUAL_HOST='{{ .Values.VIRTUAL_HOST }}'
UPLOADS_ZIP_URL='{{ .Values.UPLOADS_ZIP_URL }}'
WP_DEBUG_LOG=true
WP_ENV='{{ .Values.WP_ENV }}'
WP_HOME='{{ .Values.WP_HOME }}'
Expand Down
2 changes: 2 additions & 0 deletions charts/cloud-screenshot/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ S3_SECRET_CLOUD_ITEMS_BACKUP_2:
SECURE_AUTH_KEY:
SECURE_AUTH_SALT:

UPLOADS_ZIP_URL:
VIRTUAL_HOST:

WP_ENV:
WP_HOME:
WP_SITEURL:

0 comments on commit c840e9e

Please sign in to comment.