Skip to content

Commit 9d2beee

Browse files
Promote openstack-hypervisor-operator to production (0.2.9 → 1.2.3)
1 parent aadab25 commit 9d2beee

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

openstack-hypervisor-operator/plugindefinition.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,35 +5,41 @@ kind: PluginDefinition
55
metadata:
66
name: openstack-hypervisor-operator
77
spec:
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

0 commit comments

Comments
 (0)