File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ limitations under the License.
1717
1818import ()
1919
20- const PGO_VERSION = "3.3.0"
20+ const PGO_VERSION = "3.3.0-rc4 "
2121
2222// Ok status
2323const Ok = "ok"
Original file line number Diff line number Diff line change 7474 echo " setting CO_IMAGE_PREFIX to " $CO_IMAGE_PREFIX
7575fi
7676echo " user has entered " $CO_IMAGE_PREFIX " for the operator image prefix" | tee -a $LOG
77+ echo -n " enter container-suite image prefix [" $CCP_IMAGE_PREFIX " ]"
78+ read REPLY
79+ if [[ " $REPLY " != " " ]]; then
80+ echo " setting CCP_IMAGE_PREFIX=" $REPLY
81+ export CCP_IMAGE_PREFIX=$REPLY
82+ else
83+ echo " setting CCP_IMAGE_PREFIX to " $CCP_IMAGE_PREFIX
84+ fi
85+ echo " user has entered " $CCP_IMAGE_PREFIX " for the container-suite image prefix" | tee -a $LOG
7786
7887echo " Testing for dependencies..." | tee -a $LOG
7988
@@ -183,7 +192,8 @@ echo ""
183192echo " Setting up pgo storage configuration for the selected storageclass..." | tee -a $LOG
184193cp $COROOT /examples/pgo.yaml.storageclass $COROOT /conf/apiserver/pgo.yaml
185194sed --in-place=.bak ' s/standard/' " $STORAGE_CLASS " ' /' $COROOT /conf/apiserver/pgo.yaml
186- sed --in-place=.bak ' s/crunchydata/' " $CO_IMAGE_PREFIX " ' /' $COROOT /conf/apiserver/pgo.yaml
195+ sed --in-place=.bak ' s/COImagePrefix: crunchydata/' " COImagePrefix: $CO_IMAGE_PREFIX " ' /' $COROOT /conf/apiserver/pgo.yaml
196+ sed --in-place=.bak ' s/CCPImagePrefix: crunchydata/' " CCPImagePrefix: $CCP_IMAGE_PREFIX " ' /' $COROOT /conf/apiserver/pgo.yaml
187197sed --in-place=.bak ' s/centos7/' " $CO_BASEOS " ' /' $COROOT /conf/apiserver/pgo.yaml
188198sed --in-place=.bak ' s/demo/' " $CO_NAMESPACE " ' /' $COROOT /deploy/cluster-rbac.yaml
189199sed --in-place=.bak ' s/demo/' " $CO_NAMESPACE " ' /' $COROOT /deploy/rbac.yaml
You can’t perform that action at this time.
0 commit comments