minor-changes in chart.yaml and values.yaml
This commit is contained in:
parent
0f6bc91b02
commit
1e32a96033
2 changed files with 2 additions and 2 deletions
|
@ -23,4 +23,4 @@ dependencies:
|
||||||
condition: redis-ha.enabled
|
condition: redis-ha.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- "[Changed]: Update Argo CD to v2.5.7"
|
- "[Changed]: Update Argo CD extensions to v0.2.1"
|
||||||
|
|
|
@ -1341,7 +1341,7 @@ server:
|
||||||
# -- Repository to use for extensions image
|
# -- Repository to use for extensions image
|
||||||
repository: "ghcr.io/argoproj-labs/argocd-extensions"
|
repository: "ghcr.io/argoproj-labs/argocd-extensions"
|
||||||
# -- Tag to use for extensions image
|
# -- Tag to use for extensions image
|
||||||
tag: "v0.1.0"
|
tag: "v0.2.1"
|
||||||
# -- Image pull policy for extensions
|
# -- Image pull policy for extensions
|
||||||
# @default -- `""` (defaults to global.image.imagePullPolicy)
|
# @default -- `""` (defaults to global.image.imagePullPolicy)
|
||||||
imagePullPolicy: ""
|
imagePullPolicy: ""
|
||||||
|
|
Loading…
Reference in a new issue