Skip to content

Commit

Permalink
chore: add new variables needed for ansible playbooks
Browse files Browse the repository at this point in the history
Signed-off-by: Karel Simon <[email protected]>
  • Loading branch information
ksimon1 committed Jun 20, 2024
1 parent b539946 commit c529d63
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/branding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ maintainer_email: [email protected]
recommendation_url: https://kubevirt.io/
virt_project: OpenShift Virtualization
tekton_project: OpenShift Pipelines
virt_project_version: v4.13.0
virt_project_version: v4.15.0
tekton_project_version: v1.11.0
4 changes: 4 additions & 0 deletions ansible/variables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ os_image_namespace: openshift-virtualization-os-images
catalog: redhat-tekton-tasks
catalog_type: artifact
pipelines_catalog: redhat-pipelines

openshift_client_catalog: tekton-catalog-tasks
openshift_client_task_version: 0.2.0
openshift_client_oc_version: latest
1 change: 0 additions & 1 deletion generate-manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ gh repo clone kubevirt/kubevirt-tekton-tasks
cd kubevirt-tekton-tasks || exit 1

git fetch origin
git checkout "${RELEASE_BRANCH}"

cp -r "../ansible/." "scripts/ansible/"

Expand Down

0 comments on commit c529d63

Please sign in to comment.