Skip to content

Commit

Permalink
add argocd helm chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
J0hn-B committed Apr 4, 2024
1 parent cce0bab commit 499e259
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kube/minik8s/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ resource "helm_release" "argocd" {
repository = "https://argoproj.github.io/argo-helm"
chart = "argo-cd"
cleanup_on_fail = true
version = "5.51.4"

// https://github.com/argoproj/argo-helm/blob/main/charts/argo-cd/values.yaml

Expand Down

0 comments on commit 499e259

Please sign in to comment.