Skip to content

Commit c2f781a

Browse files
authored
feat(argo-cd): Upgrade argocd to v2.1.3 (#957)
Signed-off-by: smcavallo <[email protected]>
1 parent f3c2fa1 commit c2f781a

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

charts/argo-cd/Chart.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
2-
appVersion: 2.1.2
2+
appVersion: 2.1.3
33
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
44
name: argo-cd
5-
version: 3.23.0
5+
version: 3.23.1
66
home: https://github.com/argoproj/argo-helm
77
icon: https://argoproj.github.io/argo-cd/assets/logo.png
88
keywords:
@@ -21,6 +21,4 @@ dependencies:
2121
condition: redis-ha.enabled
2222
annotations:
2323
artifacthub.io/changes: |
24-
- "[Added]: Ability to provide annotations on redis service"
25-
- "[Added]: Ability to provide additional labels on redis service"
26-
- "[Fixed]: Use correct value for redis service targetPort"
24+
- "[Changed]: Upgrade argocd to v2.1.3"

charts/argo-cd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ NAME: my-release
141141
|-----|------|---------|
142142
| global.image.imagePullPolicy | If defined, a imagePullPolicy applied to all ArgoCD deployments. | `"IfNotPresent"` |
143143
| global.image.repository | If defined, a repository applied to all ArgoCD deployments. | `"argoproj/argocd"` |
144-
| global.image.tag | If defined, a tag applied to all ArgoCD deployments. | `"v2.1.2"` |
144+
| global.image.tag | If defined, a tag applied to all ArgoCD deployments. | `"v2.1.3"` |
145145
| global.podAnnotations | Annotations for the all deployed pods |
146146
| global.podLabels | Labels for the all deployed pods |
147147
| global.securityContext | Toggle and define securityContext | See [values.yaml](values.yaml) |

charts/argo-cd/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ kubeVersionOverride: ""
88
global:
99
image:
1010
repository: quay.io/argoproj/argocd
11-
tag: v2.1.2
11+
tag: v2.1.3
1212
imagePullPolicy: IfNotPresent
1313
## Annotations applied to all pods
1414
podAnnotations: {}

0 commit comments

Comments
 (0)