Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Synchronize knative manifests v1.14.1 #2882

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@
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,17 +18,17 @@
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

Check failure on line 28 in common/knative/knative-eventing-post-install-jobs/base/eventing-post-install.yaml

View workflow job for this annotation

GitHub Actions / format_YAML_files

28:9 [indentation] wrong indentation: expected 6 but found 8
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"

Check failure on line 31 in common/knative/knative-eventing-post-install-jobs/base/eventing-post-install.yaml

View workflow job for this annotation

GitHub Actions / format_YAML_files

31:13 [indentation] wrong indentation: expected 10 but found 12
- "brokers.eventing.knative.dev"
- "channels.messaging.knative.dev"
- "containersources.sources.knative.dev"
Expand All @@ -46,6 +46,6 @@
runAsNonRoot: true
capabilities:
drop:
- ALL

Check failure on line 49 in common/knative/knative-eventing-post-install-jobs/base/eventing-post-install.yaml

View workflow job for this annotation

GitHub Actions / format_YAML_files

49:17 [indentation] wrong indentation: expected 14 but found 16
seccompProfile:
type: RuntimeDefault
Loading
Loading