Skip to content

Commit

Permalink
Update Helm release argo-cd to v7.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 16, 2024
1 parent 80e0644 commit 99b24c4
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
Expand Up @@ -4,7 +4,7 @@ resource "helm_release" "onp_cluster_argocd" {
chart = "argo-cd"
name = "argocd"
namespace = "argocd"
version = "7.3.6"
version = "7.3.7"

reset_values = true
recreate_pods = true
Expand Down

0 comments on commit 99b24c4

Please sign in to comment.