Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 13:51
v0.1.0
d525f42

Installation

Install the task directly:

kubectl apply -f https://raw.githubusercontent.com/vdemeester/tektoncd-catalog-kaniko/v0.1.0/task/kaniko/kaniko.yaml

Or use via bundle resolver:

taskRef:
  resolver: bundles
  params:
    - name: bundle
      value: ghcr.io/vdemeester/tektoncd-catalog-kaniko/bundle:v0.1.0
    - name: name
      value: kaniko
    - name: kind
      value: task

Bundle image

  • ghcr.io/vdemeester/tektoncd-catalog-kaniko/bundle:v0.1.0