From e52c8fed85e98f3e9cc62d3deca2f4372f58f4ff Mon Sep 17 00:00:00 2001 From: Leo Li Date: Wed, 22 Nov 2023 16:36:26 +0000 Subject: [PATCH 1/2] Adding the variable to install latest eventing tls --- library.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/library.sh b/library.sh index 889de55a..b227e8c9 100755 --- a/library.sh +++ b/library.sh @@ -1007,3 +1007,4 @@ readonly KNATIVE_SERVING_RELEASE_CRDS="$(get_latest_knative_yaml_source "serving readonly KNATIVE_SERVING_RELEASE_CORE="$(get_latest_knative_yaml_source "serving" "serving-core")" readonly KNATIVE_NET_ISTIO_RELEASE="$(get_latest_knative_yaml_source "net-istio" "net-istio")" readonly KNATIVE_EVENTING_RELEASE="$(get_latest_knative_yaml_source "eventing" "eventing")" +readonly KNATIVE_EVENTING_RELEASE_TLS="$(get_latest_knative_yaml_source "eventing" "eventing-tls-networking")" \ No newline at end of file From 63b52339136dd42531a4d5962f82ae6239b7edf1 Mon Sep 17 00:00:00 2001 From: Leo Li Date: Wed, 22 Nov 2023 12:22:09 -0500 Subject: [PATCH 2/2] Update library.sh Co-authored-by: Pierangelo Di Pilato --- library.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.sh b/library.sh index b227e8c9..0fcd8319 100755 --- a/library.sh +++ b/library.sh @@ -1007,4 +1007,4 @@ readonly KNATIVE_SERVING_RELEASE_CRDS="$(get_latest_knative_yaml_source "serving readonly KNATIVE_SERVING_RELEASE_CORE="$(get_latest_knative_yaml_source "serving" "serving-core")" readonly KNATIVE_NET_ISTIO_RELEASE="$(get_latest_knative_yaml_source "net-istio" "net-istio")" readonly KNATIVE_EVENTING_RELEASE="$(get_latest_knative_yaml_source "eventing" "eventing")" -readonly KNATIVE_EVENTING_RELEASE_TLS="$(get_latest_knative_yaml_source "eventing" "eventing-tls-networking")" \ No newline at end of file +readonly KNATIVE_EVENTING_RELEASE_TLS="$(get_latest_knative_yaml_source "eventing" "eventing-tls-networking")"