Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ tide:
kubevirt/hyperconverged-cluster-operator: squash
kubevirt/common-instancetypes: merge
kubevirt/common-templates: merge
kubevirt/charts: squash
kubevirt/kvm-info-nfd-plugin: squash
kubevirt/cpu-nfd-plugin: squash
kubevirt/node-labeller: squash
Expand Down Expand Up @@ -192,6 +193,7 @@ tide:
- kubevirt/hyperconverged-cluster-operator
- kubevirt/common-instancetypes
- kubevirt/common-templates
- kubevirt/charts
- kubevirt/kvm-info-nfd-plugin
- kubevirt/cpu-nfd-plugin
- kubevirt/node-labeller
Expand Down Expand Up @@ -490,6 +492,10 @@ branch-protection:
branches:
main:
protect: true
charts:
branches:
main:
protect: true
kubevirt-tekton-tasks:
branches:
main:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ orgs:
cdi-operator:
has_projects: true
archived: true
charts:
description: Helm charts for KubeVirt
client-go:
description: Go client for kubevirt
has_projects: true
Expand Down