Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit 2fc8d47

Browse files
committed
fix: add description to tekton task specification
Description is required in order to publish the package in ArtifactHub. Jira-Url: https://issues.redhat.com/browse/CNV-37578 Signed-off-by: Ben Oukhanov <[email protected]>
1 parent 18722af commit 2fc8d47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tasks/kubevirt-disk-uploader/0.5.0/kubevirt-disk-uploader.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ metadata:
1212
tekton.dev/displayName: "KubeVirt Disk Uploader"
1313
tekton.dev/platforms: "linux/amd64"
1414
spec:
15+
description: >-
16+
Automates the extraction of disk and uploads it to a container registry,
17+
to be used in multiple Kubernetes clusters.
1518
params:
1619
- name: VM_NAME
1720
description: The name of the virtual machine

0 commit comments

Comments
 (0)