Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions openstack-hypervisor-operator/plugindefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down