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
|
||||
annotations:
|
||||
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: "ghcr.io/argoproj-labs/argocd-extensions"
|
||||
# -- Tag to use for extensions image
|
||||
tag: "v0.1.0"
|
||||
tag: "v0.2.1"
|
||||
# -- Image pull policy for extensions
|
||||
# @default -- `""` (defaults to global.image.imagePullPolicy)
|
||||
imagePullPolicy: ""
|
||||
|
|
Loading…
Reference in a new issue