File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
- appVersion : 2.1.2
2
+ appVersion : 2.1.3
3
3
description : A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
4
4
name : argo-cd
5
- version : 3.23.0
5
+ version : 3.23.1
6
6
home : https://github.com/argoproj/argo-helm
7
7
icon : https://argoproj.github.io/argo-cd/assets/logo.png
8
8
keywords :
@@ -21,6 +21,4 @@ dependencies:
21
21
condition : redis-ha.enabled
22
22
annotations :
23
23
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"
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ NAME: my-release
141
141
|-----|------|---------|
142
142
| global.image.imagePullPolicy | If defined, a imagePullPolicy applied to all ArgoCD deployments. | `"IfNotPresent"` |
143
143
| 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 "` |
145
145
| global.podAnnotations | Annotations for the all deployed pods |
146
146
| global.podLabels | Labels for the all deployed pods |
147
147
| global.securityContext | Toggle and define securityContext | See [values.yaml](values.yaml) |
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ kubeVersionOverride: ""
8
8
global :
9
9
image :
10
10
repository : quay.io/argoproj/argocd
11
- tag : v2.1.2
11
+ tag : v2.1.3
12
12
imagePullPolicy : IfNotPresent
13
13
# # Annotations applied to all pods
14
14
podAnnotations : {}
You can’t perform that action at this time.
0 commit comments