From 3eb68caf8d01a2be7f4634961fa513d30eeaa8b4 Mon Sep 17 00:00:00 2001 From: smcavallo Date: Thu, 6 Oct 2022 17:04:46 -0400 Subject: [PATCH] feat(argo-cd): Upgrade argocd to v2.4.14 (#1515) * feat(argo-cd): Upgrade argocd to v2.4.14 Signed-off-by: smcavallo * updated dex.image.tag Signed-off-by: smcavallo --- charts/argo-cd/Chart.yaml | 6 +++--- charts/argo-cd/README.md | 2 +- charts/argo-cd/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 3687d9a8..b1950fe4 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: v2.4.13 +appVersion: v2.4.14 description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 5.5.9 +version: 5.5.10 home: https://github.com/argoproj/argo-helm icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png sources: @@ -22,4 +22,4 @@ dependencies: condition: redis-ha.enabled annotations: artifacthub.io/changes: | - - "[Added]: Allow labels to be set on service accounts" + - "[Changed]: Update to app version 2.4.14" diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index 43430cc9..7cad3839 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -701,7 +701,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.35.0-distroless"` | Dex image tag | +| dex.image.tag | string | `"v2.35.1-distroless"` | Dex image tag | | dex.imagePullSecrets | list | `[]` | 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 | diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 83acc6d9..4f42c974 100755 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -689,7 +689,7 @@ dex: # -- Dex image repository repository: ghcr.io/dexidp/dex # -- Dex image tag - tag: v2.35.0-distroless + tag: v2.35.1-distroless # -- Dex imagePullPolicy # @default -- `""` (defaults to global.image.imagePullPolicy) imagePullPolicy: ""