Updated core stack

This commit is contained in:
Richard Robert Reitz 2024-11-21 19:28:54 +01:00
parent 24ed43ec46
commit 59745b5398
4 changed files with 15 additions and 14 deletions

View file

@ -16,9 +16,9 @@ spec:
name: in-cluster
namespace: argocd
sources:
- repoURL: https://github.com/argoproj/argo-helm
path: charts/argo-cd
targetRevision: HEAD
- repoURL: https://argoproj.github.io/argo-helm
chart: argo-cd
targetRevision: 7.7.5
helm:
valueFiles:
- $values/stacks/core/argocd/values.yaml

View file

@ -6,13 +6,14 @@ configs:
server.insecure: true
server.basehref: /argocd
cm:
application.resourceTrackingMethod: "annotation"
application.resourceTrackingMethod: annotation
timeout.reconciliation: 60s
resource.exclusions: |
- kinds:
- ProviderConfigUsage
apiGroups:
- "*"
- apiGroups:
- "*"
kinds:
- ProviderConfigUsage
tls:
certificates:

View file

@ -16,9 +16,9 @@ spec:
name: in-cluster
namespace: gitea
sources:
- repoURL: https://code.forgejo.org/forgejo-helm/forgejo-helm.git
path: .
targetRevision: HEAD
- repoURL: oci://code.forgejo.org/forgejo-helm/
chart: forgejo
targetRevision: 10.1.1
helm:
valueFiles:
- $values/stacks/core/forgejo/values.yaml

View file

@ -16,9 +16,9 @@ spec:
name: in-cluster
namespace: ingress-nginx
sources:
- repoURL: https://github.com/kubernetes/ingress-nginx
path: charts/ingress-nginx
targetRevision: HEAD
- repoURL: https://kubernetes.github.io/ingress-nginx
chart: ingress-nginx
targetRevision: 4.11.3
helm:
valueFiles:
- $values/stacks/core/ingress-nginx/values.yaml