Updated helm release numbers
This commit is contained in:
parent
ee49386128
commit
b5bf6f4a43
3 changed files with 9 additions and 12 deletions
|
@ -16,10 +16,9 @@ spec:
|
||||||
name: in-cluster
|
name: in-cluster
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
sources:
|
sources:
|
||||||
- repoURL: https://argoproj.github.io/argo-helm
|
- repoURL: https://github.com/argoproj/argo-helm
|
||||||
chart: argo-cd
|
path: charts/argo-cd
|
||||||
targetRevision: 7.7.5
|
targetRevision: argo-cd-7.7.5
|
||||||
releaseName: argo-cd
|
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/stacks/core/argocd/values.yaml
|
- $values/stacks/core/argocd/values.yaml
|
||||||
|
|
|
@ -16,10 +16,9 @@ spec:
|
||||||
name: in-cluster
|
name: in-cluster
|
||||||
namespace: gitea
|
namespace: gitea
|
||||||
sources:
|
sources:
|
||||||
- repoURL: code.forgejo.org/forgejo-helm/
|
- repoURL: https://code.forgejo.org/forgejo-helm/forgejo-helm.git
|
||||||
chart: forgejo
|
path: .
|
||||||
targetRevision: 10.1.1
|
targetRevision: v10.1.1
|
||||||
releaseName: forgejo
|
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/stacks/core/forgejo/values.yaml
|
- $values/stacks/core/forgejo/values.yaml
|
||||||
|
|
|
@ -16,10 +16,9 @@ spec:
|
||||||
name: in-cluster
|
name: in-cluster
|
||||||
namespace: ingress-nginx
|
namespace: ingress-nginx
|
||||||
sources:
|
sources:
|
||||||
- repoURL: https://kubernetes.github.io/ingress-nginx
|
- repoURL: https://github.com/kubernetes/ingress-nginx
|
||||||
chart: ingress-nginx
|
path: charts/ingress-nginx
|
||||||
targetRevision: 4.11.3
|
targetRevision: helm-chart-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