Bump version to 1.2.4
This commit is contained in:
parent
241a3da552
commit
c1cfa2f698
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: "1.2.2"
|
appVersion: "1.2.4"
|
||||||
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: 1.0.0
|
version: 1.0.0
|
||||||
|
|
|
@ -6,7 +6,7 @@ nameOverride: argocd
|
||||||
global:
|
global:
|
||||||
image:
|
image:
|
||||||
repository: argoproj/argocd
|
repository: argoproj/argocd
|
||||||
tag: v1.2.3
|
tag: v1.2.4
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
|
|
||||||
## Controller
|
## Controller
|
||||||
|
|
Loading…
Reference in a new issue