Skip to content

Commit

Permalink
chore(deps): update helm release argo-cd to v6
Browse files Browse the repository at this point in the history
renovate[bot] authored Feb 7, 2024
1 parent 285b8c0 commit 201d6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/onp_cluster_argocd.tf
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ resource "helm_release" "onp_cluster_argocd" {
chart = "argo-cd"
name = "argocd"
namespace = "argocd"
version = "5.54.0"
version = "6.0.0"

reset_values = true
recreate_pods = true

0 comments on commit 201d6b3

Please sign in to comment.