File tree Expand file tree Collapse file tree 4 files changed +12
-35
lines changed
kubernetes/infra/manifests/argocd Expand file tree Collapse file tree 4 files changed +12
-35
lines changed Original file line number Diff line number Diff line change 11dependencies:
22- name: argo-cd
33 repository: https://argoproj.github.io/argo-helm
4- version: 8.5.10
5- digest: sha256:957567e6652d525417afbbc6b28224a876537021b152e1108c6c220186764b4e
6- generated: "2025-10-09T08:15:14.206905598Z "
4+ version: 9.1.4
5+ digest: sha256:47ad2a7f2cb7c90c7cea4da00e7fbfb3186b64148fbcd3362fa24f173d0e3b68
6+ generated: "2025-11-25T14:11:58.855349582Z "
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ name: argocd
44version : 1.0.0
55dependencies :
66 - name : argo-cd
7- version : 8.5.10
7+ version : 9.1.4
88 repository : https://argoproj.github.io/argo-helm
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- gateway :
2- enabled : true
3- name : cilium-gateway
4- namespace : kube-system
5- hostname : argocd.local.ildoc.it
6-
71argo-cd :
82 global :
93 domain : argocd.local.ildoc.it
@@ -20,6 +14,14 @@ argo-cd:
2014 replicas : 2
2115 ingress :
2216 enabled : false
17+ httpRoute :
18+ enabled : true
19+ parentRefs :
20+ - name : cilium-gateway
21+ namespace : kube-system
22+ sectionName : https
23+ hostnames :
24+ - argocd.local.ildoc.it
2325
2426 repoServer :
2527 replicas : 2
You can’t perform that action at this time.
0 commit comments