Skip to content

Commit

Permalink
chore: down knative version 1.4.0 -> 0.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kahirokunn committed Oct 10, 2022
1 parent d690a15 commit 69900e3
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 346 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "v1.4.0"
VERSION = "v0.24.2"

setup-mac:
brew install sponge
Expand All @@ -12,7 +12,7 @@ download-knative-serving:
# https://knative.dev/docs/install/yaml-install/serving/install-serving-with-yaml
# Knative Serving
-rm -rf ./knative-serving/templates/download/*
wget -P ./knative-serving/templates/download https://github.com/knative/serving/releases/download/knative-${VERSION}/serving-core.yaml
wget -P ./knative-serving/templates/download https://github.com/knative/serving/releases/download/${VERSION}/serving-core.yaml

# remove all config
cat knative-serving/templates/download/serving-core.yaml | yq eval '. | select(.metadata.name | test("config-.*") | not)' | sponge knative-serving/templates/download/serving-core.yaml
Expand Down
Loading

0 comments on commit 69900e3

Please sign in to comment.