Skip to content

Commit

Permalink
Merge pull request #2149 from GiganticMinecraft/renovate/terraform-pa…
Browse files Browse the repository at this point in the history
…ckages

chore(deps): update helm release argo-cd to v7.5.1
  • Loading branch information
outductor authored Sep 2, 2024
2 parents b6a3699 + 16b62d0 commit 62735d2
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.5.0"
version = "7.5.1"

reset_values = true
recreate_pods = true
Expand Down

0 comments on commit 62735d2

Please sign in to comment.