File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments