Skip to content

Commit

Permalink
feat(helm): bump argocd-apps to 2.0.0
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 faf3bf9 commit 69b94bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion argocd/apps/argocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
- values.yaml
- https://raw.githubusercontent.com/isac322/homelab/HEAD/values/argocd-apps/backbone.yaml
repoURL: https://argoproj.github.io/argo-helm
targetRevision: 1.5.0
targetRevision: 2.0.0
syncPolicy:
automated:
prune: true
Expand Down
8 changes: 4 additions & 4 deletions values/argocd-apps/backbone.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
applications:
- name: argocd-apps
argocd-apps:
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
Expand All @@ -24,7 +24,7 @@ applications:
factor: 2
maxDuration: 3m0s
limit: -1
- name: argocd-appprojects
argocd-appprojects:
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
Expand All @@ -49,7 +49,7 @@ applications:
factor: 2
maxDuration: 3m0s
limit: -1
- name: argocd-appsets
argocd-appsets:
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
Expand All @@ -76,7 +76,7 @@ applications:
limit: -1

projects:
- name: argocd
argocd:
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
Expand Down

0 comments on commit 69b94bd

Please sign in to comment.