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: v2.14.9-2025-05-20-9356e64a
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 : 7.8.23-5 -cap-v2.14.9-2025-05-20-9356e64a
6+ version : 7.8.23-6 -cap-v2.14.9-2025-05-20-9356e64a
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: upgraded redis image to 7.4.3
30+ description: bumped Dex to v2.43.0
Original file line number Diff line number Diff line change @@ -1217,7 +1217,7 @@ NOTE: Any values you put under `.Values.configs.cm` are passed to argocd-cm Conf
12171217| dex.extraContainers | list | `[]` | Additional containers to be added to the dex pod |
12181218| dex.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Dex imagePullPolicy |
12191219| dex.image.repository | string | `"ghcr.io/dexidp/dex"` | Dex image repository |
1220- | dex.image.tag | string | `"v2.42 .0"` | Dex image tag |
1220+ | dex.image.tag | string | `"v2.43 .0"` | Dex image tag |
12211221| dex.imagePullSecrets | list | `[]` (defaults to global.imagePullSecrets) | Secrets with credentials to pull images from a private registry |
12221222| dex.initContainers | list | `[]` | Init containers to add to the dex pod |
12231223| dex.initImage.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Argo CD init image imagePullPolicy |
Original file line number Diff line number Diff line change @@ -1037,7 +1037,7 @@ dex:
10371037 # -- Dex image repository
10381038 repository : ghcr.io/dexidp/dex
10391039 # -- Dex image tag
1040- tag : v2.42 .0
1040+ tag : v2.43 .0
10411041 # -- Dex imagePullPolicy
10421042 # @default -- `""` (defaults to global.image.imagePullPolicy)
10431043 imagePullPolicy : " "
You can’t perform that action at this time.
0 commit comments