Skip to content

Commit

Permalink
Revert "chore(deps): update terraform helm to ~> 2.13.0 (#1351)" (#1364)
Browse files Browse the repository at this point in the history
This reverts commit 627894f.
  • Loading branch information
avnes authored Apr 16, 2024
1 parent eab4417 commit b26ea46
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _sub/compute/helm-atlantis/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.13.0"
version = "~> 2.12.0"
}
random = {
source = "hashicorp/random"
Expand Down
2 changes: 1 addition & 1 deletion _sub/compute/helm-crossplane/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.13.0"
version = "~> 2.12.0"
}
kubectl = {
source = "gavinbunney/kubectl"
Expand Down
2 changes: 1 addition & 1 deletion _sub/compute/helm-goldpinger/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.13.0"
version = "~> 2.12.0"
}
}
}
2 changes: 1 addition & 1 deletion _sub/compute/helm-kube-prometheus-stack/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "~> 2.13.0"
version = "~> 2.12.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.13.0"
version = "~> 2.12.0"
}
kubectl = {
source = "gavinbunney/kubectl"
Expand Down
2 changes: 1 addition & 1 deletion _sub/compute/helm-nvidia-device-plugin/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "~> 2.13.0"
version = "~> 2.12.0"
}
}
}
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.13.0"
version = "~> 2.12.0"
}
}
}
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.13.0"
version = "~> 2.12.0"
}

azuread = {
Expand Down

0 comments on commit b26ea46

Please sign in to comment.