Skip to content

Commit

Permalink
Update common/knative manifests from v1.14.1/v1.14.6
Browse files Browse the repository at this point in the history
Signed-off-by: Tarek Abouzeid <[email protected]>
  • Loading branch information
tarekabouzeid committed Sep 14, 2024
1 parent afd72b1 commit 1d5c6e9
Show file tree
Hide file tree
Showing 9 changed files with 3,009 additions and 833 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ used from the different projects of Kubeflow:
| Component | Local Manifests Path | Upstream Revision |
| - | - | - |
| Istio | common/istio-1-22 | [1.22.1](https://github.com/istio/istio/releases/tag/1.22.1) |
| Knative | common/knative/knative-serving <br /> common/knative/knative-eventing | [v1.12.4](https://github.com/knative/serving/releases/tag/knative-v1.12.4) <br /> [v1.12.6](https://github.com/knative/eventing/releases/tag/knative-v1.12.6) |
| Knative | common/knative/knative-serving <br /> common/knative/knative-eventing | [v1.14.1](https://github.com/knative/serving/releases/tag/knative-v1.14.1) <br /> [v1.14.6](https://github.com/knative/eventing/releases/tag/knative-v1.14.6) |
| Cert Manager | common/cert-manager | [1.14.5](https://github.com/cert-manager/cert-manager/releases/tag/v1.12.2) |

## Installation
Expand Down
6 changes: 3 additions & 3 deletions common/knative/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

The manifests for Knative Serving are based off the following:

- [Knative serving (v1.12.4)](https://github.com/knative/serving/releases/tag/knative-v1.12.4)
- [Knative ingress controller for Istio (v1.12.3)](https://github.com/knative-extensions/net-istio/releases/tag/knative-v1.12.3)
- [Knative serving (v1.14.1)](https://github.com/knative/serving/releases/tag/knative-v1.14.1)
- [Knative ingress controller for Istio (v1.14.2)](https://github.com/knative-extensions/net-istio/releases/tag/knative-v1.14.2)

1. Download the knative-serving manifests with the following commands:

Expand Down Expand Up @@ -54,7 +54,7 @@ The manifests for Knative Serving are based off the following:

## Knative-Eventing

The manifests for Knative Eventing are based off the [v1.12.6 release](https://github.com/knative/eventing/releases/tag/knative-v1.12.6).
The manifests for Knative Eventing are based off the [v1.14.6 release](https://github.com/knative/eventing/releases/tag/knative-v1.14.6).

- [Eventing Core](https://github.com/knative/eventing/releases/download/knative-v1.12.6/eventing-core.yaml)
- [In-Memory Channel](https://github.com/knative/eventing/releases/download/knative-v1.12.6/in-memory-channel.yaml)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
app: "storage-version-migration-eventing"
app.kubernetes.io/name: knative-eventing
app.kubernetes.io/component: storage-version-migration-job
app.kubernetes.io/version: "1.12.6"
app.kubernetes.io/version: "1.14.6"
name: storage-version-migration-eventing
spec:
ttlSecondsAfterFinished: 600
Expand All @@ -18,15 +18,15 @@ spec:
app: "storage-version-migration-eventing"
app.kubernetes.io/name: knative-eventing
app.kubernetes.io/component: storage-version-migration-job
app.kubernetes.io/version: "1.12.6"
app.kubernetes.io/version: "1.14.6"
annotations:
sidecar.istio.io/inject: "false"
spec:
serviceAccountName: knative-eventing-post-install-job
restartPolicy: OnFailure
containers:
- name: migrate
image: gcr.io/knative-releases/knative.dev/pkg/apiextensions/storageversion/cmd/migrate@sha256:d438c3ad2fcef3c7ea1b3abb910f5fa911c8a1466d6460ac0b11bf034797d6f6
image: gcr.io/knative-releases/knative.dev/pkg/apiextensions/storageversion/cmd/migrate@sha256:bae6e0cb96577c23db752ccd57ec701c292aea56e66fd6a3022bca4e2300b136
args:
- "apiserversources.sources.knative.dev"
- "brokers.eventing.knative.dev"
Expand Down
Loading

0 comments on commit 1d5c6e9

Please sign in to comment.