Skip to content

Commit c6102b1

Browse files
Merge pull request openshift#10525 from markusthoemmes/serving-0.15-migration
Add storage migration image to Knative Serving 0.15.
2 parents 8546918 + 73da06a commit c6102b1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v0.15.2__4.5.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,14 @@ images:
6868
- destination_dir: .
6969
source_path: /go/bin/autoscaler
7070
to: knative-serving-autoscaler
71+
- dockerfile_path: openshift/ci-operator/knative-images/migrate/Dockerfile
72+
from: base
73+
inputs:
74+
bin:
75+
paths:
76+
- destination_dir: .
77+
source_path: /go/bin/migrate
78+
to: knative-serving-storage-version-migration
7179
- dockerfile_path: openshift/ci-operator/knative-test-images/pizzaplanetv2/Dockerfile
7280
from: base
7381
inputs:

0 commit comments

Comments
 (0)