Skip to content

Commit

Permalink
Update Terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
jfaltermeier committed Jul 22, 2024
1 parent 385c9c6 commit f6f1dbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/modules/helm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
}
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit f6f1dbd

Please sign in to comment.