Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
bump cluster version to 1.28 in e2e scripts (#670)
Browse files Browse the repository at this point in the history
* bump cluster version to 1.28 in e2e scripts

* drop flag to skip istio addon from e2e test scripts
  • Loading branch information
izabelacg committed Feb 21, 2024
1 parent 4b9f207 commit 48d4826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ source $(dirname $0)/e2e-common.sh


# Script entry point.
initialize $@ --skip-istio-addon
initialize "$@" --cluster-version=1.28

CERTIFICATE_CLASS="cert-manager.certificate.networking.knative.dev"

Expand Down

0 comments on commit 48d4826

Please sign in to comment.