Skip to content

Commit 468e854

Browse files
committed
Run make generated-files
Signed-off-by: Pierangelo Di Pilato <[email protected]>
1 parent 31f047a commit 468e854

File tree

10 files changed

+275
-191
lines changed

10 files changed

+275
-191
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ require (
2929
k8s.io/client-go v0.31.0
3030
knative.dev/eventing v0.44.0
3131
knative.dev/eventing-kafka-broker v0.37.0
32-
knative.dev/hack v0.0.0-20250117112405-6cb0feb3ac46
32+
knative.dev/hack v0.0.0-20250220110655-b5e4ff820460
3333
knative.dev/networking v0.0.0-20241022012959-60e29ff520dc
34-
knative.dev/operator v0.43.1
34+
knative.dev/operator v0.43.3-0.20250312021337-6b0f076ba7ae
3535
knative.dev/pkg v0.0.0-20241021183759-9b9d535af5ad
36-
knative.dev/serving v0.43.1
36+
knative.dev/serving v0.43.2
3737
sigs.k8s.io/controller-runtime v0.19.0
3838
sigs.k8s.io/yaml v1.4.0
3939
)
@@ -170,7 +170,7 @@ require (
170170
github.com/go-logr/logr v1.4.2
171171
go.uber.org/atomic v1.11.0 // indirect
172172
k8s.io/apiextensions-apiserver v0.31.0
173-
knative.dev/reconciler-test v0.0.0-20241015093232-09111f0f1364
173+
knative.dev/reconciler-test v0.0.0-20250217113355-f4bd4f5199d4
174174
)
175175

