Skip to content

Commit

Permalink
Do a make manifest and build-installer
Browse files Browse the repository at this point in the history
  • Loading branch information
spai-p9 authored and OmkarDeshpande7 committed Feb 21, 2025
1 parent b299b48 commit 480f109
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions deploy/00crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ spec:
description: Spec defines the desired state of VjailbreakNode
properties:
availableflavours:
description: AvailableFlavours is the list of available flavors in
description: AvailableFlavors is the list of available flavors in
openstack
items:
description: |-
Expand Down Expand Up @@ -1447,7 +1447,7 @@ spec:
- --health-probe-bind-address=:8081
command:
- /manager
image: quay.io/platform9/vjailbreak-controller:v0.1.3
image: quay.io/platform9/vjailbreak-controller:v0.1.4
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion k8s/migration/api/v1alpha1/vjailbreaknode_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type VjailbreakNodeSpec struct {
ImageID string `json:"imageid,omitempty"`

// AvailableFlavors is the list of available flavors in openstack
AvailableFlavors []flavors.Flavor `json:"AvailableFlavors,omitempty"`
AvailableFlavors []flavors.Flavor `json:"availableflavours,omitempty"`
}

// VjailbreakNodeStatus defines the observed state of VjailbreakNode
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
description: Spec defines the desired state of VjailbreakNode
properties:
availableflavours:
description: AvailableFlavours is the list of available flavors in
description: AvailableFlavors is the list of available flavors in
openstack
items:
description: |-
Expand Down
2 changes: 1 addition & 1 deletion k8s/migration/config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/platform9/vjailbreak-controller
newTag: v0.1.3
newTag: v0.1.4

0 comments on commit 480f109

Please sign in to comment.