-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(release): Prepare 7.3.2 release
Change-Id: Icb46940157e49b9148c6008585c776ca6024b131 Signed-off-by: Florent Benoit <[email protected]>
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
7.3.1 | ||
7.3.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
const DEFAULT_CHE_IMAGE = 'eclipse/che-server:nightly' | ||
const DEFAULT_CHE_OPERATOR_IMAGE = 'quay.io/eclipse/che-operator:nightly' | ||
const DEFAULT_CHE_IMAGE = 'eclipse/che-server:7.3.2' | ||
const DEFAULT_CHE_OPERATOR_IMAGE = 'quay.io/eclipse/che-operator:7.3.2' | ||
|
||
export { DEFAULT_CHE_IMAGE, DEFAULT_CHE_OPERATOR_IMAGE } |