From f6f1dbde5d6fe16ad632972294615b83b2af4ef6 Mon Sep 17 00:00:00 2001 From: Johannes Faltermeier Date: Mon, 22 Jul 2024 15:35:45 +0200 Subject: [PATCH] Update Terraform --- terraform/modules/helm/main.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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