diff --git a/test/apicoverage/image/apicoverage-webhook.yaml b/test/apicoverage/image/apicoverage-webhook.yaml index 7746ac9c55f2..9845d1ccd6b5 100755 --- a/test/apicoverage/image/apicoverage-webhook.yaml +++ b/test/apicoverage/image/apicoverage-webhook.yaml @@ -49,7 +49,7 @@ spec: serviceAccountName: apicoverage-webhook containers: - name: apicoverage-webhook - image: knative.dev/serving/test/apicoverage/image + image: ko://knative.dev/serving/test/apicoverage/image env: - name: SYSTEM_NAMESPACE valueFrom: diff --git a/test/performance/benchmarks/dataplane-probe/continuous/dataplane-probe-setup.yaml b/test/performance/benchmarks/dataplane-probe/continuous/dataplane-probe-setup.yaml index e20954fc3027..cf6311916719 100644 --- a/test/performance/benchmarks/dataplane-probe/continuous/dataplane-probe-setup.yaml +++ b/test/performance/benchmarks/dataplane-probe/continuous/dataplane-probe-setup.yaml @@ -26,7 +26,7 @@ spec: autoscaling.knative.dev/targetBurstCapacity: "-1" spec: containers: - - image: knative.dev/serving/test/test_images/autoscale + - image: ko://knative.dev/serving/test/test_images/autoscale --- apiVersion: serving.knative.dev/v1 kind: Service @@ -42,7 +42,7 @@ spec: autoscaling.knative.dev/targetBurstCapacity: "-1" spec: containers: - - image: knative.dev/serving/test/test_images/autoscale + - image: ko://knative.dev/serving/test/test_images/autoscale containerConcurrency: 100 --- apiVersion: serving.knative.dev/v1 @@ -59,7 +59,7 @@ spec: autoscaling.knative.dev/targetBurstCapacity: "-1" spec: containers: - - image: knative.dev/serving/test/test_images/autoscale + - image: ko://knative.dev/serving/test/test_images/autoscale containerConcurrency: 10 --- apiVersion: serving.knative.dev/v1 @@ -76,7 +76,7 @@ spec: autoscaling.knative.dev/targetBurstCapacity: "-1" spec: containers: - - image: knative.dev/serving/test/test_images/autoscale + - image: ko://knative.dev/serving/test/test_images/autoscale containerConcurrency: 1 --- apiVersion: serving.knative.dev/v1 @@ -93,7 +93,7 @@ spec: autoscaling.knative.dev/targetBurstCapacity: "0" spec: containers: - - image: knative.dev/serving/test/test_images/autoscale + - image: ko://knative.dev/serving/test/test_images/autoscale --- apiVersion: serving.knative.dev/v1 kind: Service @@ -109,7 +109,7 @@ spec: autoscaling.knative.dev/targetBurstCapacity: "0" spec: containers: - - image: knative.dev/serving/test/test_images/autoscale + - image: ko://knative.dev/serving/test/test_images/autoscale containerConcurrency: 100 --- apiVersion: serving.knative.dev/v1 @@ -126,7 +126,7 @@ spec: autoscaling.knative.dev/targetBurstCapacity: "0" spec: containers: - - image: knative.dev/serving/test/test_images/autoscale + - image: ko://knative.dev/serving/test/test_images/autoscale containerConcurrency: 10 --- apiVersion: serving.knative.dev/v1 @@ -143,7 +143,7 @@ spec: autoscaling.knative.dev/targetBurstCapacity: "0" spec: containers: - - image: knative.dev/serving/test/test_images/autoscale + - image: ko://knative.dev/serving/test/test_images/autoscale containerConcurrency: 1 --- apiVersion: v1 @@ -173,7 +173,7 @@ spec: spec: containers: - name: user-container - image: knative.dev/serving/test/test_images/autoscale + image: ko://knative.dev/serving/test/test_images/autoscale ports: - name: blah containerPort: 8080 diff --git a/test/performance/benchmarks/dataplane-probe/continuous/dataplane-probe.yaml b/test/performance/benchmarks/dataplane-probe/continuous/dataplane-probe.yaml index fdd7ddec3255..424ff8740345 100644 --- a/test/performance/benchmarks/dataplane-probe/continuous/dataplane-probe.yaml +++ b/test/performance/benchmarks/dataplane-probe/continuous/dataplane-probe.yaml @@ -44,7 +44,7 @@ spec: serviceAccountName: prober containers: - name: dataplane-probe - image: knative.dev/serving/test/performance/benchmarks/dataplane-probe/continuous + image: ko://knative.dev/serving/test/performance/benchmarks/dataplane-probe/continuous args: ["-target=deployment", "--duration=3m"] resources: requests: @@ -87,7 +87,7 @@ spec: serviceAccountName: prober containers: - name: dataplane-probe - image: knative.dev/serving/test/performance/benchmarks/dataplane-probe/continuous + image: ko://knative.dev/serving/test/performance/benchmarks/dataplane-probe/continuous args: ["-target=istio", "--duration=3m"] resources: requests: @@ -129,7 +129,7 @@ spec: serviceAccountName: prober containers: - name: dataplane-probe - image: knative.dev/serving/test/performance/benchmarks/dataplane-probe/continuous + image: ko://knative.dev/serving/test/performance/benchmarks/dataplane-probe/continuous args: ["-target=queue", "--duration=3m"] resources: requests: @@ -171,7 +171,7 @@ spec: serviceAccountName: prober containers: - name: dataplane-probe - image: knative.dev/serving/test/performance/benchmarks/dataplane-probe/continuous + image: ko://knative.dev/serving/test/performance/benchmarks/dataplane-probe/continuous args: ["-target=activator", "--duration=3m"] resources: requests: @@ -213,7 +213,7 @@ spec: serviceAccountName: prober containers: - name: dataplane-probe - image: knative.dev/serving/test/performance/benchmarks/dataplane-probe/continuous + image: ko://knative.dev/serving/test/performance/benchmarks/dataplane-probe/continuous args: ["-target=activator-with-cc", "--duration=3m"] resources: requests: @@ -255,7 +255,7 @@ spec: serviceAccountName: prober containers: - name: dataplane-probe - image: knative.dev/serving/test/performance/benchmarks/dataplane-probe/continuous + image: ko://knative.dev/serving/test/performance/benchmarks/dataplane-probe/continuous args: ["-target=queue-with-cc", "--duration=3m"] resources: requests: @@ -297,7 +297,7 @@ spec: serviceAccountName: prober containers: - name: dataplane-probe - image: knative.dev/serving/test/performance/benchmarks/dataplane-probe/continuous + image: ko://knative.dev/serving/test/performance/benchmarks/dataplane-probe/continuous args: ["-target=queue-with-cc-10", "--duration=3m"] resources: requests: @@ -339,7 +339,7 @@ spec: serviceAccountName: prober containers: - name: dataplane-probe - image: knative.dev/serving/test/performance/benchmarks/dataplane-probe/continuous + image: ko://knative.dev/serving/test/performance/benchmarks/dataplane-probe/continuous args: ["-target=queue-with-cc-1", "--duration=3m"] resources: requests: @@ -381,7 +381,7 @@ spec: serviceAccountName: prober containers: - name: dataplane-probe - image: knative.dev/serving/test/performance/benchmarks/dataplane-probe/continuous + image: ko://knative.dev/serving/test/performance/benchmarks/dataplane-probe/continuous args: ["-target=activator-with-cc-10", "--duration=3m"] resources: requests: @@ -423,7 +423,7 @@ spec: serviceAccountName: prober containers: - name: dataplane-probe - image: knative.dev/serving/test/performance/benchmarks/dataplane-probe/continuous + image: ko://knative.dev/serving/test/performance/benchmarks/dataplane-probe/continuous args: ["-target=activator-with-cc-1", "--duration=3m"] resources: requests: diff --git a/test/performance/benchmarks/deployment-probe/continuous/benchmark.yaml b/test/performance/benchmarks/deployment-probe/continuous/benchmark.yaml index 37bfe21b19ad..f0ad19b9ccce 100644 --- a/test/performance/benchmarks/deployment-probe/continuous/benchmark.yaml +++ b/test/performance/benchmarks/deployment-probe/continuous/benchmark.yaml @@ -45,7 +45,7 @@ spec: serviceAccountName: prober containers: - name: probe - image: knative.dev/serving/test/performance/benchmarks/deployment-probe/continuous + image: ko://knative.dev/serving/test/performance/benchmarks/deployment-probe/continuous args: - "-template=basic" - "-duration=35m" diff --git a/test/performance/benchmarks/load-test/continuous/load-test-setup.yaml b/test/performance/benchmarks/load-test/continuous/load-test-setup.yaml index a5a657e2db35..3a38dda423db 100644 --- a/test/performance/benchmarks/load-test/continuous/load-test-setup.yaml +++ b/test/performance/benchmarks/load-test/continuous/load-test-setup.yaml @@ -24,7 +24,7 @@ spec: autoscaling.knative.dev/targetBurstCapacity: "-1" spec: containers: - - image: knative.dev/serving/test/test_images/autoscale + - image: ko://knative.dev/serving/test/test_images/autoscale --- apiVersion: serving.knative.dev/v1 kind: Service @@ -38,7 +38,7 @@ spec: autoscaling.knative.dev/targetBurstCapacity: "0" spec: containers: - - image: knative.dev/serving/test/test_images/autoscale + - image: ko://knative.dev/serving/test/test_images/autoscale --- apiVersion: serving.knative.dev/v1 kind: Service @@ -52,4 +52,4 @@ spec: autoscaling.knative.dev/targetBurstCapacity: "200" spec: containers: - - image: knative.dev/serving/test/test_images/autoscale + - image: ko://knative.dev/serving/test/test_images/autoscale diff --git a/test/performance/benchmarks/load-test/continuous/load-test.yaml b/test/performance/benchmarks/load-test/continuous/load-test.yaml index 6b8c77c15777..6929fd5e1c1f 100644 --- a/test/performance/benchmarks/load-test/continuous/load-test.yaml +++ b/test/performance/benchmarks/load-test/continuous/load-test.yaml @@ -44,7 +44,7 @@ spec: serviceAccountName: loader containers: - name: load-test - image: knative.dev/serving/test/performance/benchmarks/load-test/continuous + image: ko://knative.dev/serving/test/performance/benchmarks/load-test/continuous args: - "-flavor=zero" resources: @@ -88,7 +88,7 @@ spec: serviceAccountName: loader containers: - name: load-test - image: knative.dev/serving/test/performance/benchmarks/load-test/continuous + image: ko://knative.dev/serving/test/performance/benchmarks/load-test/continuous args: - "-flavor=always" resources: @@ -132,7 +132,7 @@ spec: serviceAccountName: loader containers: - name: load-test - image: knative.dev/serving/test/performance/benchmarks/load-test/continuous + image: ko://knative.dev/serving/test/performance/benchmarks/load-test/continuous args: - "-flavor=200" resources: diff --git a/test/performance/benchmarks/scale-from-zero/continuous/scale-from-zero.yaml b/test/performance/benchmarks/scale-from-zero/continuous/scale-from-zero.yaml index d75f6c7cf5fa..5eab76ad636f 100644 --- a/test/performance/benchmarks/scale-from-zero/continuous/scale-from-zero.yaml +++ b/test/performance/benchmarks/scale-from-zero/continuous/scale-from-zero.yaml @@ -44,7 +44,7 @@ spec: serviceAccountName: scale-from-zero containers: - name: scale-from-zero - image: knative.dev/serving/test/performance/benchmarks/scale-from-zero/continuous + image: ko://knative.dev/serving/test/performance/benchmarks/scale-from-zero/continuous args: - "-parallel=1" env: @@ -91,7 +91,7 @@ spec: serviceAccountName: scale-from-zero containers: - name: scale-from-zero - image: knative.dev/serving/test/performance/benchmarks/scale-from-zero/continuous + image: ko://knative.dev/serving/test/performance/benchmarks/scale-from-zero/continuous args: - "-parallel=5" env: @@ -138,7 +138,7 @@ spec: serviceAccountName: scale-from-zero containers: - name: scale-from-zero - image: knative.dev/serving/test/performance/benchmarks/scale-from-zero/continuous + image: ko://knative.dev/serving/test/performance/benchmarks/scale-from-zero/continuous args: - "-parallel=25" env: diff --git a/test/performance/config/job.yaml b/test/performance/config/job.yaml index e81c3a877e5d..069c81078e92 100644 --- a/test/performance/config/job.yaml +++ b/test/performance/config/job.yaml @@ -34,7 +34,7 @@ spec: spec: containers: - name: vegeta - image: knative.dev/serving/vendor/github.com/tsenart/vegeta + image: ko://knative.dev/serving/vendor/github.com/tsenart/vegeta command: ["/bin/bash", "-c"] args: - "/ko-app/vegeta -cpus=1 attack -duration=4m -rate=1000/1s -targets=/var/vegeta/payload | /ko-app/vegeta report -type=json" diff --git a/test/test_images/autoscale/service.yaml b/test/test_images/autoscale/service.yaml index 69b3231efe29..71af35a839fe 100644 --- a/test/test_images/autoscale/service.yaml +++ b/test/test_images/autoscale/service.yaml @@ -7,4 +7,4 @@ spec: template: spec: containers: - - image: knative.dev/serving/test/test_images/autoscale + - image: ko://knative.dev/serving/test/test_images/autoscale diff --git a/test/test_images/failing/service.yaml b/test/test_images/failing/service.yaml index d45db667385c..44c85be750ec 100644 --- a/test/test_images/failing/service.yaml +++ b/test/test_images/failing/service.yaml @@ -7,4 +7,4 @@ spec: template: spec: containers: - - image: knative.dev/serving/test/test_images/failing + - image: ko://knative.dev/serving/test/test_images/failing diff --git a/test/test_images/flaky/service.yaml b/test/test_images/flaky/service.yaml index 4bc94a6a091f..fcacf7cc1f14 100644 --- a/test/test_images/flaky/service.yaml +++ b/test/test_images/flaky/service.yaml @@ -7,7 +7,7 @@ spec: template: spec: containers: - - image: knative.dev/serving/test/test_images/flaky + - image: ko://knative.dev/serving/test/test_images/flaky env: # Succeed every Nth request. - name: PERIOD diff --git a/test/test_images/grpc-ping/service.yaml b/test/test_images/grpc-ping/service.yaml index 4eb07e311333..e2ff27aa8e0d 100644 --- a/test/test_images/grpc-ping/service.yaml +++ b/test/test_images/grpc-ping/service.yaml @@ -7,7 +7,7 @@ spec: template: spec: containers: - - image: knative.dev/serving/test/test_images/grpc-ping + - image: ko://knative.dev/serving/test/test_images/grpc-ping ports: - name: h2c containerPort: 8080 diff --git a/test/test_images/hellovolume/service.yaml b/test/test_images/hellovolume/service.yaml index 0f1c3615d4f7..47529428e947 100644 --- a/test/test_images/hellovolume/service.yaml +++ b/test/test_images/hellovolume/service.yaml @@ -23,7 +23,7 @@ spec: containers: - # This is the Go import path for the binary to containerize # and substitute here. - image: knative.dev/serving/test/test_images/hellovolume + image: ko://knative.dev/serving/test/test_images/hellovolume volumeMounts: - name: foo mountPath: /hello/ diff --git a/test/test_images/helloworld/helloworld.yaml b/test/test_images/helloworld/helloworld.yaml index f1f5c0223075..3295e356bdb3 100644 --- a/test/test_images/helloworld/helloworld.yaml +++ b/test/test_images/helloworld/helloworld.yaml @@ -23,7 +23,7 @@ spec: containers: - # This is the Go import path for the binary to containerize # and substitute here. - image: knative.dev/serving/test/test_images/helloworld + image: ko://knative.dev/serving/test/test_images/helloworld readinessProbe: httpGet: path: / diff --git a/test/test_images/helloworld/service.yaml b/test/test_images/helloworld/service.yaml index a8bf41406504..51f8f9094806 100644 --- a/test/test_images/helloworld/service.yaml +++ b/test/test_images/helloworld/service.yaml @@ -7,4 +7,4 @@ spec: template: spec: containers: - - image: knative.dev/serving/test/test_images/helloworld + - image: ko://knative.dev/serving/test/test_images/helloworld diff --git a/test/test_images/httpproxy/service.yaml b/test/test_images/httpproxy/service.yaml index 3efd272d9dc8..b4bac824c158 100644 --- a/test/test_images/httpproxy/service.yaml +++ b/test/test_images/httpproxy/service.yaml @@ -7,7 +7,7 @@ spec: template: spec: containers: - - image: knative.dev/serving/test/test_images/helloworld + - image: ko://knative.dev/serving/test/test_images/helloworld --- apiVersion: serving.knative.dev/v1 kind: Service @@ -18,7 +18,7 @@ spec: template: spec: containers: - - image: knative.dev/serving/test/test_images/httpproxy + - image: ko://knative.dev/serving/test/test_images/httpproxy env: - name: TARGET_HOST value: "helloworld-test-image.default.svc.cluster.local" diff --git a/test/test_images/observed-concurrency/service.yaml b/test/test_images/observed-concurrency/service.yaml index 6a280d552d0c..93286068c1d7 100644 --- a/test/test_images/observed-concurrency/service.yaml +++ b/test/test_images/observed-concurrency/service.yaml @@ -7,4 +7,4 @@ spec: template: spec: containers: - - image: knative.dev/serving/test/test_images/observed-concurrency + - image: ko://knative.dev/serving/test/test_images/observed-concurrency diff --git a/test/test_images/pizzaplanetv1/service.yaml b/test/test_images/pizzaplanetv1/service.yaml index 533453f78175..1f6a0ef28a78 100644 --- a/test/test_images/pizzaplanetv1/service.yaml +++ b/test/test_images/pizzaplanetv1/service.yaml @@ -7,4 +7,4 @@ spec: template: spec: containers: - - image: knative.dev/serving/test/test_images/pizzaplanetv1 + - image: ko://knative.dev/serving/test/test_images/pizzaplanetv1 diff --git a/test/test_images/pizzaplanetv2/service.yaml b/test/test_images/pizzaplanetv2/service.yaml index 365bf2565bc7..a4f57c9547dc 100644 --- a/test/test_images/pizzaplanetv2/service.yaml +++ b/test/test_images/pizzaplanetv2/service.yaml @@ -7,4 +7,4 @@ spec: template: spec: containers: - - image: knative.dev/serving/test/test_images/pizzaplanetv2 + - image: ko://knative.dev/serving/test/test_images/pizzaplanetv2 diff --git a/test/test_images/runtime/service.yaml b/test/test_images/runtime/service.yaml index 48fa15374fd6..f79bc16bae6a 100644 --- a/test/test_images/runtime/service.yaml +++ b/test/test_images/runtime/service.yaml @@ -7,6 +7,6 @@ spec: template: spec: containers: - - image: knative.dev/serving/test/test_images/runtime + - image: ko://knative.dev/serving/test/test_images/runtime securityContext: runAsUser: 65532 diff --git a/test/test_images/singlethreaded/service.yaml b/test/test_images/singlethreaded/service.yaml index 79151344caeb..c765dd8118c0 100644 --- a/test/test_images/singlethreaded/service.yaml +++ b/test/test_images/singlethreaded/service.yaml @@ -7,4 +7,4 @@ spec: template: spec: containers: - - image: knative.dev/serving/test/test_images/singlethreaded + - image: ko://knative.dev/serving/test/test_images/singlethreaded diff --git a/test/test_images/timeout/service.yaml b/test/test_images/timeout/service.yaml index d72596514a4e..b11ad17d48c8 100644 --- a/test/test_images/timeout/service.yaml +++ b/test/test_images/timeout/service.yaml @@ -7,4 +7,4 @@ spec: template: spec: containers: - - image: knative.dev/serving/test/test_images/timeout + - image: ko://knative.dev/serving/test/test_images/timeout diff --git a/test/test_images/wsserver-hostname/service.yaml b/test/test_images/wsserver-hostname/service.yaml index d7763e756087..bd7a7d89ca8c 100644 --- a/test/test_images/wsserver-hostname/service.yaml +++ b/test/test_images/wsserver-hostname/service.yaml @@ -20,4 +20,4 @@ spec: template: spec: containers: - - image: knative.dev/serving/test/test_images/wsserver-hostname + - image: ko://knative.dev/serving/test/test_images/wsserver-hostname diff --git a/test/test_images/wsserver/service.yaml b/test/test_images/wsserver/service.yaml index 9559e59864c0..54c4d2395181 100644 --- a/test/test_images/wsserver/service.yaml +++ b/test/test_images/wsserver/service.yaml @@ -20,4 +20,4 @@ spec: template: spec: containers: - - image: knative.dev/serving/test/test_images/wsserver + - image: ko://knative.dev/serving/test/test_images/wsserver