Skip to content

Commit d137ced

Browse files
authored
bumped dex to 2.42.0 (#129)
Signed-off-by: reggie-k <[email protected]>
1 parent 99b74a0 commit d137ced

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/argo-cd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,7 @@ NAME: my-release
12861286
| dex.extraContainers | list | `[]` | Additional containers to be added to the dex pod |
12871287
| dex.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Dex imagePullPolicy |
12881288
| dex.image.repository | string | `"ghcr.io/dexidp/dex"` | Dex image repository |
1289-
| dex.image.tag | string | `"v2.41.1"` | Dex image tag |
1289+
| dex.image.tag | string | `"v2.42.0"` | Dex image tag |
12901290
| dex.imagePullSecrets | list | `[]` (defaults to global.imagePullSecrets) | Secrets with credentials to pull images from a private registry |
12911291
| dex.initContainers | list | `[]` | Init containers to add to the dex pod |
12921292
| 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
@@ -1027,7 +1027,7 @@ dex:
10271027
# -- Dex image repository
10281028
repository: ghcr.io/dexidp/dex
10291029
# -- Dex image tag
1030-
tag: v2.41.1
1030+
tag: v2.42.0
10311031
# -- Dex imagePullPolicy
10321032
# @default -- `""` (defaults to global.image.imagePullPolicy)
10331033
imagePullPolicy: ""

0 commit comments

Comments
 (0)