Skip to content

Commit a54dd39

Browse files
afrittolitekton-robot
authored andcommitted
Revert "config: prefixes image names with ko:// scheme 📠"
This reverts commit eb56d0f.
1 parent becd99d commit a54dd39

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎config/controller.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ spec:
4646
args: [
4747
# These images are built on-demand by `ko resolve` and are replaced
4848
# by image references by digest.
49-
"-kubeconfig-writer-image", "ko://github.com/tektoncd/pipeline/cmd/kubeconfigwriter",
50-
"-creds-image", "ko://github.com/tektoncd/pipeline/cmd/creds-init",
51-
"-git-image", "ko://github.com/tektoncd/pipeline/cmd/git-init",
52-
"-entrypoint-image", "ko://github.com/tektoncd/pipeline/cmd/entrypoint",
53-
"-imagedigest-exporter-image", "ko://github.com/tektoncd/pipeline/cmd/imagedigestexporter",
54-
"-pr-image", "ko://github.com/tektoncd/pipeline/cmd/pullrequest-init",
55-
"-build-gcs-fetcher-image", "ko://github.com/tektoncd/pipeline/vendor/github.com/GoogleCloudPlatform/cloud-builders/gcs-fetcher/cmd/gcs-fetcher",
49+
"-kubeconfig-writer-image", "github.com/tektoncd/pipeline/cmd/kubeconfigwriter",
50+
"-creds-image", "github.com/tektoncd/pipeline/cmd/creds-init",
51+
"-git-image", "github.com/tektoncd/pipeline/cmd/git-init",
52+
"-entrypoint-image", "github.com/tektoncd/pipeline/cmd/entrypoint",
53+
"-imagedigest-exporter-image", "github.com/tektoncd/pipeline/cmd/imagedigestexporter",
54+
"-pr-image", "github.com/tektoncd/pipeline/cmd/pullrequest-init",
55+
"-build-gcs-fetcher-image", "github.com/tektoncd/pipeline/vendor/github.com/GoogleCloudPlatform/cloud-builders/gcs-fetcher/cmd/gcs-fetcher",
5656

5757
# These images are pulled from Dockerhub, by digest, as of April 15, 2020.
5858
"-nop-image", "tianon/true@sha256:009cce421096698832595ce039aa13fa44327d96beedb84282a69d3dbcf5a81b",

0 commit comments

Comments
 (0)