176176
replace (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2593,8 +2593,8 @@ knative.dev/hack v0.0.0-20250117112405-6cb0feb3ac46 h1:UWX4qXgehoigmCH/db5ZldJ9V
25932593
knative.dev/hack v0.0.0-20250117112405-6cb0feb3ac46/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
25942594
knative.dev/networking v0.0.0-20241022012959-60e29ff520dc h1:0d9XXRLlyuHfINZLlYqo/BYe/+chqqNBMLKJldjTbtw=
25952595
knative.dev/networking v0.0.0-20241022012959-60e29ff520dc/go.mod h1:G56j6VCLzfaN9yZ4IqfNyN4c3U1czvhUmKeZX4UjQ8Q=
2596-
knative.dev/operator v0.43.1 h1:P7yZeGvmjbq44IV8wkaiJ/Of4DMi0igzPXXq0X8IJgI=
2597-
knative.dev/operator v0.43.1/go.mod h1:vKN27BuPGIafr9fJy/MOoMACxV0oySI4lkWdldiHQK0=
2596+
knative.dev/operator v0.43.3-0.20250312021337-6b0f076ba7ae h1:GtHRzhWCPbBq51FLPpKcTnmK7dxR1ZmHN9jIcXFtEao=
2597+
knative.dev/operator v0.43.3-0.20250312021337-6b0f076ba7ae/go.mod h1:0WF/rDMqu7koe4ODC2vyjLd80Kw5NqIYoLwi+S+YERk=
25982598
knative.dev/pkg v0.0.0-20241021183759-9b9d535af5ad h1:Nrjtr2H168rJeamH4QdyLMV1lEKHejNhaj1ymgQMfLk=
25992599
knative.dev/pkg v0.0.0-20241021183759-9b9d535af5ad/go.mod h1:StJI72GWcm/iErmk4RqFJiOo8RLbVqPbHxUqeVwAzeo=
26002600
knative.dev/reconciler-test v0.0.0-20241015093232-09111f0f1364 h1:DIc+vbaFKOSGktPXJ1MaXIXoDjlmUIXQkHiZaPcYGbQ=

hack/patches/023-env-value-from-reset.patch

Lines changed: 0 additions & 12 deletions
This file was deleted.

olm-catalog/serverless-operator-index/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN /bin/opm init serverless-operator --default-channel=stable --output yaml >>
1111
RUN /bin/opm render --skip-tls-verify -o yaml \
1212
registry.ci.openshift.org/knative/release-1.34.0:serverless-bundle \
1313
registry.ci.openshift.org/knative/release-1.35.0:serverless-bundle \
14-
quay.io/redhat-user-workloads/ocp-serverless-tenant/serverless-operator-136/serverless-bundle@sha256:4cfa306d7c8228567b4519b40141ce3fdcad55f9e62bef9295571f9059ebd897 >> /configs/index.yaml
14+
quay.io/redhat-user-workloads/ocp-serverless-tenant/serverless-operator-136/serverless-bundle@sha256:e9e679787ab1a98060dfe783982baf6ed31eb57383cd0863a8c77938e6f0bd0c >> /configs/index.yaml
1515

1616
# The base image is expected to contain
1717
# /bin/opm (with a serve subcommand) and /bin/grpc_health_probe

olm-catalog/serverless-operator/manifests/serverless-operator.clusterserviceversion.yaml

Lines changed: 136 additions & 82 deletions
Large diffs are not rendered by default.

openshift-knative-operator/cmd/openshift-knative-operator/kodata/knative-eventing/latest/2-eventing-core.yaml

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -684,6 +684,32 @@ rules:
684684
- "delete"
685685
- "patch"
686686
- "watch"
687+
688+
- apiGroups:
689+
- "cert-manager.io"
690+
resources:
691+
- "certificates"
692+
verbs:
693+
- "get"
694+
- "list"
695+
- "create"
696+
- "update"
697+
- "delete"
698+
- "patch"
699+
- "watch"
700+
701+
- apiGroups:
702+
- "acme.cert-manager.io"
703+
resources:
704+
- "challenges"
705+
verbs:
706+
- "get"
707+
- "list"
708+
- "create"
709+
- "update"
710+
- "delete"
711+
- "patch"
712+
- "watch"
687713
---
688714
# Copyright 2024 The Knative Authors
689715
#
@@ -6760,6 +6786,23 @@ data:
67606786
backoffPolicy: exponential
67616787
backoffDelay: PT0.2S
67626788
---
6789+
apiVersion: v1
6790+
kind: ConfigMap
6791+
metadata:
6792+
name: eventing-integrations-images
6793+
namespace: knative-eventing
6794+
labels:
6795+
app.kubernetes.io/version: "v20250220-98eb037"
6796+
data:
6797+
aws-s3-sink: gcr.io/knative-nightly/aws-s3-sink@sha256:c14c49821ccf59b8584a13523ea04a164c418fdb899e584809a2d4cb5de1ef76
6798+
aws-sqs-source: gcr.io/knative-nightly/aws-sqs-source@sha256:03c355c8d91db9dbc97b076734a61c0ccc283f84b67e03541fec675c9e5f899d
6799+
aws-sns-sink: gcr.io/knative-nightly/aws-sns-sink@sha256:4c8972ccea48ac2823bbc6e44f3b0b9a1daeb0b5727c08fe25e8992a0c9673c2
6800+
timer-source: gcr.io/knative-nightly/timer-source@sha256:4270869170ab6a0d717d7a904f47fdd7899b1fc8d9a1457b68de5ff8e667a4ed
6801+
aws-ddb-streams-source: gcr.io/knative-nightly/aws-ddb-streams-source@sha256:9670cc0ab31113d244176f3490082e5ea155d64ab7d3dcaeb5027e40cb9c9859
6802+
aws-s3-source: gcr.io/knative-nightly/aws-s3-source@sha256:1d6bdd165da87126cfb6a9f9e90e7343a6a4a768415627ef060d2727e46b4f59
6803+
log-sink: gcr.io/knative-nightly/log-sink@sha256:15be39524a6467367c5d21a15642a972047d929555f79b4d26f0188060cc03cd
6804+
aws-sqs-sink: gcr.io/knative-nightly/aws-sqs-sink@sha256:d6d962fc3d6af2ec0456319785ed97f22399fbeff562f8bb1a5bce71be1b6970
6805+
---
67636806
# Copyright 2021 The Knative Authors
67646807
#
67656808
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -7091,6 +7134,54 @@ spec:
70917134
fieldPath: metadata.name
70927135

70937136

7137+
- name: INTEGRATION_SOURCE_TIMER_IMAGE
7138+
valueFrom:
7139+
configMapKeyRef:
7140+
key: timer-source
7141+
name: eventing-integrations-images
7142+
7143+
- name: INTEGRATION_SOURCE_AWS_S3_IMAGE
7144+
valueFrom:
7145+
configMapKeyRef:
7146+
key: aws-s3-source
7147+
name: eventing-integrations-images
7148+
7149+
- name: INTEGRATION_SOURCE_AWS_SQS_IMAGE
7150+
valueFrom:
7151+
configMapKeyRef:
7152+
key: aws-sqs-source
7153+
name: eventing-integrations-images
7154+
7155+
- name: INTEGRATION_SOURCE_AWS_DDB_STREAMS_IMAGE
7156+
valueFrom:
7157+
configMapKeyRef:
7158+
key: aws-ddb-streams-source
7159+
name: eventing-integrations-images
7160+
7161+
- name: INTEGRATION_SINK_LOG_IMAGE
7162+
valueFrom:
7163+
configMapKeyRef:
7164+
key: log-sink
7165+
name: eventing-integrations-images
7166+
7167+
- name: INTEGRATION_SINK_AWS_S3_IMAGE
7168+
valueFrom:
7169+
configMapKeyRef:
7170+
key: aws-s3-sink
7171+
name: eventing-integrations-images
7172+
7173+
- name: INTEGRATION_SINK_AWS_SQS_IMAGE
7174+
valueFrom:
7175+
configMapKeyRef:
7176+
key: aws-sqs-sink
7177+
name: eventing-integrations-images
7178+
7179+
- name: INTEGRATION_SINK_AWS_SNS_IMAGE
7180+
valueFrom:
7181+
configMapKeyRef:
7182+
key: aws-sns-sink
7183+
name: eventing-integrations-images
7184+
70947185
## Adapter settings
70957186
# - name: K_LOGGING_CONFIG
70967187
# value: ''

openshift-knative-operator/cmd/openshift-knative-operator/kodata/knative-eventing/latest/6-eventing-tls-networking.yaml

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -13,55 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
apiVersion: cert-manager.io/v1
17-
kind: Certificate
18-
metadata:
19-
name: integration-sink-server-tls
20-
namespace: knative-eventing
21-
spec:
22-
# Secret names are always required.
23-
secretName: integration-sink-server-tls
24-
25-
secretTemplate:
26-
labels:
27-
app.kubernetes.io/component: integration-sink
28-
app.kubernetes.io/name: knative-eventing
29-
30-
# Use 0m0s so that we don't run into https://github.com/cert-manager/cert-manager/issues/6408 on the operator
31-
duration: 2160h0m0s # 90d
32-
renewBefore: 360h0m0s # 15d
33-
subject:
34-
organizations:
35-
- local
36-
privateKey:
37-
algorithm: RSA
38-
encoding: PKCS1
39-
size: 2048
40-
rotationPolicy: Always
41-
42-
dnsNames:
43-
- integration-sink.knative-eventing.svc.cluster.local
44-
- integration-sink.knative-eventing.svc
45-
46-
issuerRef:
47-
name: knative-eventing-ca-issuer
48-
kind: ClusterIssuer
49-
group: cert-manager.io
50-
---
51-
# Copyright 2023 The Knative Authors
52-
#
53-
# Licensed under the Apache License, Version 2.0 (the "License");
54-
# you may not use this file except in compliance with the License.
55-
# You may obtain a copy of the License at
56-
#
57-
# http://www.apache.org/licenses/LICENSE-2.0
58-
#
59-
# Unless required by applicable law or agreed to in writing, software
60-
# distributed under the License is distributed on an "AS IS" BASIS,
61-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
62-
# See the License for the specific language governing permissions and
63-
# limitations under the License.
64-
6516
apiVersion: cert-manager.io/v1
6617
kind: Certificate
6718
metadata:

rpms.lock.yaml

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ arches:
1111
name: socat
1212
evr: 1.7.4.1-1.el8
1313
sourcerpm: socat-1.7.4.1-1.el8.src.rpm
14-
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/aarch64/baseos/os/Packages/r/rsync-3.1.3-20.el8_10.aarch64.rpm
14+
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/aarch64/baseos/os/Packages/r/rsync-3.1.3-21.el8_10.aarch64.rpm
1515
repoid: ubi-8-baseos-rpms
16-
size: 410256
17-
checksum: sha256:e9ad118d3ae20863d1a67c8215b24b3e08471b94ae7fcb3ff4f7a5d085a63f0f
16+
size: 410884
17+
checksum: sha256:c2abdc201cedd3e1831955ae628c644ab670214126697695c77657edbbeaecb2
1818
name: rsync
19-
evr: 3.1.3-20.el8_10
20-
sourcerpm: rsync-3.1.3-20.el8_10.src.rpm
19+
evr: 3.1.3-21.el8_10
20+
sourcerpm: rsync-3.1.3-21.el8_10.src.rpm
2121
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/aarch64/baseos/os/Packages/t/tar-1.30-9.el8.aarch64.rpm
2222
repoid: ubi-8-baseos-rpms
2323
size: 849892
@@ -39,12 +39,12 @@ arches:
3939
checksum: sha256:fde85ccbec9a4dabe98d7cf695d394f43fad1ec9b03c167f97430d6eb724b946
4040
name: socat
4141
evr: 1.7.4.1-1.el8
42-
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/aarch64/baseos/source/SRPMS/Packages/r/rsync-3.1.3-20.el8_10.src.rpm
42+
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/aarch64/baseos/source/SRPMS/Packages/r/rsync-3.1.3-21.el8_10.src.rpm
4343
repoid: ubi-8-baseos-source
44-
size: 1146276
45-
checksum: sha256:5b263e146671b0e3e3869a9c04e187b317d40cf71942df47711810402f85f516
44+
size: 1149684
45+
checksum: sha256:8dd8cd91786a1a30835e61c75f2f56b0449680583cff5be4e396fd82bfaab7c1
4646
name: rsync
47-
evr: 3.1.3-20.el8_10
47+
evr: 3.1.3-21.el8_10
4848
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/aarch64/baseos/source/SRPMS/Packages/t/tar-1.30-9.el8.src.rpm
4949
repoid: ubi-8-baseos-source
5050
size: 2169236
@@ -67,13 +67,13 @@ arches:
6767
name: socat
6868
evr: 1.7.4.1-1.el8
6969
sourcerpm: socat-1.7.4.1-1.el8.src.rpm
70-
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/ppc64le/baseos/os/Packages/r/rsync-3.1.3-20.el8_10.ppc64le.rpm
70+
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/ppc64le/baseos/os/Packages/r/rsync-3.1.3-21.el8_10.ppc64le.rpm
7171
repoid: ubi-8-baseos-rpms
72-
size: 442812
73-
checksum: sha256:1429409eee3a0ebca5a83925f0faebcc7f224702f028402199f3aef740af3af6
72+
size: 443544
73+
checksum: sha256:13fc835eb33dbf991d34cc204f79fb84938176ea53442073187178818823e373
7474
name: rsync
75-
evr: 3.1.3-20.el8_10
76-
sourcerpm: rsync-3.1.3-20.el8_10.src.rpm
75+
evr: 3.1.3-21.el8_10
76+
sourcerpm: rsync-3.1.3-21.el8_10.src.rpm
7777
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/ppc64le/baseos/os/Packages/t/tar-1.30-9.el8.ppc64le.rpm
7878
repoid: ubi-8-baseos-rpms
7979
size: 878620
@@ -95,12 +95,12 @@ arches:
9595
checksum: sha256:fde85ccbec9a4dabe98d7cf695d394f43fad1ec9b03c167f97430d6eb724b946
9696
name: socat
9797
evr: 1.7.4.1-1.el8
98-
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/ppc64le/baseos/source/SRPMS/Packages/r/rsync-3.1.3-20.el8_10.src.rpm
98+
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/ppc64le/baseos/source/SRPMS/Packages/r/rsync-3.1.3-21.el8_10.src.rpm
9999
repoid: ubi-8-baseos-source
100-
size: 1146276
101-
checksum: sha256:5b263e146671b0e3e3869a9c04e187b317d40cf71942df47711810402f85f516
100+
size: 1149684
101+
checksum: sha256:8dd8cd91786a1a30835e61c75f2f56b0449680583cff5be4e396fd82bfaab7c1
102102
name: rsync
103-
evr: 3.1.3-20.el8_10
103+
evr: 3.1.3-21.el8_10
104104
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/ppc64le/baseos/source/SRPMS/Packages/t/tar-1.30-9.el8.src.rpm
105105
repoid: ubi-8-baseos-source
106106
size: 2169236
@@ -123,13 +123,13 @@ arches:
123123
name: socat
124124
evr: 1.7.4.1-1.el8
125125
sourcerpm: socat-1.7.4.1-1.el8.src.rpm
126-
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/s390x/baseos/os/Packages/r/rsync-3.1.3-20.el8_10.s390x.rpm
126+
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/s390x/baseos/os/Packages/r/rsync-3.1.3-21.el8_10.s390x.rpm
127127
repoid: ubi-8-baseos-rpms
128-
size: 413552
129-
checksum: sha256:a94953d2cbc29deb89fba7d9b91eb1d0e25db541af5129dedc723f29290c5883
128+
size: 414124
129+
checksum: sha256:a96c06ec291a0246b8b060b1c2744015e0d3b0ad2f2785adb216ca60e1c6244e
130130
name: rsync
131-
evr: 3.1.3-20.el8_10
132-
sourcerpm: rsync-3.1.3-20.el8_10.src.rpm
131+
evr: 3.1.3-21.el8_10
132+
sourcerpm: rsync-3.1.3-21.el8_10.src.rpm
133133
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/s390x/baseos/os/Packages/t/tar-1.30-9.el8.s390x.rpm
134134
repoid: ubi-8-baseos-rpms
135135
size: 853548
@@ -151,12 +151,12 @@ arches:
151151
checksum: sha256:fde85ccbec9a4dabe98d7cf695d394f43fad1ec9b03c167f97430d6eb724b946
152152
name: socat
153153
evr: 1.7.4.1-1.el8
154-
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/s390x/baseos/source/SRPMS/Packages/r/rsync-3.1.3-20.el8_10.src.rpm
154+
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/s390x/baseos/source/SRPMS/Packages/r/rsync-3.1.3-21.el8_10.src.rpm
155155
repoid: ubi-8-baseos-source
156-
size: 1146276
157-
checksum: sha256:5b263e146671b0e3e3869a9c04e187b317d40cf71942df47711810402f85f516
156+
size: 1149684
157+
checksum: sha256:8dd8cd91786a1a30835e61c75f2f56b0449680583cff5be4e396fd82bfaab7c1
158158
name: rsync
159-
evr: 3.1.3-20.el8_10
159+
evr: 3.1.3-21.el8_10
160160
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/s390x/baseos/source/SRPMS/Packages/t/tar-1.30-9.el8.src.rpm
161161
repoid: ubi-8-baseos-source
162162
size: 2169236
@@ -179,13 +179,13 @@ arches:
179179
name: socat
180180
evr: 1.7.4.1-1.el8
181181
sourcerpm: socat-1.7.4.1-1.el8.src.rpm
182-
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/os/Packages/r/rsync-3.1.3-20.el8_10.x86_64.rpm
182+
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/os/Packages/r/rsync-3.1.3-21.el8_10.x86_64.rpm
183183
repoid: ubi-8-baseos-rpms
184-
size: 420268
185-
checksum: sha256:724036dda8f8d1df70f19e56bff6d5a19b5b5c48f7ebcb266c7ec82e65a876d2
184+
size: 420856
185+
checksum: sha256:c65fc8397e47b5c9a3e3ca8b1aca7136a1534ecbfb76884bdc0dde075e1f990b
186186
name: rsync
187-
evr: 3.1.3-20.el8_10
188-
sourcerpm: rsync-3.1.3-20.el8_10.src.rpm
187+
evr: 3.1.3-21.el8_10
188+
sourcerpm: rsync-3.1.3-21.el8_10.src.rpm
189189
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/os/Packages/t/tar-1.30-9.el8.x86_64.rpm
190190
repoid: ubi-8-baseos-rpms
191191
size: 858812
@@ -207,12 +207,12 @@ arches:
207207
checksum: sha256:fde85ccbec9a4dabe98d7cf695d394f43fad1ec9b03c167f97430d6eb724b946
208208
name: socat
209209
evr: 1.7.4.1-1.el8
210-
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/source/SRPMS/Packages/r/rsync-3.1.3-20.el8_10.src.rpm
210+
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/source/SRPMS/Packages/r/rsync-3.1.3-21.el8_10.src.rpm
211211
repoid: ubi-8-baseos-source
212-
size: 1146276
213-
checksum: sha256:5b263e146671b0e3e3869a9c04e187b317d40cf71942df47711810402f85f516
212+
size: 1149684
213+
checksum: sha256:8dd8cd91786a1a30835e61c75f2f56b0449680583cff5be4e396fd82bfaab7c1
214214
name: rsync
215-
evr: 3.1.3-20.el8_10
215+
evr: 3.1.3-21.el8_10
216216
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/source/SRPMS/Packages/t/tar-1.30-9.el8.src.rpm
217217
repoid: ubi-8-baseos-source
218218
size: 2169236

test/images-rekt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
knative.dev/reconciler-test/cmd/eventshub: quay.io/redhat-user-workloads/ocp-serverless-tenant/serverless-operator-136/kn-eventing-test-eventshub@sha256:e3540f829a0bc162e50e5785cf5d728bfaf7c1222ad5f6a98b06287996bab7af
2-
knative.dev/eventing/cmd/heartbeats: quay.io/redhat-user-workloads/ocp-serverless-tenant/serverless-operator-136/kn-eventing-heartbeats@sha256:cc7ca5fafda0c368f42ce521187f2868bb0a9be4ff9ef9793c24d1bb452b54dd
2+
knative.dev/eventing/cmd/heartbeats: quay.io/redhat-user-workloads/ocp-serverless-tenant/serverless-operator-136/kn-eventing-heartbeats@sha256:0c799b3140a9401e73afc96f82b239c23fc0e6994c15a7e03501cd24cf9e9722

0 commit comments

Comments
 (0)