Skip to content

Commit 6a7034c

Browse files
committed
update argo version
1 parent 9d9c0dd commit 6a7034c

File tree

4 files changed

+12
-35
lines changed

4 files changed

+12
-35
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
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"

kubernetes/infra/manifests/argocd/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ name: argocd
44
version: 1.0.0
55
dependencies:
66
- name: argo-cd
7-
version: 8.5.10
7+
version: 9.1.4
88
repository: https://argoproj.github.io/argo-helm

kubernetes/infra/manifests/argocd/templates/httproute.yaml

Lines changed: 0 additions & 25 deletions
This file was deleted.

kubernetes/infra/manifests/argocd/values.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
gateway:
2-
enabled: true
3-
name: cilium-gateway
4-
namespace: kube-system
5-
hostname: argocd.local.ildoc.it
6-
71
argo-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

0 commit comments

Comments
 (0)