Skip to content

Commit

Permalink
feat(helm): bump argo-cd to 6.7.3
Browse files Browse the repository at this point in the history
Signed-off-by: Byeonghoon Yoo <[email protected]>
  • Loading branch information
isac322 committed Mar 24, 2024
1 parent 69b94bd commit 3306262
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion argocd/apps/argocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
- values.yaml
- https://raw.githubusercontent.com/isac322/homelab/HEAD/values/argo-cd/backbone.yaml
repoURL: https://argoproj.github.io/argo-helm
targetRevision: 5.53.9
targetRevision: 6.7.3
syncPolicy:
automated:
prune: true
Expand Down
14 changes: 4 additions & 10 deletions values/argo-cd/backbone.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
global:
domain: argocd.bhyoo.com

configs:
clusterCredentials:
- name: backbone
Expand Down Expand Up @@ -96,16 +99,7 @@ server:
traefik.ingress.kubernetes.io/router.entrypoints: websecure

ingressClassName: traefik

hosts:
- argocd.bhyoo.com

tls:
- hosts:
- argocd.bhyoo.com
secretName: argocd-server-cert

https: false
tls: true

metrics:
enabled: true
Expand Down

0 comments on commit 3306262

Please sign in to comment.