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.5.0: MAISTRA-117
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Conner committed Nov 23, 2018
1 parent 1ee3874 commit b74e17e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.4.0}"
readonly OS_ISTIO_VERSION="${OS_ISTIO_VERSION:-0.5.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.4.0
value: maistra/istio-operator-centos7:0.5.0
- name: PULL_POLICY
value: Always
- name: NAMESPACE
Expand Down
2 changes: 1 addition & 1 deletion pkg/oc/clusterup/manifests/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/extended/testdata/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b74e17e

Please sign in to comment.