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,35 +5,41 @@ kind: PluginDefinition
55metadata :
66 name : openstack-hypervisor-operator
77spec :
8- version : 0 .2.9
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 : 0 .2.9
14+ version : 1 .2.3
1515 options :
1616 - name : fullnameOverride
1717 description : " Override the full name of the deployment."
1818 type : string
19+ required : false
1920 default : hypervisor-operator
2021 - name : controllerManager.manager.image.tag
2122 description : " Container image tag for the KVM Node Agent."
2223 type : string
24+ required : false
2325 default : latest
2426 - name : controllerManager.manager.env.osUsername
2527 description : " OpenStack username for the hypervisor operator."
2628 type : string
29+ required : false
2730 default : nova
2831 - name : controllerManager.manager.env.osUserDomainName
2932 description : " OpenStack user domain name for the hypervisor operator."
3033 type : string
34+ required : false
3135 default : Default
3236 - name : controllerManager.manager.env.osProjectName
3337 description : " OpenStack project name for the hypervisor operator."
3438 type : string
39+ required : false
3540 default : service
3641 - name : controllerManager.manager.env.osProjectDomainName
3742 description : " OpenStack project domain name for the hypervisor operator."
3843 type : string
44+ required : false
3945 default : Default
You can’t perform that action at this time.
0 commit comments