Fix Appsmith image name in Helm chart values (#9460)
This commit is contained in:
parent
4ced0954db
commit
31cac9f85f
|
|
@ -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 * * * *"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user