Skip to content

Commit 6f3add5

Browse files
Promote openstack-hypervisor-operator to production (1.2.2 → 1.2.3)
1 parent 82f5015 commit 6f3add5

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

openstack-hypervisor-operator/plugindefinition.yaml

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

0 commit comments

Comments
 (0)