mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
chore(deps): Bump dex from v2.43.0 to v2.44.0 (#26448)
Signed-off-by: Kevin Joe Harris <kevinjoeharris1@gmail.com>
This commit is contained in:
parent
3eeebd8346
commit
b0b9658e04
10 changed files with 10 additions and 10 deletions
2
.github/workflows/ci-build.yaml
vendored
2
.github/workflows/ci-build.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
2
manifests/ha/install-with-hydrator.yaml
generated
2
manifests/ha/install-with-hydrator.yaml
generated
|
|
@ -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:
|
||||
|
|
|
|||
2
manifests/ha/install.yaml
generated
2
manifests/ha/install.yaml
generated
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
2
manifests/ha/namespace-install.yaml
generated
2
manifests/ha/namespace-install.yaml
generated
|
|
@ -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:
|
||||
|
|
|
|||
2
manifests/install-with-hydrator.yaml
generated
2
manifests/install-with-hydrator.yaml
generated
|
|
@ -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:
|
||||
|
|
|
|||
2
manifests/install.yaml
generated
2
manifests/install.yaml
generated
|
|
@ -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:
|
||||
|
|
|
|||
2
manifests/namespace-install-with-hydrator.yaml
generated
2
manifests/namespace-install-with-hydrator.yaml
generated
|
|
@ -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:
|
||||
|
|
|
|||
2
manifests/namespace-install.yaml
generated
2
manifests/namespace-install.yaml
generated
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue