Skip to content

Commit 0e56109

Browse files
chore(argo-cd): Update ghcr.io/dexidp/dex Docker tag to v2.44.0
Signed-off-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
1 parent f88bcfa commit 0e56109

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: v3.1.1
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: 8.3.2
6+
version: 8.3.3
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: Bump redis_exporter to v1.76.0
30+
description: Bump dex to v2.44.0

charts/argo-cd/README.md

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

charts/argo-cd/values.yaml

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

0 commit comments

Comments
 (0)