Skip to content

Commit 77383a8

Browse files
authored
Merge pull request #116 from codefresh-io/CR-26733-bump-dex-to-2.41.1
fix: CR-26733 bump dex to 2.41.1
2 parents 85f4bc2 + ae8d0d3 commit 77383a8

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
@@ -1275,7 +1275,7 @@ NAME: my-release
12751275
| dex.extraContainers | list | `[]` | Additional containers to be added to the dex pod |
12761276
| dex.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Dex imagePullPolicy |
12771277
| dex.image.repository | string | `"ghcr.io/dexidp/dex"` | Dex image repository |
1278-
| dex.image.tag | string | `"v2.38.0"` | Dex image tag |
1278+
| dex.image.tag | string | `"v2.41.1"` | Dex image tag |
12791279
| dex.imagePullSecrets | list | `[]` (defaults to global.imagePullSecrets) | Secrets with credentials to pull images from a private registry |
12801280
| dex.initContainers | list | `[]` | Init containers to add to the dex pod |
12811281
| 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)