Skip to content

Commit 9a10ab2

Browse files
authored
Update deps dropping gcs-fetcher (#458)
1 parent 9448ef0 commit 9a10ab2

File tree

27 files changed

+47
-293
lines changed

27 files changed

+47
-293
lines changed

cmd/webhook/main.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ var (
7979
shellImage = flag.String("shell-image", "busybox", "The container image containing a shell")
8080
gsutilImage = flag.String("gsutil-image", "google/cloud-sdk",
8181
"The container image containing gsutil")
82-
buildGCSFetcherImage = flag.String("build-gcs-fetcher-image", "gcr.io/cloud-builders/gcs-fetcher:latest",
83-
"The container image containing our GCS fetcher binary.")
8482
prImage = flag.String("pr-image", "override-with-pr:latest",
8583
"The container image containing our PR binary.")
8684
imageDigestExporterImage = flag.String("imagedigest-exporter-image", "override-with-imagedigest-exporter-image:latest",
@@ -103,7 +101,6 @@ func main() {
103101
KubeconfigWriterImage: *kubeconfigWriterImage,
104102
ShellImage: *shellImage,
105103
GsutilImage: *gsutilImage,
106-
BuildGCSFetcherImage: *buildGCSFetcherImage,
107104
PRImage: *prImage,
108105
ImageDigestExporterImage: *imageDigestExporterImage,
109106
}

config/core/deployments/controlplane.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ spec:
6262
"-nop-image", "ko://github.com/tektoncd/pipeline/cmd/nop",
6363
"-imagedigest-exporter-image", "ko://github.com/tektoncd/pipeline/cmd/imagedigestexporter",
6464
"-pr-image", "ko://github.com/tektoncd/pipeline/cmd/pullrequest-init",
65-
"-build-gcs-fetcher-image", "ko://github.com/GoogleCloudPlatform/cloud-builders/gcs-fetcher/cmd/gcs-fetcher",
6665
"-shell-image", "ghcr.io/mattmoor/distroless/base:debug",
6766

6867
# Not multi-arch.

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/spf13/pflag v1.0.5
2323
github.com/spf13/viper v1.7.0
2424
github.com/tektoncd/cli v0.3.1-0.20210216180746-b93f7e1de644
25-
github.com/tektoncd/pipeline v0.21.1-0.20210220130642-91c5c8eeaec2
25+
github.com/tektoncd/pipeline v0.21.1-0.20210222215542-7a204f0e4637
2626
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
2727
gopkg.in/ini.v1 v1.56.0 // indirect
2828
gopkg.in/src-d/go-billy.v4 v4.3.2
@@ -38,7 +38,7 @@ require (
3838
knative.dev/net-kourier v0.20.1-0.20210219212403-4a442c4c217e
3939
knative.dev/networking v0.0.0-20210216014426-94bfc013982b
4040
knative.dev/pkg v0.0.0-20210216013737-584933f8280b
41-
knative.dev/serving v0.20.1-0.20210220011503-8ed54bc7e2cc
41+
knative.dev/serving v0.20.1-0.20210223124746-b9576f56c67d
4242
)
4343

4444
replace (

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,8 +1022,8 @@ github.com/tektoncd/hub/api v0.0.0-20210208113044-f2a63f81502c/go.mod h1:R0o3ZRO
10221022
github.com/tektoncd/pipeline v0.20.1-0.20210203144343-1b7a37f0d21d/go.mod h1:GwdfGGt/5VhZL8JvJu8kFz8friKufcJ/TJkJmK6uc0U=
10231023
github.com/tektoncd/pipeline v0.20.1-0.20210204110343-8c5a751b53ea/go.mod h1:GwdfGGt/5VhZL8JvJu8kFz8friKufcJ/TJkJmK6uc0U=
10241024
github.com/tektoncd/pipeline v0.20.1-0.20210205200043-7827cd8bd343/go.mod h1:GwdfGGt/5VhZL8JvJu8kFz8friKufcJ/TJkJmK6uc0U=
1025-
github.com/tektoncd/pipeline v0.21.1-0.20210220130642-91c5c8eeaec2 h1:UDkbcoj0/GTFglxK2h78JFtMXCa25EH2rISJtCVpdUo=
1026-
github.com/tektoncd/pipeline v0.21.1-0.20210220130642-91c5c8eeaec2/go.mod h1:GwdfGGt/5VhZL8JvJu8kFz8friKufcJ/TJkJmK6uc0U=
1025+
github.com/tektoncd/pipeline v0.21.1-0.20210222215542-7a204f0e4637 h1:Oh2mQXDkNuDlMoXcQR5bnlfyTYcSvepxFPXpCgyktTM=
1026+
github.com/tektoncd/pipeline v0.21.1-0.20210222215542-7a204f0e4637/go.mod h1:QcD1kMaXVIHA/V7RCi4NQUCR6z3plBVjmglRbpS71FQ=
10271027
github.com/tektoncd/plumbing v0.0.0-20201021153918-6b7e894737b5/go.mod h1:WTWwsg91xgm+jPOKoyKVK/yRYxnVDlUYeDlypB1lDdQ=
10281028
github.com/tektoncd/plumbing v0.0.0-20210202164343-2c1808d75b38/go.mod h1:WTWwsg91xgm+jPOKoyKVK/yRYxnVDlUYeDlypB1lDdQ=
10291029
github.com/tektoncd/triggers v0.11.1-0.20210203192543-6654c3d410fe h1:jwNR6IQMWfkcgEykhDGd6xh/K4zpX7nY/4qLBnTSOmo=
@@ -1717,8 +1717,8 @@ knative.dev/pkg v0.0.0-20210215165523-84c98f3c3e7a/go.mod h1:TJSdebQOWX5N2bszohO
17171717
knative.dev/pkg v0.0.0-20210216013737-584933f8280b h1:2v+GBBenjPXhtk3KX/YqxCQVBU6o/AaRkkqE58lgFRQ=
17181718
knative.dev/pkg v0.0.0-20210216013737-584933f8280b/go.mod h1:TJSdebQOWX5N2bszohOYVi0H1QtXbtlYLuMghAFBMhY=
17191719
knative.dev/reconciler-test v0.0.0-20210216030508-77f50054d024/go.mod h1:RP/K5xJylB72Go6eAsXYEsQHp4zCCNMNjmsqhvq7wko=
1720-
knative.dev/serving v0.20.1-0.20210220011503-8ed54bc7e2cc h1:B313Mr4d7Uujv//Zz2yQal/MlVcW2ECQBps5GSYXo50=
1721-
knative.dev/serving v0.20.1-0.20210220011503-8ed54bc7e2cc/go.mod h1:PU9k1Y6YMG27XQldEu5agNkcebvSafUXKXPircQYCsE=
1720+
knative.dev/serving v0.20.1-0.20210223124746-b9576f56c67d h1:4caphwsDTGK/l5NsL3ayH2ufNlqYimB7SqCOqSXgjXI=
1721+
knative.dev/serving v0.20.1-0.20210223124746-b9576f56c67d/go.mod h1:PU9k1Y6YMG27XQldEu5agNkcebvSafUXKXPircQYCsE=
17221722
maze.io/x/duration v0.0.0-20160924141736-faac084b6075/go.mod h1:1kfR2ph3CIvtfIQ8D8JhmAgePmnAUnR+AWYWUBo+l08=
17231723
modernc.org/cc v1.0.0/go.mod h1:1Sk4//wdnYJiUIxnW8ddKpaOJCF37yAdqYnkxUpaYxw=
17241724
modernc.org/golex v1.0.0/go.mod h1:b/QX9oBD/LhixY6NDh+IdGv17hgB+51fET1i2kPSmvk=

vendor/github.com/GoogleCloudPlatform/cloud-builders/gcs-fetcher/cmd/gcs-fetcher/kodata/HEAD

Lines changed: 0 additions & 1 deletion
This file was deleted.

vendor/github.com/GoogleCloudPlatform/cloud-builders/gcs-fetcher/cmd/gcs-fetcher/kodata/LICENSE

Lines changed: 0 additions & 1 deletion
This file was deleted.

vendor/github.com/GoogleCloudPlatform/cloud-builders/gcs-fetcher/cmd/gcs-fetcher/kodata/VENDOR-LICENSE

Lines changed: 0 additions & 1 deletion
This file was deleted.

vendor/github.com/GoogleCloudPlatform/cloud-builders/gcs-fetcher/cmd/gcs-fetcher/kodata/refs

Lines changed: 0 additions & 1 deletion
This file was deleted.

vendor/github.com/tektoncd/pipeline/config/controller.yaml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/tektoncd/pipeline/pkg/apis/pipeline/images.go

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)