Skip to content

Commit

Permalink
feat(tf): update terraform helm to v2.11.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 8, 2023
1 parent ca2ed4f commit f0b8a4b
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "2.3.0"
version = "2.11.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion terraform-environments/aws/dev/helm/cert-manager/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "2.3.0"
version = "2.11.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion terraform-environments/aws/dev/helm/external-dns/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "2.3.0"
version = "2.11.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion terraform-environments/aws/dev/helm/grafana-loki/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "2.3.0"
version = "2.11.0"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "2.3.0"
version = "2.11.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion terraform-environments/aws/dev/helm/istio/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "2.3.0"
version = "2.11.0"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "2.3.0"
version = "2.11.0"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "2.3.0"
version = "2.11.0"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "2.3.0"
version = "2.11.0"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "2.3.0"
version = "2.11.0"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "2.3.0"
version = "2.11.0"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "2.3.0"
version = "2.11.0"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "2.3.0"
version = "2.11.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion terraform-environments/aws/staging/helm/sample-app/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "2.3.0"
version = "2.11.0"
}
}

Expand Down

0 comments on commit f0b8a4b

Please sign in to comment.