Skip to content
This repository has been archived by the owner on Jul 18, 2019. It is now read-only.

Commit

Permalink
Update to maistra 0.6.0: MAISTRA-137
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Conner committed Jan 4, 2019
1 parent b74e17e commit 1b83836
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/lib/constants.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ readonly OS_OUTPUT_RPMPATH="${OS_OUTPUT_RELEASEPATH}/rpms"
readonly OS_OUTPUT_BINPATH="${OS_OUTPUT}/bin"
readonly OS_OUTPUT_PKGDIR="${OS_OUTPUT}/pkgdir"

readonly OS_ISTIO_VERSION="${OS_ISTIO_VERSION:-0.5.0}"
readonly OS_ISTIO_VERSION="${OS_ISTIO_VERSION:-0.6.0}"

readonly OS_SDN_COMPILE_TARGETS_LINUX=(
cmd/sdn-cni-plugin
Expand Down
2 changes: 1 addition & 1 deletion install/istio/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: template.openshift.io/v1
kind: Template
parameters:
- name: IMAGE
value: maistra/istio-operator-centos7:0.5.0
value: maistra/istio-operator-centos7:0.6.0
- name: PULL_POLICY
value: Always
- name: NAMESPACE
Expand Down

0 comments on commit 1b83836

Please sign in to comment.