diff --git a/README.md b/README.md index edbea7e..1e3b601 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This laboratory is intended to be deployed using [minishift](https://github.com/ 1. Install the latest version of [minishift](https://github.com/minishift/minishift) ``` - ./minishift start --profile bfdevconf + ./minishift start --profile bfdevconf --openshift-version v3.7.1 -- Starting profile 'bfdevconf' -- Checking if requested hypervisor 'kvm' is supported on this platform ... OK -- Checking if KVM driver is installed ... diff --git a/bf-addons/manager-app-template.yaml b/bf-addons/manager-app-template.yaml index 425599d..7306504 100644 --- a/bf-addons/manager-app-template.yaml +++ b/bf-addons/manager-app-template.yaml @@ -58,7 +58,7 @@ objects: - name: SCOREBOARD_PORT value: ${SCOREBOARD_PORT} name: ${APP_NAME} - image: ruromero/manager-app:latest + image: ruromero/manager-app:3.7.1 imagePullPolicy: IfNotPresent serviceAccountName: ${APP_NAME} triggers: