Skip to content

Commit

Permalink
feature(argo): fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
msfidelis committed Jan 25, 2024
1 parent 68597f6 commit 6a8f21f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm_argo_rollouts.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ resource "helm_release" "argo_rollouts" {
chart = "argo-rollouts"
repository = "https://argoproj.github.io/argo-helm"
namespace = "argo-rollouts"

version = "2.34.1"

create_namespace = true

set {
Expand Down

0 comments on commit 6a8f21f

Please sign in to comment.