fixed
This commit is contained in:
parent
45566410f9
commit
0581ea7c68
3 changed files with 26 additions and 30 deletions
|
@ -15,7 +15,7 @@ spec:
|
||||||
source:
|
source:
|
||||||
repoURL: https://argoproj.github.io/argo-helm
|
repoURL: https://argoproj.github.io/argo-helm
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
targetRevision: 5.52.1
|
targetRevision: 7.6.5
|
||||||
chart: argo-cd
|
chart: argo-cd
|
||||||
|
|
||||||
helm:
|
helm:
|
||||||
|
|
25
argo/utilities/templates/cilium.yaml
Normal file
25
argo/utilities/templates/cilium.yaml
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: cilium
|
||||||
|
namespace: argocd
|
||||||
|
labels:
|
||||||
|
kube: core-system
|
||||||
|
annotations:
|
||||||
|
avp.kubernetes.io/ignore: "true"
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
namespace: kube-system
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
repoURL: https://helm.cilium.io/
|
||||||
|
targetRevision: HEAD
|
||||||
|
targetRevision: 1.16.2
|
||||||
|
chart: cilium
|
||||||
|
|
||||||
|
# helm:
|
||||||
|
# values: |
|
||||||
|
# configs:
|
||||||
|
# params:
|
||||||
|
# server.insecure: true
|
|
@ -1,29 +0,0 @@
|
||||||
apiVersion: argoproj.io/v1alpha1
|
|
||||||
kind: Application
|
|
||||||
metadata:
|
|
||||||
name: traefik
|
|
||||||
namespace: argocd
|
|
||||||
labels:
|
|
||||||
utilities: kube-system
|
|
||||||
spec:
|
|
||||||
destination:
|
|
||||||
namespace: kube-system
|
|
||||||
server: https://kubernetes.default.svc
|
|
||||||
syncPolicy:
|
|
||||||
syncOptions:
|
|
||||||
- CreateNamespace=true
|
|
||||||
project: default
|
|
||||||
source:
|
|
||||||
repoURL: https://traefik.github.io/charts
|
|
||||||
targetRevision: HEAD
|
|
||||||
targetRevision: v26.0.0
|
|
||||||
chart: traefik
|
|
||||||
|
|
||||||
helm:
|
|
||||||
values: |
|
|
||||||
providers:
|
|
||||||
kubernetesIngress:
|
|
||||||
publishedService:
|
|
||||||
enabled: true
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue