Skip to content

Commit

Permalink
Run make generated-files
Browse files Browse the repository at this point in the history
  • Loading branch information
mgencur committed Oct 10, 2024
1 parent c7fab56 commit 4783016
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion olm-catalog/serverless-operator-index/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ registry.ci.openshift.org/knative/release-1.34.0:serverless-bundle \
/bin/opm render --skip-tls-verify -o yaml \
registry.ci.openshift.org/knative/release-1.33.0:serverless-bundle \
registry.ci.openshift.org/knative/release-1.34.0:serverless-bundle \
quay.io/redhat-user-workloads/ocp-serverless-tenant/serverless-operator-135/serverless-bundle@sha256:4126bdbb39a92868699416af29a7bc46458e332f2b513d8d74b7e1befa6a9121 >> /configs/index.yaml
quay.io/redhat-user-workloads/ocp-serverless-tenant/serverless-operator-135/serverless-bundle@sha256:a07cebece2f737890179e5c0b3a7055431b89a91d6892ea0583a8731009a7971 >> /configs/index.yaml

# The base image is expected to contain
# /bin/opm (with a serve subcommand) and /bin/grpc_health_probe
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ spec:
serviceAccountName: knative-operator
containers:
- name: knative-operator
image: registry.redhat.io/openshift-serverless-1/serverless-openshift-kn-operator@sha256:4e91d876484c0d717d298dd1560377c54cefc4acf648c1a3ffb7d1d0a685a6a2
image: registry.redhat.io/openshift-serverless-1/serverless-openshift-kn-operator@sha256:c3fe870801a9e53e2d95da9fe9eef9305b81a5d8464e3d240786b0f70a87e32d
readinessProbe:
periodSeconds: 1
httpGet:
Expand Down Expand Up @@ -990,7 +990,7 @@ spec:
- ALL
containers:
- name: knative-openshift
image: registry.redhat.io/openshift-serverless-1/serverless-kn-operator@sha256:1ba7784381cf91bc00319bde39abe27c598404673e291520a86b0b50e91aba74
image: registry.redhat.io/openshift-serverless-1/serverless-kn-operator@sha256:747a644423a641b669a5b652f0f67a26d608ba65797d71cb7e15b97d5f370c97
imagePullPolicy: Always
readinessProbe:
httpGet:
Expand Down Expand Up @@ -1170,7 +1170,7 @@ spec:
serviceAccountName: knative-openshift-ingress
containers:
- name: knative-openshift-ingress
image: registry.redhat.io/openshift-serverless-1/serverless-ingress@sha256:c8f59e5f2874480a6ebed1fb0872bb6251555153d737b432cd88b05b73f48c58
image: registry.redhat.io/openshift-serverless-1/serverless-ingress@sha256:dac9e8e4b0349a6f7c30d61284b0065d859a3c4c20e79ff2aecb9e1e000c201b
imagePullPolicy: Always
ports:
- containerPort: 9090
Expand Down Expand Up @@ -1319,11 +1319,11 @@ spec:
- knativeeventings.operator.knative.dev
relatedImages:
- name: "knative-operator"
image: "registry.redhat.io/openshift-serverless-1/serverless-openshift-kn-operator@sha256:4e91d876484c0d717d298dd1560377c54cefc4acf648c1a3ffb7d1d0a685a6a2"
image: "registry.redhat.io/openshift-serverless-1/serverless-openshift-kn-operator@sha256:c3fe870801a9e53e2d95da9fe9eef9305b81a5d8464e3d240786b0f70a87e32d"
- name: "knative-openshift"
image: "registry.redhat.io/openshift-serverless-1/serverless-kn-operator@sha256:1ba7784381cf91bc00319bde39abe27c598404673e291520a86b0b50e91aba74"
image: "registry.redhat.io/openshift-serverless-1/serverless-kn-operator@sha256:747a644423a641b669a5b652f0f67a26d608ba65797d71cb7e15b97d5f370c97"
- name: "knative-openshift-ingress"
image: "registry.redhat.io/openshift-serverless-1/serverless-ingress@sha256:c8f59e5f2874480a6ebed1fb0872bb6251555153d737b432cd88b05b73f48c58"
image: "registry.redhat.io/openshift-serverless-1/serverless-ingress@sha256:dac9e8e4b0349a6f7c30d61284b0065d859a3c4c20e79ff2aecb9e1e000c201b"
- name: "IMAGE_queue-proxy"
image: "registry.redhat.io/openshift-serverless-1/kn-serving-queue@sha256:2e8f546a6928176613c7d5ac48cf5e1440f39876e8526fcb83d8413088b086cc"
- name: "IMAGE_activator"
Expand Down

0 comments on commit 4783016

Please sign in to comment.