forked from DevFW-CICD/stacks
Updated core stack
This commit is contained in:
parent
24ed43ec46
commit
59745b5398
4 changed files with 15 additions and 14 deletions
|
@ -16,9 +16,9 @@ spec:
|
||||||
name: in-cluster
|
name: in-cluster
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
sources:
|
sources:
|
||||||
- repoURL: https://github.com/argoproj/argo-helm
|
- repoURL: https://argoproj.github.io/argo-helm
|
||||||
path: charts/argo-cd
|
chart: argo-cd
|
||||||
targetRevision: HEAD
|
targetRevision: 7.7.5
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/stacks/core/argocd/values.yaml
|
- $values/stacks/core/argocd/values.yaml
|
||||||
|
|
|
@ -6,13 +6,14 @@ configs:
|
||||||
server.insecure: true
|
server.insecure: true
|
||||||
server.basehref: /argocd
|
server.basehref: /argocd
|
||||||
cm:
|
cm:
|
||||||
application.resourceTrackingMethod: "annotation"
|
application.resourceTrackingMethod: annotation
|
||||||
timeout.reconciliation: 60s
|
timeout.reconciliation: 60s
|
||||||
resource.exclusions: |
|
resource.exclusions: |
|
||||||
- kinds:
|
- apiGroups:
|
||||||
- ProviderConfigUsage
|
- "*"
|
||||||
apiGroups:
|
kinds:
|
||||||
- "*"
|
- ProviderConfigUsage
|
||||||
|
|
||||||
tls:
|
tls:
|
||||||
certificates:
|
certificates:
|
||||||
|
|
||||||
|
|
|
@ -16,9 +16,9 @@ spec:
|
||||||
name: in-cluster
|
name: in-cluster
|
||||||
namespace: gitea
|
namespace: gitea
|
||||||
sources:
|
sources:
|
||||||
- repoURL: https://code.forgejo.org/forgejo-helm/forgejo-helm.git
|
- repoURL: oci://code.forgejo.org/forgejo-helm/
|
||||||
path: .
|
chart: forgejo
|
||||||
targetRevision: HEAD
|
targetRevision: 10.1.1
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/stacks/core/forgejo/values.yaml
|
- $values/stacks/core/forgejo/values.yaml
|
||||||
|
|
|
@ -16,9 +16,9 @@ spec:
|
||||||
name: in-cluster
|
name: in-cluster
|
||||||
namespace: ingress-nginx
|
namespace: ingress-nginx
|
||||||
sources:
|
sources:
|
||||||
- repoURL: https://github.com/kubernetes/ingress-nginx
|
- repoURL: https://kubernetes.github.io/ingress-nginx
|
||||||
path: charts/ingress-nginx
|
chart: ingress-nginx
|
||||||
targetRevision: HEAD
|
targetRevision: 4.11.3
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/stacks/core/ingress-nginx/values.yaml
|
- $values/stacks/core/ingress-nginx/values.yaml
|
||||||
|
|
Loading…
Reference in a new issue