Skip to content

Commit ffe6bb1

Browse files
authored
[VS Code Browser] Update stable code to 1.99.3 (#20799)
1 parent e62d71d commit ffe6bb1

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

install/installer/pkg/components/ide-service/ide-configmap.json

+11-3
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,26 @@
88
"type": "browser",
99
"logo": "{{.IdeLogoBase}}/vscode.svg",
1010
"label": "Browser",
11-
"image": "{{.Repository}}/ide/code:commit-211281858c4e2b08062afeb58078c3f54b366ccc",
11+
"image": "{{.Repository}}/ide/code:commit-4483885bb11ab66b7906e81952af47ec0be6db09",
1212
"latestImage": "{{.ResolvedCodeBrowserImageLatest}}",
1313
"imageLayers": [
14-
"{{.Repository}}/ide/gitpod-code-web:commit-b888cca216e44c9ba4b0c0d3a2df781bd0d36db5",
15-
"{{.Repository}}/ide/code-codehelper:commit-58c9a1808ac3aa02fbd089cca60735aff4b8c07e"
14+
"{{.Repository}}/ide/gitpod-code-web:commit-89f0bc5aa6682e507c40d3eaa2df68b6984c8b98",
15+
"{{.Repository}}/ide/code-codehelper:commit-6a6052fe11cde3c702ced508c32538b274216779"
1616
],
1717
"latestImageLayers": [
1818
"{{.CodeWebExtensionImage}}",
1919
"{{.CodeHelperImage}}"
2020
],
2121
"allowPin": true,
2222
"versions": [
23+
{
24+
"version": "1.98.2",
25+
"image": "{{.Repository}}/ide/code:commit-211281858c4e2b08062afeb58078c3f54b366ccc",
26+
"imageLayers": [
27+
"{{.Repository}}/ide/gitpod-code-web:commit-b888cca216e44c9ba4b0c0d3a2df781bd0d36db5",
28+
"{{.Repository}}/ide/code-codehelper:commit-58c9a1808ac3aa02fbd089cca60735aff4b8c07e"
29+
]
30+
},
2331
{
2432
"version": "1.97.2",
2533
"image": "{{.Repository}}/ide/code:commit-fc79353523099b0f4e8545f55cf351a5383e0ecf",

0 commit comments

Comments
 (0)