Skip to content

Commit

Permalink
use 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ruromero committed Jan 24, 2018
1 parent 80f8a1f commit 44f999c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ...
Expand Down
2 changes: 1 addition & 1 deletion bf-addons/manager-app-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 44f999c

Please sign in to comment.