Skip to content

Commit

Permalink
Update cert manager version in quick install script (kserve#3496)
Browse files Browse the repository at this point in the history
Signed-off-by: Shaurya Goel <[email protected]>
  • Loading branch information
shauryagoel authored Mar 7, 2024
1 parent 426fe21 commit b0fef32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/quick_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export ISTIO_DIR=istio-${ISTIO_VERSION}
export KNATIVE_SERVING_VERSION=knative-v1.10.1
export KNATIVE_ISTIO_VERSION=knative-v1.10.0
export KSERVE_VERSION=v0.12.0
export CERT_MANAGER_VERSION=v1.3.0
export CERT_MANAGER_VERSION=v1.9.0
export SCRIPT_DIR="$( dirname -- "${BASH_SOURCE[0]}" )"

cleanup(){
Expand Down

0 comments on commit b0fef32

Please sign in to comment.