Skip to content

Commit

Permalink
[code] Update stable to 1.66.2 with proxy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanp413 authored and roboquat committed Apr 22, 2022
1 parent b2d07b8 commit 060a36e
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 @@ -357,7 +357,7 @@ components:
version: "latest"
codeImage:
imageName: "ide/code"
stableVersion: "commit-c89358b24c9577d1fd986d57387f3847f7dfb06f"
stableVersion: "commit-e4d4c1cc703e3adc62e4cfe935f37d5d2eeb6df3"
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-c89358b24c9577d1fd986d57387f3847f7dfb06f" // stable version that will be updated manually on demand
CodeIDEImageStableVersion = "commit-e4d4c1cc703e3adc62e4cfe935f37d5d2eeb6df3" // 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 060a36e

Please sign in to comment.