File tree Expand file tree Collapse file tree
openstack-hypervisor-operator Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,19 +5,24 @@ kind: PluginDefinition
55metadata :
66 name : openstack-hypervisor-operator
77spec :
8- version : 1.2.2
8+ version : 1.2.3
99 displayName : OpenStack Hypervisor Operator
1010 description : " Manages OpenStack hypervisor nodes within a Kubernetes environment."
1111 helmChart :
1212 name : openstack-hypervisor-operator
1313 repository : oci://ghcr.io/cobaltcore-dev/charts
14- version : 1.2.2
14+ version : 1.2.3
1515 options :
1616 - name : fullnameOverride
1717 description : " Override the full name of the deployment."
1818 type : string
1919 required : false
2020 default : hypervisor-operator
21+ - name : controllerManager.manager.image.tag
22+ description : " Container image tag for the KVM Node Agent."
23+ type : string
24+ required : false
25+ default : latest
2126 - name : controllerManager.manager.env.osUsername
2227 description : " OpenStack username for the hypervisor operator."
2328 type : string
You can’t perform that action at this time.
0 commit comments