Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chart/chart-index/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 0.1.0
dependencies:
- name: argo-cd
alias: argocd
version: 9.4.7
version: 9.4.8
repository: https://argoproj.github.io/argo-helm
- name: argocd-image-updater
version: 1.0.1
Expand Down
8 changes: 3 additions & 5 deletions charts/argocd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
annotations:
artifacthub.io/changes: |
- kind: fixed
description: Align timeout.reconciliation default with upstream (180s -> 120s)
- kind: added
description: Add timeout.reconciliation.jitter config default (60s)
- kind: changed
description: Bump dex to v2.45.1
artifacthub.io/signKey: |
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
Expand All @@ -30,4 +28,4 @@ name: argo-cd
sources:
- https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd
- https://github.com/argoproj/argo-cd
version: 9.4.7
version: 9.4.8
2 changes: 1 addition & 1 deletion charts/argocd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1385,7 +1385,7 @@ NAME: my-release
| dex.extraContainers | list | `[]` | Additional containers to be added to the dex pod |
| dex.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Dex imagePullPolicy |
| dex.image.repository | string | `"ghcr.io/dexidp/dex"` | Dex image repository |
| dex.image.tag | string | `"v2.44.0"` | Dex image tag |
| dex.image.tag | string | `"v2.45.1"` | Dex image tag |
| dex.imagePullSecrets | list | `[]` (defaults to global.imagePullSecrets) | Secrets with credentials to pull images from a private registry |
| dex.initContainers | list | `[]` | Init containers to add to the dex pod |
| dex.initImage.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Argo CD init image imagePullPolicy |
Expand Down
3 changes: 2 additions & 1 deletion charts/argocd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,7 @@ dex:
# -- Dex image repository
repository: ghcr.io/dexidp/dex
# -- Dex image tag
tag: v2.44.0
tag: v2.45.1
# -- Dex imagePullPolicy
# @default -- `""` (defaults to global.image.imagePullPolicy)
imagePullPolicy: ""
Expand Down Expand Up @@ -1307,6 +1307,7 @@ dex:
# @default -- See [values.yaml]
containerSecurityContext:
runAsNonRoot: true
runAsUser: 1001
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
seccompProfile:
Expand Down