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

Commit 6953b74

Browse files
committed
Make subscription version match package currentCSV
1 parent 58176a6 commit 6953b74

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

etc/scripts/installation-functions.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22

33
# This is a function library, expected to be source'd
44

5+
# These are the versions in the OLM Subscriptions, but they will be
6+
# updated to the currentCSV version in the corresponding package in
7+
# the catalog source.
58
KNATIVE_SERVING_VERSION=v0.2.2
69
KNATIVE_BUILD_VERSION=v0.2.0
7-
KNATIVE_EVENTING_VERSION=v0.2.0
10+
KNATIVE_EVENTING_VERSION=v0.2.1
811

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

0 commit comments

Comments
 (0)