forked from DevFW-CICD/stacks
Added helm release names
This commit is contained in:
parent
7229349de6
commit
ee49386128
3 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,7 @@ spec:
|
||||||
- repoURL: https://argoproj.github.io/argo-helm
|
- repoURL: https://argoproj.github.io/argo-helm
|
||||||
chart: argo-cd
|
chart: argo-cd
|
||||||
targetRevision: 7.7.5
|
targetRevision: 7.7.5
|
||||||
|
releaseName: argo-cd
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/stacks/core/argocd/values.yaml
|
- $values/stacks/core/argocd/values.yaml
|
||||||
|
|
|
@ -19,6 +19,7 @@ spec:
|
||||||
- repoURL: code.forgejo.org/forgejo-helm/
|
- repoURL: code.forgejo.org/forgejo-helm/
|
||||||
chart: forgejo
|
chart: forgejo
|
||||||
targetRevision: 10.1.1
|
targetRevision: 10.1.1
|
||||||
|
releaseName: forgejo
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/stacks/core/forgejo/values.yaml
|
- $values/stacks/core/forgejo/values.yaml
|
||||||
|
|
|
@ -19,6 +19,7 @@ spec:
|
||||||
- repoURL: https://kubernetes.github.io/ingress-nginx
|
- repoURL: https://kubernetes.github.io/ingress-nginx
|
||||||
chart: ingress-nginx
|
chart: ingress-nginx
|
||||||
targetRevision: 4.11.3
|
targetRevision: 4.11.3
|
||||||
|
releaseName: ingress-nginx
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/stacks/core/ingress-nginx/values.yaml
|
- $values/stacks/core/ingress-nginx/values.yaml
|
||||||
|
|
Loading…
Reference in a new issue