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
|
||||
only:
|
||||
refs:
|
||||
- master
|
||||
- coreweave
|
||||
changes:
|
||||
- .gitlab-ci.yml
|
||||
- charts/argo-cd/*
|
||||
|
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: v2.3.1
|
||||
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 4.2.3
|
||||
version: 4.2.4
|
||||
home: https://github.com/coreweave/argo-helm
|
||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||
keywords:
|
||||
|
|
Loading…
Reference in a new issue