diff --git a/openstack-hypervisor-operator/plugindefinition.yaml b/openstack-hypervisor-operator/plugindefinition.yaml index bcddfd3..3e626bd 100644 --- a/openstack-hypervisor-operator/plugindefinition.yaml +++ b/openstack-hypervisor-operator/plugindefinition.yaml @@ -5,19 +5,24 @@ kind: PluginDefinition metadata: name: openstack-hypervisor-operator spec: - version: 1.2.2 + version: 1.2.3 displayName: OpenStack Hypervisor Operator description: "Manages OpenStack hypervisor nodes within a Kubernetes environment." helmChart: name: openstack-hypervisor-operator repository: oci://ghcr.io/cobaltcore-dev/charts - version: 1.2.2 + version: 1.2.3 options: - name: fullnameOverride description: "Override the full name of the deployment." type: string required: false default: hypervisor-operator + - name: controllerManager.manager.image.tag + description: "Container image tag for the KVM Node Agent." + type: string + required: false + default: latest - name: controllerManager.manager.env.osUsername description: "OpenStack username for the hypervisor operator." type: string