Skip to content

Commit becd99d

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/controller.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
serviceAccountName: tekton-pipelines-controller
4343
containers:
4444
- name: tekton-pipelines-controller
45-
image: ko://github.com/tektoncd/pipeline/cmd/controller
45+
image: github.com/tektoncd/pipeline/cmd/controller
4646
args: [
4747
# These images are built on-demand by `ko resolve` and are replaced
4848
# by image references by digest.

config/webhook.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
- name: webhook
4949
# This is the Go import path for the binary that is containerized
5050
# and substituted here.
51-
image: ko://github.com/tektoncd/pipeline/cmd/webhook
51+
image: github.com/tektoncd/pipeline/cmd/webhook
5252
env:
5353
- name: SYSTEM_NAMESPACE
5454
valueFrom:

0 commit comments

Comments
 (0)