Updated helm release numbers

This commit is contained in:
Richard Robert Reitz 2024-11-21 23:04:18 +01:00
parent ee49386128
commit b5bf6f4a43
3 changed files with 9 additions and 12 deletions

View file

@ -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

View file

@ -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

View file

@ -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