diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 006fccdae2..b2711138bf 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -502,7 +502,7 @@ jobs: git config --global user.email "john.doe@example.com" - name: Pull Docker image required for tests run: | - docker pull ghcr.io/dexidp/dex:v2.43.0 + docker pull ghcr.io/dexidp/dex:v2.44.0 docker pull argoproj/argo-cd-ci-builder:v1.0.0 docker pull redis:8.2.3-alpine - name: Create target directory for binaries in the build-process diff --git a/manifests/base/dex/argocd-dex-server-deployment.yaml b/manifests/base/dex/argocd-dex-server-deployment.yaml index 1c1203b63e..bb96fdd34b 100644 --- a/manifests/base/dex/argocd-dex-server-deployment.yaml +++ b/manifests/base/dex/argocd-dex-server-deployment.yaml @@ -37,7 +37,7 @@ spec: type: RuntimeDefault containers: - name: dex - image: ghcr.io/dexidp/dex:v2.43.0 + image: ghcr.io/dexidp/dex:v2.44.0 imagePullPolicy: Always command: [/shared/argocd-dex, rundex] env: diff --git a/manifests/ha/install-with-hydrator.yaml b/manifests/ha/install-with-hydrator.yaml index a579203ab2..27aa5ad1ea 100644 --- a/manifests/ha/install-with-hydrator.yaml +++ b/manifests/ha/install-with-hydrator.yaml @@ -32961,7 +32961,7 @@ spec: key: dexserver.disable.tls name: argocd-cmd-params-cm optional: true - image: ghcr.io/dexidp/dex:v2.43.0 + image: ghcr.io/dexidp/dex:v2.44.0 imagePullPolicy: Always name: dex ports: diff --git a/manifests/ha/install.yaml b/manifests/ha/install.yaml index 50acd99357..2a2c1661b1 100644 --- a/manifests/ha/install.yaml +++ b/manifests/ha/install.yaml @@ -32791,7 +32791,7 @@ spec: key: dexserver.disable.tls name: argocd-cmd-params-cm optional: true - image: ghcr.io/dexidp/dex:v2.43.0 + image: ghcr.io/dexidp/dex:v2.44.0 imagePullPolicy: Always name: dex ports: diff --git a/manifests/ha/namespace-install-with-hydrator.yaml b/manifests/ha/namespace-install-with-hydrator.yaml index aba76de2f2..322f4d26af 100644 --- a/manifests/ha/namespace-install-with-hydrator.yaml +++ b/manifests/ha/namespace-install-with-hydrator.yaml @@ -2208,7 +2208,7 @@ spec: key: dexserver.disable.tls name: argocd-cmd-params-cm optional: true - image: ghcr.io/dexidp/dex:v2.43.0 + image: ghcr.io/dexidp/dex:v2.44.0 imagePullPolicy: Always name: dex ports: diff --git a/manifests/ha/namespace-install.yaml b/manifests/ha/namespace-install.yaml index 9d86778c75..5462f02301 100644 --- a/manifests/ha/namespace-install.yaml +++ b/manifests/ha/namespace-install.yaml @@ -2038,7 +2038,7 @@ spec: key: dexserver.disable.tls name: argocd-cmd-params-cm optional: true - image: ghcr.io/dexidp/dex:v2.43.0 + image: ghcr.io/dexidp/dex:v2.44.0 imagePullPolicy: Always name: dex ports: diff --git a/manifests/install-with-hydrator.yaml b/manifests/install-with-hydrator.yaml index 0b3f507f24..2d63c50711 100644 --- a/manifests/install-with-hydrator.yaml +++ b/manifests/install-with-hydrator.yaml @@ -32039,7 +32039,7 @@ spec: key: dexserver.disable.tls name: argocd-cmd-params-cm optional: true - image: ghcr.io/dexidp/dex:v2.43.0 + image: ghcr.io/dexidp/dex:v2.44.0 imagePullPolicy: Always name: dex ports: diff --git a/manifests/install.yaml b/manifests/install.yaml index 302fd31e12..57156795b7 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -31867,7 +31867,7 @@ spec: key: dexserver.disable.tls name: argocd-cmd-params-cm optional: true - image: ghcr.io/dexidp/dex:v2.43.0 + image: ghcr.io/dexidp/dex:v2.44.0 imagePullPolicy: Always name: dex ports: diff --git a/manifests/namespace-install-with-hydrator.yaml b/manifests/namespace-install-with-hydrator.yaml index d299e736f8..6beafa6de0 100644 --- a/manifests/namespace-install-with-hydrator.yaml +++ b/manifests/namespace-install-with-hydrator.yaml @@ -1286,7 +1286,7 @@ spec: key: dexserver.disable.tls name: argocd-cmd-params-cm optional: true - image: ghcr.io/dexidp/dex:v2.43.0 + image: ghcr.io/dexidp/dex:v2.44.0 imagePullPolicy: Always name: dex ports: diff --git a/manifests/namespace-install.yaml b/manifests/namespace-install.yaml index 8394abbc39..371f0eb96d 100644 --- a/manifests/namespace-install.yaml +++ b/manifests/namespace-install.yaml @@ -1114,7 +1114,7 @@ spec: key: dexserver.disable.tls name: argocd-cmd-params-cm optional: true - image: ghcr.io/dexidp/dex:v2.43.0 + image: ghcr.io/dexidp/dex:v2.44.0 imagePullPolicy: Always name: dex ports: