Skip to content

Commit 3d5e656

Browse files
committed
bumpo dex to 2.41.1
Signed-off-by: reggie-k <[email protected]>
1 parent 333b9c7 commit 3d5e656

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
@@ -1273,7 +1273,7 @@ NAME: my-release
12731273
| dex.extraContainers | list | `[]` | Additional containers to be added to the dex pod |
12741274
| dex.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Dex imagePullPolicy |
12751275
| dex.image.repository | string | `"ghcr.io/dexidp/dex"` | Dex image repository |
1276-
| dex.image.tag | string | `"v2.38.0"` | Dex image tag |
1276+
| dex.image.tag | string | `"v2.41.1"` | Dex image tag |
12771277
| dex.imagePullSecrets | list | `[]` (defaults to global.imagePullSecrets) | Secrets with credentials to pull images from a private registry |
12781278
| dex.initContainers | list | `[]` | Init containers to add to the dex pod |
12791279
| 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
@@ -984,7 +984,7 @@ dex:
984984
# -- Dex image repository
985985
repository: ghcr.io/dexidp/dex
986986
# -- Dex image tag
987-
tag: v2.38.0
987+
tag: v2.41.1
988988
# -- Dex imagePullPolicy
989989
# @default -- `""` (defaults to global.image.imagePullPolicy)
990990
imagePullPolicy: ""

0 commit comments

Comments
 (0)