This commit is contained in:
Mike 2024-10-02 05:48:46 -04:00
parent 45566410f9
commit 0581ea7c68
3 changed files with 26 additions and 30 deletions

View file

@ -15,7 +15,7 @@ spec:
source:
repoURL: https://argoproj.github.io/argo-helm
targetRevision: HEAD
targetRevision: 5.52.1
targetRevision: 7.6.5
chart: argo-cd
helm:

View 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

View file

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