Skip to content

Commit b4b332d

Browse files
filiptronicekroboquat
authored andcommitted
[code] Update stable to 1.67
1 parent e9066f1 commit b4b332d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ components:
357357
version: "latest"
358358
codeImage:
359359
imageName: "ide/code"
360-
stableVersion: "commit-148bd78e649771328e130f2c05b3f112ba51f442"
360+
stableVersion: "commit-824abc8f79ba1a1772d66a59e6fdaed184d3ceea"
361361
insidersVersion: "nightly"
362362
desktopIdeImages:
363363
codeDesktop:

install/installer/pkg/components/workspace/ide/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package ide
66

77
const (
88
CodeIDEImage = "ide/code"
9-
CodeIDEImageStableVersion = "commit-148bd78e649771328e130f2c05b3f112ba51f442" // stable version that will be updated manually on demand
9+
CodeIDEImageStableVersion = "commit-824abc8f79ba1a1772d66a59e6fdaed184d3ceea" // stable version that will be updated manually on demand
1010
CodeDesktopIDEImage = "ide/code-desktop"
1111
CodeDesktopInsidersIDEImage = "ide/code-desktop-insiders"
1212
IntelliJDesktopIDEImage = "ide/intellij"

0 commit comments

Comments
 (0)