diff --git a/main.tf b/main.tf index b3c124f..bd37bfe 100644 --- a/main.tf +++ b/main.tf @@ -40,7 +40,7 @@ resource "helm_release" "kuberos" { chart = "kuberos" repository = "https://ministryofjustice.github.io/cloud-platform-helm-charts" recreate_pods = true - version = "0.3.5" + version = "0.3.6" values = [templatefile("${path.module}/templates/kuberos.yaml.tpl", { hostname = terraform.workspace == local.live_workspace ? format("%s.%s", "login", local.live_domain) : format(