File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ appVersion: v3.1.1
33kubeVersion : " >=1.25.0-0"
44description : A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
55name : argo-cd
6- version : 8.3.2
6+ version : 8.3.3
77home : https://github.com/argoproj/argo-helm
88icon : https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99sources :
@@ -27,4 +27,4 @@ annotations:
2727 url: https://argoproj.github.io/argo-helm/pgp_keys.asc
2828 artifacthub.io/changes : |
2929 - kind: changed
30- description: Bump redis_exporter to v1.76 .0
30+ description: Bump dex to v2.44 .0
Original file line number Diff line number Diff line change @@ -1253,7 +1253,7 @@ NOTE: Any values you put under `.Values.configs.cm` are passed to argocd-cm Conf
12531253| dex.extraContainers | list | `[]` | Additional containers to be added to the dex pod |
12541254| dex.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Dex imagePullPolicy |
12551255| dex.image.repository | string | `"ghcr.io/dexidp/dex"` | Dex image repository |
1256- | dex.image.tag | string | `"v2.43.1 "` | Dex image tag |
1256+ | dex.image.tag | string | `"v2.44.0 "` | Dex image tag |
12571257| dex.imagePullSecrets | list | `[]` (defaults to global.imagePullSecrets) | Secrets with credentials to pull images from a private registry |
12581258| dex.initContainers | list | `[]` | Init containers to add to the dex pod |
12591259| dex.initImage.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Argo CD init image imagePullPolicy |
Original file line number Diff line number Diff line change @@ -1167,7 +1167,7 @@ dex:
11671167 # -- Dex image repository
11681168 repository : ghcr.io/dexidp/dex
11691169 # -- Dex image tag
1170- tag : v2.43.1
1170+ tag : v2.44.0
11711171 # -- Dex imagePullPolicy
11721172 # @default -- `""` (defaults to global.image.imagePullPolicy)
11731173 imagePullPolicy : " "
You can’t perform that action at this time.
0 commit comments