Skip to content

Commit

Permalink
installation: updated the kn operator version to fix breakage with 1.…
Browse files Browse the repository at this point in the history
…26 clusters (#360)
  • Loading branch information
Sameer Naik authored Mar 2, 2023
1 parent 49e438e commit 914b880
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/installation/kubernetes-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ TriggerMesh relies on [Knative Serving](https://knative.dev/docs/concepts/#knati
Begin by installing the Knative Operator:

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

Check the status of the Operator by running the command:
Expand Down
2 changes: 1 addition & 1 deletion docs/installation/kubernetes-yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ TriggerMesh relies on [Knative Serving](https://knative.dev/docs/concepts/#knati
Begin by installing the Knative Operator:

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

Check the status of the Operator by running the command:
Expand Down

0 comments on commit 914b880

Please sign in to comment.