Skip to content

Commit 342ef25

Browse files
committed
Update Getting Started Versions
1 parent 5e99237 commit 342ef25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

terraform/modules/helm/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ resource "helm_release" "theia-cloud-base" {
135135
name = "theia-cloud-base"
136136
repository = "https://eclipse-theia.github.io/theia-cloud-helm"
137137
chart = "theia-cloud-base"
138-
version = "1.0.0"
138+
version = "1.1.1"
139139
namespace = "theia-cloud"
140140
create_namespace = true
141141

@@ -151,7 +151,7 @@ resource "helm_release" "theia-cloud-crds" {
151151
name = "theia-cloud-crds"
152152
repository = "https://eclipse-theia.github.io/theia-cloud-helm"
153153
chart = "theia-cloud-crds"
154-
version = "1.0.0"
154+
version = "1.1.1"
155155
namespace = "theia-cloud"
156156
create_namespace = true
157157
}
@@ -235,7 +235,7 @@ resource "helm_release" "theia-cloud" {
235235
name = "theia-cloud"
236236
repository = "https://eclipse-theia.github.io/theia-cloud-helm"
237237
chart = "theia-cloud"
238-
version = "1.0.0"
238+
version = "1.1.1"
239239
namespace = "theia-cloud"
240240
create_namespace = true
241241

0 commit comments

Comments
 (0)