Skip to content

Commit 3952657

Browse files
authored
bumped dex to 2.43.0 (#156)
Signed-off-by: reggie-k <[email protected]>
1 parent eecb4eb commit 3952657

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/argo-cd/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ appVersion: v2.14.9-2025-05-20-9356e64a
33
kubeVersion: ">=1.25.0-0"
44
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
55
name: 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
77
home: https://github.com/argoproj/argo-helm
88
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99
sources:
@@ -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

charts/argo-cd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 |

charts/argo-cd/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: ""

0 commit comments

Comments
 (0)