Skip to content

Commit b9139be

Browse files
krithika369Krithika Sundararajan
andauthored
Fix typo: Init cluster knative version help string (#320)
* Fix typo knative version * Fix typo knative istio version --------- Co-authored-by: Krithika Sundararajan <[email protected]>
1 parent 8067741 commit b9139be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

infra/cluster-init/init.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ function print_usage {
1919
echo
2020
echo " Optional Environment Variables:"
2121
echo " ISTIO_VERSION Istio version, default: 1.12.5."
22-
echo " KNATIVE_VERSION Knative version, default: 1.3.2."
23-
echo " KNATIVE_ISTIO_VERSION Knative Istio version, default: 1.3.0."
22+
echo " KNATIVE_VERSION Knative version, default: 1.7.4."
23+
echo " KNATIVE_ISTIO_VERSION Knative Istio version, default: 1.7.1."
2424
echo " KNATIVE_DOMAINS Knative domains that should be supported, comma seperated values"
2525
echo " KNATIVE_REGISTRIES_SKIPPING_TAG_RESOLVING Knative domains that should be supported, comma seperated values"
2626
}
@@ -56,7 +56,7 @@ function install_knative {
5656
-f knative-configmaps/config-features.yaml
5757

5858
kubectl apply \
59-
-f "https://github.com/knative-sandbox/net-istio/releases/download/knative-v${KNATIVE_ISTIO_VERSION:-1.3.0}/net-istio.yaml"
59+
-f "https://github.com/knative-sandbox/net-istio/releases/download/knative-v${KNATIVE_ISTIO_VERSION:-1.7.1}/net-istio.yaml"
6060

6161
local istio_apps=("net-istio-controller" "net-istio-webhook")
6262
for app in ${istio_apps[@]}; do

0 commit comments

Comments
 (0)