fix(argo-cd): Pre-set statusbadge.url only when statusbadge is enabled (#2658)
- Add `statusbadge.enabled` to values.yaml as `false` - Pre-set `statusbadge.url` to `global.domain` URL only when `statusbadge.enabled` is `true` - Update README.md - Fix a minor comment typo Signed-off-by: Bojan Raic <code@bojan.io>
This commit is contained in:
parent
7ad09a972f
commit
da00680758
4 changed files with 10 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ appVersion: v2.10.7
|
|||
kubeVersion: ">=1.23.0-0"
|
||||
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 6.7.14
|
||||
version: 6.7.15
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||
sources:
|
||||
|
|
@ -27,4 +27,4 @@ annotations:
|
|||
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
||||
artifacthub.io/changes: |
|
||||
- kind: changed
|
||||
description: Pre-set statusbadge.url value to global.domain value
|
||||
description: Pre-set statusbadge.url to global.domain when statusbadge is enabled
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue