Skip to content

Commit

Permalink
Merge pull request #797 from kubevirt/tekton-tasks-v0.17.0
Browse files Browse the repository at this point in the history
Update tekton-tasks manifests to v0.17.0
  • Loading branch information
kubevirt-bot authored Dec 22, 2023
2 parents 8e29d4e + 7a065a8 commit 6eaa222
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
22 changes: 11 additions & 11 deletions data/tekton-tasks/kubernetes/kubevirt-tekton-tasks-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
default: ""
steps:
- name: execute-in-vm
image: "quay.io/kubevirt/tekton-tasks:v0.16.0"
image: "quay.io/kubevirt/tekton-tasks:v0.17.0"
command:
- entrypoint
args:
Expand Down Expand Up @@ -182,7 +182,7 @@ spec:
description: The namespace of a VM that was created.
steps:
- name: createvm
image: "quay.io/kubevirt/tekton-tasks:v0.16.0"
image: "quay.io/kubevirt/tekton-tasks:v0.17.0"
command:
- create-vm
args:
Expand Down Expand Up @@ -281,7 +281,7 @@ spec:
default: ""
steps:
- name: run-virt-customize
image: "quay.io/kubevirt/tekton-tasks-disk-virt:v0.16.0"
image: "quay.io/kubevirt/tekton-tasks-disk-virt:v0.17.0"
command:
- entrypoint
args:
Expand Down Expand Up @@ -409,7 +409,7 @@ spec:
default: ""
steps:
- name: run-virt-sysprep
image: "quay.io/kubevirt/tekton-tasks-disk-virt:v0.16.0"
image: "quay.io/kubevirt/tekton-tasks-disk-virt:v0.17.0"
command:
- entrypoint
args:
Expand Down Expand Up @@ -545,7 +545,7 @@ spec:
default: ""
steps:
- name: execute-in-vm
image: "quay.io/kubevirt/tekton-tasks:v0.16.0"
image: "quay.io/kubevirt/tekton-tasks:v0.17.0"
command:
- entrypoint
args:
Expand Down Expand Up @@ -669,7 +669,7 @@ spec:
description: The namespace of a private key secret.
steps:
- name: generate-ssh-keys
image: "quay.io/kubevirt/tekton-tasks:v0.16.0"
image: "quay.io/kubevirt/tekton-tasks:v0.17.0"
command:
- entrypoint
args:
Expand Down Expand Up @@ -775,7 +775,7 @@ spec:
description: The namespace of the data object that was created.
steps:
- name: modify-data-object
image: "quay.io/kubevirt/tekton-tasks:v0.16.0"
image: "quay.io/kubevirt/tekton-tasks:v0.17.0"
command:
- modify-data-object
args:
Expand Down Expand Up @@ -866,7 +866,7 @@ spec:
capabilities:
drop:
- "ALL"
image: "quay.io/kubevirt/tekton-tasks-disk-virt:v0.16.0"
image: "quay.io/kubevirt/tekton-tasks-disk-virt:v0.17.0"
script: |
#!/bin/bash
set -x
Expand Down Expand Up @@ -911,7 +911,7 @@ spec:
capabilities:
drop:
- "ALL"
image: "quay.io/kubevirt/tekton-tasks:v0.16.0"
image: "quay.io/kubevirt/tekton-tasks:v0.17.0"
script: |
#!/bin/bash
set -ex
Expand All @@ -938,7 +938,7 @@ spec:
capabilities:
drop:
- "ALL"
image: "quay.io/kubevirt/tekton-tasks-disk-virt:v0.16.0"
image: "quay.io/kubevirt/tekton-tasks-disk-virt:v0.17.0"
script: |
#!/bin/bash
set -x
Expand Down Expand Up @@ -990,7 +990,7 @@ spec:
description: A label selector expression to decide if the VirtualMachineInstance (VMI) is in a failed state. Eg. "status.phase in (Failed, Unknown)". It is evaluated on each VMI update and will result in this task failing if true.
steps:
- name: wait-for-vmi-status
image: "quay.io/kubevirt/tekton-tasks:v0.16.0"
image: "quay.io/kubevirt/tekton-tasks:v0.17.0"
command:
- entrypoint
env:
Expand Down
28 changes: 14 additions & 14 deletions data/tekton-tasks/okd/kubevirt-tekton-tasks-okd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
default: ""
steps:
- name: execute-in-vm
image: "quay.io/kubevirt/tekton-tasks:v0.16.0"
image: "quay.io/kubevirt/tekton-tasks:v0.17.0"
command:
- entrypoint
args:
Expand Down Expand Up @@ -176,7 +176,7 @@ spec:
description: The namespace of a template that was created.
steps:
- name: copytemplate
image: "quay.io/kubevirt/tekton-tasks:v0.16.0"
image: "quay.io/kubevirt/tekton-tasks:v0.17.0"
command:
- copy-template
args:
Expand Down Expand Up @@ -280,7 +280,7 @@ spec:
description: The namespace of a VM that was created.
steps:
- name: createvm
image: "quay.io/kubevirt/tekton-tasks:v0.16.0"
image: "quay.io/kubevirt/tekton-tasks:v0.17.0"
command:
- create-vm
args:
Expand Down Expand Up @@ -405,7 +405,7 @@ spec:
description: The namespace of a VM that was created.
steps:
- name: createvm
image: "quay.io/kubevirt/tekton-tasks:v0.16.0"
image: "quay.io/kubevirt/tekton-tasks:v0.17.0"
command:
- create-vm
args:
Expand Down Expand Up @@ -525,7 +525,7 @@ spec:
default: ""
steps:
- name: run-virt-customize
image: "quay.io/kubevirt/tekton-tasks-disk-virt:v0.16.0"
image: "quay.io/kubevirt/tekton-tasks-disk-virt:v0.17.0"
command:
- entrypoint
args:
Expand Down Expand Up @@ -653,7 +653,7 @@ spec:
default: ""
steps:
- name: run-virt-sysprep
image: "quay.io/kubevirt/tekton-tasks-disk-virt:v0.16.0"
image: "quay.io/kubevirt/tekton-tasks-disk-virt:v0.17.0"
command:
- entrypoint
args:
Expand Down Expand Up @@ -789,7 +789,7 @@ spec:
default: ""
steps:
- name: execute-in-vm
image: "quay.io/kubevirt/tekton-tasks:v0.16.0"
image: "quay.io/kubevirt/tekton-tasks:v0.17.0"
command:
- entrypoint
args:
Expand Down Expand Up @@ -913,7 +913,7 @@ spec:
description: The namespace of a private key secret.
steps:
- name: generate-ssh-keys
image: "quay.io/kubevirt/tekton-tasks:v0.16.0"
image: "quay.io/kubevirt/tekton-tasks:v0.17.0"
command:
- entrypoint
args:
Expand Down Expand Up @@ -1019,7 +1019,7 @@ spec:
description: The namespace of the data object that was created.
steps:
- name: modify-data-object
image: "quay.io/kubevirt/tekton-tasks:v0.16.0"
image: "quay.io/kubevirt/tekton-tasks:v0.17.0"
command:
- modify-data-object
args:
Expand Down Expand Up @@ -1193,7 +1193,7 @@ spec:
description: The namespace of a template that was updated.
steps:
- name: modifyvmtemplate
image: "quay.io/kubevirt/tekton-tasks:v0.16.0"
image: "quay.io/kubevirt/tekton-tasks:v0.17.0"
command:
- modify-vm-template
args:
Expand Down Expand Up @@ -1295,7 +1295,7 @@ spec:
capabilities:
drop:
- "ALL"
image: "quay.io/kubevirt/tekton-tasks-disk-virt:v0.16.0"
image: "quay.io/kubevirt/tekton-tasks-disk-virt:v0.17.0"
script: |
#!/bin/bash
set -x
Expand Down Expand Up @@ -1340,7 +1340,7 @@ spec:
capabilities:
drop:
- "ALL"
image: "quay.io/kubevirt/tekton-tasks:v0.16.0"
image: "quay.io/kubevirt/tekton-tasks:v0.17.0"
script: |
#!/bin/bash
set -ex
Expand All @@ -1367,7 +1367,7 @@ spec:
capabilities:
drop:
- "ALL"
image: "quay.io/kubevirt/tekton-tasks-disk-virt:v0.16.0"
image: "quay.io/kubevirt/tekton-tasks-disk-virt:v0.17.0"
script: |
#!/bin/bash
set -x
Expand Down Expand Up @@ -1419,7 +1419,7 @@ spec:
description: A label selector expression to decide if the VirtualMachineInstance (VMI) is in a failed state. Eg. "status.phase in (Failed, Unknown)". It is evaluated on each VMI update and will result in this task failing if true.
steps:
- name: wait-for-vmi-status
image: "quay.io/kubevirt/tekton-tasks:v0.16.0"
image: "quay.io/kubevirt/tekton-tasks:v0.17.0"
command:
- entrypoint
env:
Expand Down
2 changes: 1 addition & 1 deletion internal/common/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package common

const (
TektonTasksVersion = "v0.16.0"
TektonTasksVersion = "v0.17.0"
)

0 comments on commit 6eaa222

Please sign in to comment.