Skip to content

Commit

Permalink
[release-1.11] Adding the variable KNATIVE_EVENTING_RELEASE_TLS to …
Browse files Browse the repository at this point in the history
…install latest eventing TLS (#351)

* Adding the variable to install latest eventing tls

* Update library.sh

Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>

---------

Co-authored-by: Leo Li <leoli@redhat.com>
Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
  • Loading branch information
3 people committed Nov 23, 2023
1 parent bcdb0e6 commit c0f04e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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")"

0 comments on commit c0f04e8

Please sign in to comment.