Skip to content

Commit

Permalink
use knative 1.8.6 which supports correct apiVersion of HPA resources
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway committed Nov 1, 2023
1 parent b376412 commit b598111
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ inputs:
knative-version:
description: 'Version of Knative to install (1.1.0, 1.1.1, etc.)'
required: true
default: '1.8.0'
default: '1.8.6'
registry-name:
description: 'Name of the registry to install (registry.local)'
required: true
Expand Down
2 changes: 1 addition & 1 deletion hack/setup-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ done

# Defaults
K8S_VERSION="v1.25.x"
KNATIVE_VERSION="1.8.0"
KNATIVE_VERSION="1.8.6"
REGISTRY_NAME="registry.local"
REGISTRY_PORT="5001"
CLUSTER_SUFFIX="cluster.local"
Expand Down

0 comments on commit b598111

Please sign in to comment.