Skip to content

Commit 73da06a

Browse files
Add storage migration image to Knative Serving 0.15.
1 parent 4891da1 commit 73da06a

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)