Chore(image update): Updated Tekton Images to newest release

Issue found with GoLang and Tekton memory limits: See https://github.com/tektoncd/pipeline/issues/3384
v0.18+ in Pipeline resolves.
Updated triggers to 0.10.1 and Dashboard 0.12.0

Change-Id: I8592f6d084462fe446974dfbddf645cd58988086
This commit is contained in:
mn9209 2020-12-18 15:47:55 -06:00
parent 5bf8b0084d
commit 4ac44edaa6
3 changed files with 14 additions and 14 deletions

View File

@ -16,7 +16,7 @@ images:
tekton_dashboard:
name: tektoncd/dashboard/cmd/dashboard
repo: gcr.io/tekton-releases/github.com
tag: v0.10.1
tag: v0.12.0
pull:
policy: IfNotPresent

View File

@ -3,39 +3,39 @@
images:
applications:
controller:
tag: v0.16.3
tag: v0.19.0
name: tektoncd/pipeline/cmd/controller
repo: gcr.io/tekton-releases/github.com
kubeconfig_writer_image:
tag: v0.16.3
tag: v0.19.0
name: tektoncd/pipeline/cmd/kubeconfigwriter
repo: gcr.io/tekton-releases/github.com
creds_image:
tag: v0.16.3
tag: v0.19.0
name: tektoncd/pipeline/cmd/creds-init
repo: gcr.io/tekton-releases/github.com
git_image:
tag: v0.16.3
tag: v0.19.0
name: tektoncd/pipeline/cmd/git-init
repo: gcr.io/tekton-releases/github.com
entrypoint_image:
tag: v0.16.3
tag: v0.19.0
name: tektoncd/pipeline/cmd/entrypoint
repo: gcr.io/tekton-releases/github.com
nop_image:
tag: v0.16.3
tag: v0.19.0
name: tektoncd/pipeline/cmd/nop
repo: gcr.io/tekton-releases/github.com
imagedigest_exporter_image:
tag: v0.16.3
tag: v0.19.0
name: tektoncd/pipeline/cmd/imagedigestexporter
repo: gcr.io/tekton-releases/github.com
pr_image:
tag: v0.16.3
tag: v0.19.0
name: pipeline/cmd/pullrequest-init
repo: gcr.io/tekton-releases/github.com
build_gcs_fetcher_image:
tag: v0.16.3
tag: v0.19.0
name: tektoncd/pipeline/vendor/github.com/googlecloudplatform/cloud-builders/gcs-fetcher/cmd/gcs-fetcher
repo: gcr.io/tekton-releases/github.com
gsutil_image:
@ -50,7 +50,7 @@ images:
name: base@sha256
repo: gcr.io/distroless
webhook:
tag: v0.16.3
tag: v0.19.0
name: tektoncd/pipeline/cmd/webhook
repo: gcr.io/tekton-releases/github.com
pull:

View File

@ -54,15 +54,15 @@ images:
tekton_controller:
name: tektoncd/triggers/cmd/controller
repo: gcr.io/tekton-releases/github.com
tag: v0.9.1
tag: v0.10.1
tekton_eventlistener:
name: tektoncd/triggers/cmd/eventlistenersink
repo: gcr.io/tekton-releases/github.com
tag: v0.9.1
tag: v0.10.1
tekton_webhook:
name: tektoncd/triggers/cmd/webhook
repo: gcr.io/tekton-releases/github.com
tag: v0.9.1
tag: v0.10.1
pull:
policy: IfNotPresent