Fix Appsmith image name in Helm chart values (#9460)

This commit is contained in:
Shrikant Sharat Kandula 2021-12-02 16:08:35 +05:30 committed by GitHub
parent 4ced0954db
commit 31cac9f85f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ strategyType: RollingUpdate
##
image:
registry: index.docker.io
repository: appsmith/appsmith-editor
repository: appsmith/appsmith-ce
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "latest"
@ -257,4 +257,4 @@ autoupdate:
enabled: true
## @param autoupdate.scheduler - Schedule cron job to check & update Helm image
##
scheduler: "0 * * * *"
scheduler: "0 * * * *"