Skip to content

Commit

Permalink
[code] update stable to 1.65.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mustard-mh committed Mar 11, 2022
1 parent b10bdc6 commit 270e03c
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-a5d259949a3fa8d3bbfbb4cb19fd2c3fb0cdf00b"
stableVersion: "commit-93edb90833d8d662f4c1a64b2ad8ced456e62862"
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-a5d259949a3fa8d3bbfbb4cb19fd2c3fb0cdf00b" // stable version that will be updated manually on demand
CodeIDEImageStableVersion = "commit-93edb90833d8d662f4c1a64b2ad8ced456e62862" // 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 270e03c

Please sign in to comment.