feat(argo-cd): Upgrade argocd to v2.1.2 (#921)

Signed-off-by: smcavallo <smcavallo@hotmail.com>
This commit is contained in:
smcavallo 2021-09-02 17:58:50 -04:00 committed by GitHub
parent 32a6aa70ed
commit 372fc24e5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -1,8 +1,8 @@
apiVersion: v2 apiVersion: v2
appVersion: 2.1.1 appVersion: 2.1.2
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes. description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd name: argo-cd
version: 3.17.5 version: 3.17.6
home: https://github.com/argoproj/argo-helm home: https://github.com/argoproj/argo-helm
icon: https://argoproj.github.io/argo-cd/assets/logo.png icon: https://argoproj.github.io/argo-cd/assets/logo.png
keywords: keywords:
@ -21,4 +21,4 @@ dependencies:
condition: redis-ha.enabled condition: redis-ha.enabled
annotations: annotations:
artifacthub.io/changes: | artifacthub.io/changes: |
- "[Changed]: Make AWS ALB GRPC backend protocol version configurable" - "[Changed]: Upgrade argocd to 2.1.2"

View file

@ -141,7 +141,7 @@ NAME: my-release
|-----|------|---------| |-----|------|---------|
| global.image.imagePullPolicy | If defined, a imagePullPolicy applied to all ArgoCD deployments. | `"IfNotPresent"` | | 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.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.0.5"` | | global.image.tag | If defined, a tag applied to all ArgoCD deployments. | `"v2.1.2"` |
| global.podAnnotations | Annotations for the all deployed pods | | global.podAnnotations | Annotations for the all deployed pods |
| global.podLabels | Labels for the all deployed pods | | global.podLabels | Labels for the all deployed pods |
| global.securityContext | Toggle and define securityContext | See [values.yaml](values.yaml) | | global.securityContext | Toggle and define securityContext | See [values.yaml](values.yaml) |

View file

@ -8,7 +8,7 @@ kubeVersionOverride: ""
global: global:
image: image:
repository: quay.io/argoproj/argocd repository: quay.io/argoproj/argocd
tag: v2.1.1 tag: v2.1.2
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
## Annotations applied to all pods ## Annotations applied to all pods
podAnnotations: {} podAnnotations: {}