Fix hard-coded version (#5902)

* fix hard-coded version of serving-core.yaml's url to env artifact

* change --8<-- to {% include %} for calling define_env
This commit is contained in:
Kaiz 2024-03-11 15:47:12 +09:00 committed by GitHub
parent 9282b5d964
commit d187c5a145
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ The following table describes the supported versions of Serving and Eventing for
| v1.13 | v1.13.0<br/>v1.12.0, v1.12.1, v1.12.2 and v1.12.3<br/>v1.11.0, v1.1.1, v1.11.2, v1.11.3, v1.11.6, v1.11.5 and v1.11.6<br/>v1.10.0, v1.10.1 and v1.10.2 | v1.13.0<br/>v1.12.0, v1.12.1, v1.12.2 and v1.12.3<br/>v1.11.0, v1.11.1, v1.11.2, v1.11.3, v1.11.4, v1.11.5 and v1.11.6<br/>v1.10.0, v1.10.1, v1.10.2, v1.10.3, v1.10.4, v1.10.5 and v1.10.6 |
--8<-- "prerequisites.md"
--8<-- "security-prereqs-images.md"
{% include "security-prereqs-images.md" %}
## Install the Knative Operator

View File

@ -3,7 +3,7 @@
This topic describes how to install Knative Eventing by applying YAML files using the `kubectl` CLI.
--8<-- "prerequisites.md"
--8<-- "security-prereqs-images.md"
{% include "security-prereqs-images.md" %}
## Install Knative Eventing

View File

@ -3,7 +3,7 @@
This topic describes how to install Knative Serving by applying YAML files using the `kubectl` CLI.
--8<-- "prerequisites.md"
--8<-- "security-prereqs-images.md"
{% include "security-prereqs-images.md" %}
## Install the Knative Serving component

View File

@ -6,8 +6,8 @@ Knative releases from 1.9 onwards are signed with [cosign](https://docs.sigstore
1. Extract the images from a manifeset and verify the signatures.
```
curl -sSL https://github.com/knative/serving/releases/download/knative-v1.10.1/serving-core.yaml \
```bash
curl -sSL {{ artifact(repo="serving",file="serving-core.yaml") }} \
| grep 'gcr.io/' | awk '{print $2}' | sort | uniq \
| xargs -n 1 \
cosign verify -o text \