Skip to content

Commit

Permalink
update k8s and psql versions (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmisch authored Sep 30, 2024
2 parents 4873c71 + d05bec1 commit 8026a2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ logAnalyticsWorkspaceName = ""
logAnalyticsWorkspaceResourceGroupName = ""

# The version of the AKS cluster.
kubernetesVersion = "1.28.3"
kubernetesVersion = "1.30.4"

# Enable Key Vault purge protection
keyVaultPurgeProtection = true
Expand All @@ -92,7 +92,7 @@ simpheraInstances = {
minioAccountReplicationType = "ZRS"

# PostgreSQL Server version to deploy
postgresqlVersion = "11"
postgresqlVersion = "16"

# Enable/disable creation of Keycloak DB in PostgreSQL Server
postgresqlKeycloakDbEnable = true
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ variable "logAnalyticsWorkspaceResourceGroupName" {
variable "kubernetesVersion" {
type = string
description = "The version of the AKS cluster."
default = "1.28.9"
default = "1.30.4"
}

variable "kubernetesTier" {
Expand Down

0 comments on commit 8026a2e

Please sign in to comment.