diff --git a/terraform/modules/helm/main.tf b/terraform/modules/helm/main.tf index d8b22dcf..bb5f5300 100644 --- a/terraform/modules/helm/main.tf +++ b/terraform/modules/helm/main.tf @@ -130,7 +130,7 @@ resource "helm_release" "theia-cloud-base" { name = "theia-cloud-base" repository = "https://github.eclipsesource.com/theia-cloud-helm" chart = "theia-cloud-base" - version = "0.10.0" + version = "0.11.0" namespace = "theiacloud" create_namespace = true @@ -146,7 +146,7 @@ resource "helm_release" "theia-cloud-crds" { name = "theia-cloud-crds" repository = "https://github.eclipsesource.com/theia-cloud-helm" chart = "theia-cloud-crds" - version = "0.10.0" + version = "0.11.0" namespace = "theiacloud" create_namespace = true } @@ -230,7 +230,7 @@ resource "helm_release" "theia-cloud" { name = "theia-cloud" repository = "https://github.eclipsesource.com/theia-cloud-helm" chart = "theia-cloud" - version = "0.10.0" + version = "0.11.0" namespace = "theiacloud" create_namespace = true