fix(argo-cd): Fix helm deploy branch and bump chart 4.2.4 (#7)
This commit is contained in:
parent
f1ab4719de
commit
8b85c1e286
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ Helm push:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
only:
|
only:
|
||||||
refs:
|
refs:
|
||||||
- master
|
- coreweave
|
||||||
changes:
|
changes:
|
||||||
- .gitlab-ci.yml
|
- .gitlab-ci.yml
|
||||||
- charts/argo-cd/*
|
- charts/argo-cd/*
|
||||||
|
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||||
appVersion: v2.3.1
|
appVersion: v2.3.1
|
||||||
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||||
name: argo-cd
|
name: argo-cd
|
||||||
version: 4.2.3
|
version: 4.2.4
|
||||||
home: https://github.com/coreweave/argo-helm
|
home: https://github.com/coreweave/argo-helm
|
||||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||||
keywords:
|
keywords:
|
||||||
|
|
Loading…
Reference in a new issue