diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index eae73376178f1..397c98d72bc74 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -412,7 +412,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.35.3-distroless + docker pull ghcr.io/dexidp/dex:v2.35.3 docker pull argoproj/argo-cd-ci-builder:v1.0.0 docker pull redis:7.0.5-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 2ac75ed49b789..dd2d37fea62e8 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.35.3-distroless + image: ghcr.io/dexidp/dex:v2.35.3 imagePullPolicy: Always command: [/shared/argocd-dex, rundex] env: diff --git a/manifests/ha/install.yaml b/manifests/ha/install.yaml index 36fbf572602f2..ed635ee5c74d1 100644 --- a/manifests/ha/install.yaml +++ b/manifests/ha/install.yaml @@ -11256,7 +11256,7 @@ spec: key: dexserver.disable.tls name: argocd-cmd-params-cm optional: true - image: ghcr.io/dexidp/dex:v2.35.3-distroless + image: ghcr.io/dexidp/dex:v2.35.3 imagePullPolicy: Always name: dex ports: diff --git a/manifests/ha/namespace-install.yaml b/manifests/ha/namespace-install.yaml index af6e259295c21..9174dd36fdcdd 100644 --- a/manifests/ha/namespace-install.yaml +++ b/manifests/ha/namespace-install.yaml @@ -1678,7 +1678,7 @@ spec: key: dexserver.disable.tls name: argocd-cmd-params-cm optional: true - image: ghcr.io/dexidp/dex:v2.35.3-distroless + image: ghcr.io/dexidp/dex:v2.35.3 imagePullPolicy: Always name: dex ports: diff --git a/manifests/install.yaml b/manifests/install.yaml index b7f51dda9fc3d..5f0d1be65348e 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -10334,7 +10334,7 @@ spec: key: dexserver.disable.tls name: argocd-cmd-params-cm optional: true - image: ghcr.io/dexidp/dex:v2.35.3-distroless + image: ghcr.io/dexidp/dex:v2.35.3 imagePullPolicy: Always name: dex ports: diff --git a/manifests/namespace-install.yaml b/manifests/namespace-install.yaml index 232357ce81083..10ff420a1b4d5 100644 --- a/manifests/namespace-install.yaml +++ b/manifests/namespace-install.yaml @@ -756,7 +756,7 @@ spec: key: dexserver.disable.tls name: argocd-cmd-params-cm optional: true - image: ghcr.io/dexidp/dex:v2.35.3-distroless + image: ghcr.io/dexidp/dex:v2.35.3 imagePullPolicy: Always name: dex ports: