Skip to content

Commit

Permalink
chore(deps): update terraform helm to ~> 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 24, 2024
1 parent 617ddd7 commit 382f1a8
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion _sub/compute/helm-kube-prometheus-stack/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "~> 2.16.0"
version = "~> 2.17.0"
}
random = {
source = "hashicorp/random"
Expand Down
2 changes: 1 addition & 1 deletion _sub/compute/helm-kube-prometheus-stack/versions.tofu
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "~> 2.16.0"
version = "~> 2.17.0"
}
random = {
source = "hashicorp/random"
Expand Down
2 changes: 1 addition & 1 deletion _sub/compute/helm-kyverno/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
required_providers {
helm = {
source = "hashicorp/helm"
version = "~> 2.16.0"
version = "~> 2.17.0"
}
kubectl = {
source = "gavinbunney/kubectl"
Expand Down
2 changes: 1 addition & 1 deletion _sub/compute/helm-kyverno/versions.tofu
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
required_providers {
helm = {
source = "hashicorp/helm"
version = "~> 2.16.0"
version = "~> 2.17.0"
}
kubectl = {
source = "gavinbunney/kubectl"
Expand Down
2 changes: 1 addition & 1 deletion _sub/monitoring/helm-grafana-agent/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
helm = {
source = "hashicorp/helm"
version = "~> 2.16.0"
version = "~> 2.17.0"
}
}
}
2 changes: 1 addition & 1 deletion _sub/monitoring/helm-grafana-agent/versions.tofu
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
helm = {
source = "hashicorp/helm"
version = "~> 2.16.0"
version = "~> 2.17.0"
}
}
}
2 changes: 1 addition & 1 deletion _sub/security/atlantis-github-configuration/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "~> 2.16.0"
version = "~> 2.17.0"
}
random = {
source = "hashicorp/random"
Expand Down
2 changes: 1 addition & 1 deletion _sub/security/atlantis-github-configuration/versions.tofu
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "~> 2.16.0"
version = "~> 2.17.0"
}
random = {
source = "hashicorp/random"
Expand Down
2 changes: 1 addition & 1 deletion compute/k8s-services/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {

helm = {
source = "hashicorp/helm"
version = "~> 2.16.0"
version = "~> 2.17.0"
}

azuread = {
Expand Down
2 changes: 1 addition & 1 deletion compute/k8s-services/versions.tofu
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {

helm = {
source = "hashicorp/helm"
version = "~> 2.16.0"
version = "~> 2.17.0"
}

azuread = {
Expand Down

0 comments on commit 382f1a8

Please sign in to comment.