Skip to content

Commit

Permalink
[code] Update stable to 1.66.0
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Mar 31, 2022
1 parent ff4faf6 commit 95354f0
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 @@ -358,7 +358,7 @@ components:
version: "latest"
codeImage:
imageName: "ide/code"
stableVersion: "commit-93edb90833d8d662f4c1a64b2ad8ced456e62862"
stableVersion: "commit-c5beb9076768e6ab3717db6e74bdab4b53304ad9"
insidersVersion: "nightly"
desktopIdeImages:
codeDesktop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package ide

const (
CodeIDEImage = "ide/code"
CodeIDEImageStableVersion = "commit-93edb90833d8d662f4c1a64b2ad8ced456e62862" // stable version that will be updated manually on demand
CodeIDEImageStableVersion = "commit-c5beb9076768e6ab3717db6e74bdab4b53304ad9" // 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 95354f0

Please sign in to comment.