feat(argo-cd): Entrypoint can be configured now (#1898)
* Entrypoint can be configured now Signed-off-by: Gergely Czuczy <gergely.czuczy@sap.com> * Updated charts.lock after following master Signed-off-by: Gergely Czuczy <gergely.czuczy@sap.com> * Bump version Signed-off-by: Gergely Czuczy <gergely.czuczy@sap.com> --------- Signed-off-by: Gergely Czuczy <gergely.czuczy@sap.com> Signed-off-by: Gergely Czuczy <gergely.czuczy@harmless.hu>
This commit is contained in:
parent
af90fd665f
commit
3c24d55fa4
6 changed files with 24 additions and 9 deletions
|
|
@ -3,7 +3,7 @@ appVersion: v2.6.7
|
|||
kubeVersion: ">=1.22.0-0"
|
||||
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 5.27.4
|
||||
version: 5.27.5
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||
sources:
|
||||
|
|
@ -18,10 +18,10 @@ maintainers:
|
|||
url: https://argoproj.github.io/
|
||||
dependencies:
|
||||
- name: redis-ha
|
||||
version: 4.22.4
|
||||
version: 4.22.5
|
||||
repository: https://dandydeveloper.github.io/charts/
|
||||
condition: redis-ha.enabled
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- kind: fixed
|
||||
description: Surround with if hostNetwork field to disable it when is set to false
|
||||
- kind: changed
|
||||
description: entrypoint usage can be configured
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue