Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 914b880

Browse files
author
Sameer Naik
authored
installation: updated the kn operator version to fix breakage with 1.26 clusters (#360)
1 parent 49e438e commit 914b880

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/installation/kubernetes-helm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ TriggerMesh relies on [Knative Serving](https://knative.dev/docs/concepts/#knati
2424
Begin by installing the Knative Operator:
2525

2626
```sh
27-
kubectl apply -f https://github.com/knative/operator/releases/download/knative-v1.8.1/operator.yaml -n default
27+
kubectl apply -f https://github.com/knative/operator/releases/download/knative-v1.8.5/operator.yaml -n default
2828
```
2929

3030
Check the status of the Operator by running the command:

docs/installation/kubernetes-yaml.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ TriggerMesh relies on [Knative Serving](https://knative.dev/docs/concepts/#knati
2323
Begin by installing the Knative Operator:
2424

2525
```sh
26-
kubectl apply -f https://github.com/knative/operator/releases/download/knative-v1.8.1/operator.yaml -n default
26+
kubectl apply -f https://github.com/knative/operator/releases/download/knative-v1.8.5/operator.yaml -n default
2727
```
2828

2929
Check the status of the Operator by running the command:

0 commit comments

Comments
 (0)