Skip to content

Commit

Permalink
[code] update stable to 1.64
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanp413 authored and roboquat committed Feb 3, 2022
1 parent f87ae97 commit b2eb980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ components:
version: "latest"
codeImage:
imageName: "ide/code"
stableVersion: "commit-dc3be5ab7e8dd88d7b3d9c40fa8a2b2130106c2d"
stableVersion: "commit-adaa5e19c625d55704417e59083d0b38a5c0f0f4"
insidersVersion: "nightly"
desktopIdeImages:
codeDesktop:
Expand Down
2 changes: 1 addition & 1 deletion installer/pkg/components/workspace/ide/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package ide

const (
CodeIDEImage = "ide/code"
CodeIDEImageStableVersion = "commit-dc3be5ab7e8dd88d7b3d9c40fa8a2b2130106c2d" // stable version that will be updated manually on demand
CodeIDEImageStableVersion = "commit-adaa5e19c625d55704417e59083d0b38a5c0f0f4" // stable version that will be updated manually on demand
CodeDesktopIDEImage = "ide/code-desktop"
CodeDesktopInsidersIDEImage = "ide/code-desktop-insiders"
IntelliJDesktopIDEImage = "ide/intellij"
Expand Down

0 comments on commit b2eb980

Please sign in to comment.