Skip to content

Commit

Permalink
Update common/knative manifests from v1.15.2/v1.15.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tarek Abouzeid <tarek.abouzeid@teliacompany.com>
  • Loading branch information
tarekabouzeid committed Sep 14, 2024
1 parent 2e81e91 commit 885314b
Show file tree
Hide file tree
Showing 6 changed files with 146 additions and 146 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.15.2](https://github.com/knative/serving/releases/tag/knative-v1.15.2) <br /> [v1.15.0](https://github.com/knative/eventing/releases/tag/knative-v1.15.0) |
| Knative | common/knative/knative-serving <br /> common/knative/knative-eventing | [v1.15.2](https://github.com/knative/serving/releases/tag/knative-v1.15.2) <br /> [v1.15.1](https://github.com/knative/eventing/releases/tag/knative-v1.15.1) |
| Cert Manager | common/cert-manager | [1.14.5](https://github.com/cert-manager/cert-manager/releases/tag/v1.12.2) |

## Installation
Expand Down
2 changes: 1 addition & 1 deletion common/knative/README.md
Original file line number Diff line number Diff line change
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.15.0 release](https://github.com/knative/eventing/releases/tag/knative-v1.15.0).
The manifests for Knative Eventing are based off the [v1.15.1 release](https://github.com/knative/eventing/releases/tag/knative-v1.15.1).

- [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.15.0"
app.kubernetes.io/version: "1.15.1"
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.15.0"
app.kubernetes.io/version: "1.15.1"
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:7e817c89273f5a01b5281e968dcd50865e4c7b616402ac37d2e2e5213e4589f9
image: gcr.io/knative-releases/knative.dev/pkg/apiextensions/storageversion/cmd/migrate@sha256:816eb6e1c6f25f996fde4b85e7fd646605a03020c50240a3472453e7a06c0b20
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"
Expand Down
Loading

0 comments on commit 885314b

Please sign in to comment.