Skip to content

Commit

Permalink
updating hack sync
Browse files Browse the repository at this point in the history
Signed-off-by: Tarek Abouzeid <[email protected]>
  • Loading branch information
tarekabouzeid committed Sep 14, 2024
1 parent 1d5c6e9 commit 89f7304
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hack/synchronize-knative-manifests.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
set -euxo pipefail
IFS=$'\n\t'

KN_SERVING_RELEASE="v1.12.4" # Must be a release
KN_EXTENSION_RELEASE="v1.12.3" # Must be a release
KN_EVENTING_RELEASE="v1.12.6" # Must be a release
KN_SERVING_RELEASE="v1.14.1" # Must be a release
KN_EXTENSION_RELEASE="v1.14.2" # Must be a release
KN_EVENTING_RELEASE="v1.14.6" # Must be a release
BRANCH=${BRANCH:=synchronize-knative-manifests-${KN_SERVING_RELEASE?}}

SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
Expand Down

0 comments on commit 89f7304

Please sign in to comment.