Skip to content
This repository was archived by the owner on Aug 2, 2019. It is now read-only.

Commit 041f1a2

Browse files
committed
Master is installing all 0.3.0 operators now
Had to use cluster-admin privs for build and serving to avoid some startup errors, so apparently upstream perms don't cover all the openshift crevices. There is opportunity here.
1 parent f939d61 commit 041f1a2

File tree

4 files changed

+844
-283
lines changed

4 files changed

+844
-283
lines changed

etc/scripts/installation-functions.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
# These are the versions in the OLM Subscriptions, but they will be
66
# updated to the currentCSV version in the corresponding package in
77
# the catalog source.
8-
KNATIVE_SERVING_VERSION=v0.2.2
9-
KNATIVE_BUILD_VERSION=v0.2.0
10-
KNATIVE_EVENTING_VERSION=v0.2.1
8+
KNATIVE_SERVING_VERSION=v0.3.0
9+
KNATIVE_BUILD_VERSION=v0.3.0
10+
KNATIVE_EVENTING_VERSION=v0.3.0
1111

1212
INSTALL_SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
1313

0 commit comments

Comments
 (0)