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:
Charlie Drage
2020-04-06 22:40:21 -04:00
committed by GitHub
parent c5c6913887
commit 484a32d3db

View File

@@ -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"