Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkermichael committed Jun 8, 2023
1 parent 3676317 commit 1e6e0af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/consul/test/terraform/aks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ resource "azurerm_kubernetes_cluster" "default" {
location = azurerm_resource_group.default[count.index].location
resource_group_name = azurerm_resource_group.default[count.index].name
dns_prefix = "consul-k8s-${random_id.suffix[count.index].dec}"
kubernetes_version = "1.24.14"
kubernetes_version = "1.24.10"
role_based_access_control_enabled = true

// We're setting the network plugin and other network properties explicitly
Expand Down
2 changes: 1 addition & 1 deletion charts/consul/test/terraform/eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module "eks" {
kubeconfig_api_version = "client.authentication.k8s.io/v1beta1"

cluster_name = "consul-k8s-${random_id.suffix[count.index].dec}"
cluster_version = "1.26.3"
cluster_version = "1.26.4"
subnets = module.vpc[count.index].private_subnets
enable_irsa = true

Expand Down

0 comments on commit 1e6e0af

Please sign in to comment.