Skip to content

Commit

Permalink
Bump ArgoCD helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
theothertomelliott committed Oct 13, 2022
1 parent aad221b commit 34c67ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/argocd/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resource "helm_release" "argocd" {
chart = "argo-cd"
namespace = "argocd"
create_namespace = true
version = "2.3.4"
version = "5.5.24"

set_sensitive {
name = "configs.secret.argocdServerAdminPassword"
Expand Down

0 comments on commit 34c67ef

Please sign in to comment.