Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ spec:
containers:
- name: knative-operator
# This reference will be replaced in local builds and CI via hack/lib/catalogsource.bash.
image: registry.ci.openshift.org/knative/openshift-serverless-nightly:openshift-knative-operator
image: registry.ci.openshift.org/knative/openshift-serverless-v1.31.0:openshift-knative-operator
readinessProbe:
periodSeconds: 1
httpGet:
Expand Down Expand Up @@ -939,7 +939,7 @@ spec:
containers:
- name: knative-openshift
# This reference will be replaced in local builds and CI via hack/lib/catalogsource.bash.
image: registry.ci.openshift.org/knative/openshift-serverless-nightly:knative-operator
image: registry.ci.openshift.org/knative/openshift-serverless-v1.31.0:knative-operator
imagePullPolicy: Always
readinessProbe:
httpGet:
Expand Down Expand Up @@ -1114,7 +1114,7 @@ spec:
containers:
- name: knative-openshift-ingress
# This reference will be replaced in local builds and CI via hack/lib/catalogsource.bash.
image: registry.ci.openshift.org/knative/openshift-serverless-nightly:knative-openshift-ingress
image: registry.ci.openshift.org/knative/openshift-serverless-v1.31.0:knative-openshift-ingress
imagePullPolicy: Always
ports:
- containerPort: 9090
Expand Down Expand Up @@ -1264,13 +1264,13 @@ spec:
relatedImages:
- name: knative-operator
# This reference will be replaced in local builds and CI via hack/lib/catalogsource.bash.
image: registry.ci.openshift.org/knative/openshift-serverless-nightly:openshift-knative-operator
image: registry.ci.openshift.org/knative/openshift-serverless-v1.31.0:openshift-knative-operator
- name: knative-openshift
# This reference will be replaced in local builds and CI via hack/lib/catalogsource.bash.
image: registry.ci.openshift.org/knative/openshift-serverless-nightly:knative-operator
image: registry.ci.openshift.org/knative/openshift-serverless-v1.31.0:knative-operator
- name: knative-openshift-ingress
# This reference will be replaced in local builds and CI via hack/lib/catalogsource.bash.
image: registry.ci.openshift.org/knative/openshift-serverless-nightly:knative-openshift-ingress
image: registry.ci.openshift.org/knative/openshift-serverless-v1.31.0:knative-openshift-ingress
- name: "IMAGE_queue-proxy"
image: "registry.ci.openshift.org/openshift/knative-serving-queue:knative-v1.9"
- name: "IMAGE_activator"
Expand Down