diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index deeecdb6..b187abab 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 2.1.3 +appVersion: 2.1.4 description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 3.26.0 +version: 3.26.1 home: https://github.com/argoproj/argo-helm icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png keywords: @@ -21,4 +21,4 @@ dependencies: condition: redis-ha.enabled annotations: artifacthub.io/changes: | - - "[Added]: Ability to add finalizers to AppProject" + - "[Changed]: Upgrade argocd to v2.1.4" diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index 50711587..6b27338e 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -185,7 +185,7 @@ NAME: my-release |-----|------|---------| | global.image.imagePullPolicy | If defined, a imagePullPolicy applied to all ArgoCD deployments. | `"IfNotPresent"` | | global.image.repository | If defined, a repository applied to all ArgoCD deployments. | `"argoproj/argocd"` | -| global.image.tag | If defined, a tag applied to all ArgoCD deployments. | `"v2.1.3"` | +| global.image.tag | If defined, a tag applied to all ArgoCD deployments. | `"v2.1.4"` | | global.podAnnotations | Annotations for the all deployed pods | | global.podLabels | Labels for the all deployed pods | | global.securityContext | Toggle and define securityContext | See [values.yaml](values.yaml) | diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 06572cbb..9f9f7c08 100755 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -8,7 +8,7 @@ kubeVersionOverride: "" global: image: repository: quay.io/argoproj/argocd - tag: v2.1.3 + tag: v2.1.4 imagePullPolicy: IfNotPresent ## Annotations applied to all pods podAnnotations: {}