Skip to content

Commit

Permalink
Bump up opentofu version and swap to greater than version
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Dec 5, 2024
1 parent b1e953d commit 656ca0a
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion deployments/spacelift/dpe-k8s/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ variable "k8s_stack_deployments_project_root" {
variable "opentofu_version" {
description = "Version of opentofu to use"
type = string
default = "1.7.2"
default = "1.8.6"
}

variable "aws_account_id" {
Expand Down
2 changes: 1 addition & 1 deletion deployments/stacks/dpe-k8s-deployments/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
}
kubectl = {
source = "gavinbunney/kubectl"
version = "1.17.0"
version = ">= 1.16.0"
}
}
}
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resource "spacelift_stack" "root_administrative_stack" {
description = "Manages other spacelift resources"
name = "Root Spacelift Administrative Stack"
project_root = ""
terraform_version = "1.7.2"
terraform_version = "1.8.6"
terraform_workflow_tool = "OPEN_TOFU"
repository = "eks-stack"
space_id = "root"
Expand Down
2 changes: 1 addition & 1 deletion modules/apache-airflow/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
}
kubectl = {
source = "gavinbunney/kubectl"
version = "1.17.0"
version = ">= 1.16.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/cert-manager/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
}
kubectl = {
source = "gavinbunney/kubectl"
version = "1.17.0"
version = ">= 1.16.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/envoy-gateway/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
}
kubectl = {
source = "gavinbunney/kubectl"
version = "1.17.0"
version = ">= 1.16.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/flux-cd/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ terraform {
}
kubectl = {
source = "gavinbunney/kubectl"
version = "1.17.0"
version = ">= 1.16.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/postgres-cloud-native-operator/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
}
kubectl = {
source = "gavinbunney/kubectl"
version = "1.17.0"
version = ">= 1.16.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/postgres-cloud-native/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
}
kubectl = {
source = "gavinbunney/kubectl"
version = "1.17.0"
version = ">= 1.16.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/signoz/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
}
kubectl = {
source = "gavinbunney/kubectl"
version = "1.17.0"
version = ">= 1.16.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/trivy-operator/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ terraform {
}
kubectl = {
source = "gavinbunney/kubectl"
version = "1.17.0"
version = ">= 1.16.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/victoria-metrics/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
}
kubectl = {
source = "gavinbunney/kubectl"
version = "1.17.0"
version = ">= 1.16.0"
}
}
}

0 comments on commit 656ca0a

Please sign in to comment.