Skip to content

Commit

Permalink
Updated components: K8s 1.30.2, Istio 1.22.3, Cilium 1.15.7, Nginx 1.…
Browse files Browse the repository at this point in the history
…11.0. Upgraded providers
  • Loading branch information
madduci committed Jul 17, 2024
1 parent 06242b3 commit 4378fc9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cluster/cilium-mesh/variables.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variable "helm_version" {
description = "The version of the Cilium Helm Chart to be installed"
type = string
default = "1.15.5"
default = "1.15.7"
}

variable "helm_repository" {
Expand Down
2 changes: 1 addition & 1 deletion cluster/istio-mesh/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ variable "namespace" {
variable "helm_version" {
description = "The version of the Istio Helm Chart to be installed"
type = string
default = "1.22.0"
default = "1.22.3"
}

variable "helm_repository" {
Expand Down
2 changes: 1 addition & 1 deletion cluster/nginx-ingress/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ variable "namespace" {
variable "ingress_nginx_version" {
description = "The version of the NGINX Ingress to be installed"
type = string
default = "1.10.1"
default = "1.11.0"
}
6 changes: 3 additions & 3 deletions cluster/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ terraform {
required_providers {
kind = {
source = "tehcyx/kind"
version = "0.4.0"
version = "0.5.1"
}
helm = {
source = "hashicorp/helm"
version = "2.13.2"
version = "2.14.0"
}

kubernetes = {
source = "hashicorp/kubernetes"
version = "2.30.0"
version = "2.31.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion cluster/variables.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
variable "kubernetes_version" {
type = string
default = "v1.30.0"
default = "v1.30.2"
description = "Defines the kubernetes version to be used"
}

Expand Down

0 comments on commit 4378fc9

Please sign in to comment.