File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments