mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
Update bootstrap image to 1.1.2 (#2821)
**What type of PR is this?** > Uncomment only one ` /kind` line, and delete the rest. > For example, `> /kind bug` would simply become: `/kind bug` /kind feature **What does does this PR do / why we need it**: Updates the odo-init-image to 1.1.2 **Which issue(s) this PR fixes**: N/A **How to test changes / Special notes to the reviewer**: N/A Signed-off-by: Charlie Drage <charlie@charliedrage.com>
This commit is contained in:
@@ -24,7 +24,7 @@ const (
|
||||
|
||||
// Default Image that will be used containing the supervisord binary and assembly scripts
|
||||
// use GetBootstrapperImage() function instead of this variable
|
||||
defaultBootstrapperImage = "quay.io/odo-dev/init:1.1.2" // Switched temporarily, will revert back when registry.access.redhat.com/openshiftdo/odo-init-image-rhel7:1.0.2 is updated
|
||||
defaultBootstrapperImage = "registry.access.redhat.com/openshiftdo/odo-init-image-rhel7:1.1.2"
|
||||
|
||||
// SupervisordVolumeName Create a custom name and (hope) that users don't use the *exact* same name in their deployment (occlient.go)
|
||||
SupervisordVolumeName = "odo-supervisord-shared-data"
|
||||
|
||||
Reference in New Issue
Block a user