Skip to content

Commit

Permalink
Merge pull request #1739 from GiganticMinecraft/renovate/argo-cd-5.x
Browse files Browse the repository at this point in the history
chore(deps): update helm release argo-cd to v5.53.1
  • Loading branch information
outductor authored Jan 19, 2024
2 parents 14e22e4 + 139d807 commit b91370f
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 = "5.53.0"
version = "5.53.1"

reset_values = true
recreate_pods = true
Expand Down

0 comments on commit b91370f

Please sign in to comment.