Skip to content

Releases: vdemeester/tektoncd-catalog-kaniko

Release list

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 14:27
v1.0.0
362fc28

Installation

Install the task directly:

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

Or use via bundle resolver:

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

Bundle image

  • ghcr.io/vdemeester/tektoncd-catalog-kaniko/bundle:v1.0.0

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