Skip to content

Commit 919241c

Browse files
authored
[VS Code Browser] Update stable code to 1.100.2 (#20848)
1 parent 246f56d commit 919241c

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

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

Lines changed: 10 additions & 2 deletions
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-e62d71dde81f736d8a4c6b07c5483e5caed40d7b",
11+
"image": "{{.Repository}}/ide/code:commit-246f56d562b502a46f1a4dce02a5406bda7dfa28",
1212
"latestImage": "{{.ResolvedCodeBrowserImageLatest}}",
1313
"imageLayers": [
1414
"{{.Repository}}/ide/gitpod-code-web:commit-e62d71dde81f736d8a4c6b07c5483e5caed40d7b",
15-
"{{.Repository}}/ide/code-codehelper:commit-6385d6f4c904ce2b8d298c5f8c115090aa5f6488"
15+
"{{.Repository}}/ide/code-codehelper:commit-e04327e0e2d9fe0db5c75931638dbe04eecc2534"
1616
],
1717
"latestImageLayers": [
1818
"{{.CodeWebExtensionImage}}",
1919
"{{.CodeHelperImage}}"
2020
],
2121
"allowPin": true,
2222
"versions": [
23+
{
24+
"version": "1.99.3",
25+
"image": "{{.Repository}}/ide/code:commit-e62d71dde81f736d8a4c6b07c5483e5caed40d7b",
26+
"imageLayers": [
27+
"{{.Repository}}/ide/gitpod-code-web:commit-e62d71dde81f736d8a4c6b07c5483e5caed40d7b",
28+
"{{.Repository}}/ide/code-codehelper:commit-6385d6f4c904ce2b8d298c5f8c115090aa5f6488"
29+
]
30+
},
2331
{
2432
"version": "1.98.2",
2533
"image": "{{.Repository}}/ide/code:commit-211281858c4e2b08062afeb58078c3f54b366ccc",

0 commit comments

Comments
 (0)