Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

metal3: update baremetal-operator to 0.4.0 #38

Merged
merged 2 commits into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
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
Binary file modified assets/metal3/metal3-0.2.0.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cert-manager.io/inject-ca-from: baremetal-operator-system/baremetal-operator-serving-cert
controller-gen.kubebuilder.io/version: v0.8.0
controller-gen.kubebuilder.io/version: v0.12.1
name: baremetalhosts.metal3.io
spec:
group: metal3.io
Expand Down Expand Up @@ -73,6 +74,10 @@ spec:
spec:
description: BareMetalHostSpec defines the desired state of BareMetalHost
properties:
architecture:
description: CPU architecture of the host, e.g. "x86_64" or "aarch64".
If unset, eventually populated by inspection.
type: string
automatedCleaningMode:
default: metadata
description: When set to disabled, automated cleaning will be avoided
Expand Down Expand Up @@ -154,6 +159,7 @@ spec:
description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids'
type: string
type: object
x-kubernetes-map-type: atomic
customDeploy:
description: A custom deploy procedure.
properties:
Expand Down Expand Up @@ -246,28 +252,30 @@ spec:
Drive.
properties:
name:
description: Name is unique within a namespace to reference a
description: name is unique within a namespace to reference a
secret resource.
type: string
namespace:
description: Namespace defines the space within which the secret
description: namespace defines the space within which the secret
name must be unique.
type: string
type: object
x-kubernetes-map-type: atomic
networkData:
description: NetworkData holds the reference to the Secret containing
network configuration (e.g content of network_data.json) which is
passed to the Config Drive.
properties:
name:
description: Name is unique within a namespace to reference a
description: name is unique within a namespace to reference a
secret resource.
type: string
namespace:
description: Namespace defines the space within which the secret
description: namespace defines the space within which the secret
name must be unique.
type: string
type: object
x-kubernetes-map-type: atomic
online:
description: Should the server be online?
type: boolean
Expand Down Expand Up @@ -370,7 +378,8 @@ spec:
image.
properties:
deviceName:
description: A Linux device name like "/dev/vda".
description: A Linux device name like "/dev/vda",
or a by-path link to it like "/dev/disk/by-path/pci-0000:01:00.0-scsi-0:2:0:0".
The hint must match the actual value exactly.
type: string
hctl:
Expand Down Expand Up @@ -432,8 +441,9 @@ spec:
image being provisioned.
properties:
deviceName:
description: A Linux device name like "/dev/vda". The hint must
match the actual value exactly.
description: A Linux device name like "/dev/vda", or a by-path
link to it like "/dev/disk/by-path/pci-0000:01:00.0-scsi-0:2:0:0".
The hint must match the actual value exactly.
type: string
hctl:
description: A SCSI bus address like 0:0:0:0. The hint must match
Expand Down Expand Up @@ -506,14 +516,15 @@ spec:
the user data to be passed to the host before it boots.
properties:
name:
description: Name is unique within a namespace to reference a
description: name is unique within a namespace to reference a
secret resource.
type: string
namespace:
description: Namespace defines the space within which the secret
description: namespace defines the space within which the secret
name must be unique.
type: string
type: object
x-kubernetes-map-type: atomic
required:
- online
type: object
Expand Down Expand Up @@ -547,14 +558,15 @@ spec:
has enough information to retrieve secret in any namespace
properties:
name:
description: Name is unique within a namespace to reference
description: name is unique within a namespace to reference
a secret resource.
type: string
namespace:
description: Namespace defines the space within which the
description: namespace defines the space within which the
secret name must be unique.
type: string
type: object
x-kubernetes-map-type: atomic
credentialsVersion:
type: string
type: object
Expand Down Expand Up @@ -971,7 +983,8 @@ spec:
the image.
properties:
deviceName:
description: A Linux device name like "/dev/vda".
description: A Linux device name like "/dev/vda",
or a by-path link to it like "/dev/disk/by-path/pci-0000:01:00.0-scsi-0:2:0:0".
The hint must match the actual value exactly.
type: string
hctl:
Expand Down Expand Up @@ -1033,8 +1046,9 @@ spec:
description: The RootDevicehints set by the user
properties:
deviceName:
description: A Linux device name like "/dev/vda". The hint
must match the actual value exactly.
description: A Linux device name like "/dev/vda", or a by-path
link to it like "/dev/disk/by-path/pci-0000:01:00.0-scsi-0:2:0:0".
The hint must match the actual value exactly.
type: string
hctl:
description: A SCSI bus address like 0:0:0:0. The hint must
Expand Down Expand Up @@ -1089,14 +1103,15 @@ spec:
has enough information to retrieve secret in any namespace
properties:
name:
description: Name is unique within a namespace to reference
description: name is unique within a namespace to reference
a secret resource.
type: string
namespace:
description: Namespace defines the space within which the
description: namespace defines the space within which the
secret name must be unique.
type: string
type: object
x-kubernetes-map-type: atomic
credentialsVersion:
type: string
type: object
Expand All @@ -1113,9 +1128,3 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.8.0
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.12.1
name: bmceventsubscriptions.metal3.io
spec:
group: metal3.io
Expand Down Expand Up @@ -59,14 +59,15 @@ spec:
along to the Destination when making a request
properties:
name:
description: Name is unique within a namespace to reference a
description: name is unique within a namespace to reference a
secret resource.
type: string
namespace:
description: Namespace defines the space within which the secret
description: namespace defines the space within which the secret
name must be unique.
type: string
type: object
x-kubernetes-map-type: atomic
type: object
status:
properties:
Expand All @@ -80,9 +81,3 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.8.0
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.12.1
name: firmwareschemas.metal3.io
spec:
group: metal3.io
Expand Down Expand Up @@ -86,9 +86,3 @@ spec:
type: object
served: true
storage: true
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.8.0
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.12.1
name: hardwaredata.metal3.io
spec:
group: metal3.io
Expand Down Expand Up @@ -199,9 +199,3 @@ spec:
served: true
storage: true
subresources: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.8.0
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.12.1
name: hostfirmwaresettings.metal3.io
spec:
group: metal3.io
Expand Down Expand Up @@ -60,8 +60,8 @@ spec:
description: "Condition contains details for one aspect of the current
state of this API Resource. --- This struct is intended for direct
use as an array at the field path .status.conditions. For example,
type FooStatus struct{ // Represents the observations of a foo's
current state. // Known .status.conditions.type are: \"Available\",
\n type FooStatus struct{ // Represents the observations of a
foo's current state. // Known .status.conditions.type are: \"Available\",
\"Progressing\", and \"Degraded\" // +patchMergeKey=type // +patchStrategy=merge
// +listType=map // +listMapKey=type Conditions []metav1.Condition
`json:\"conditions,omitempty\" patchStrategy:\"merge\" patchMergeKey:\"type\"
Expand Down Expand Up @@ -160,9 +160,3 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.8.0
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.12.1
name: preprovisioningimages.metal3.io
spec:
group: metal3.io
Expand Down Expand Up @@ -78,8 +78,8 @@ spec:
description: "Condition contains details for one aspect of the current
state of this API Resource. --- This struct is intended for direct
use as an array at the field path .status.conditions. For example,
type FooStatus struct{ // Represents the observations of a foo's
current state. // Known .status.conditions.type are: \"Available\",
\n type FooStatus struct{ // Represents the observations of a
foo's current state. // Known .status.conditions.type are: \"Available\",
\"Progressing\", and \"Degraded\" // +patchMergeKey=type // +patchStrategy=merge
// +listType=map // +listMapKey=type Conditions []metav1.Condition
`json:\"conditions,omitempty\" patchStrategy:\"merge\" patchMergeKey:\"type\"
Expand Down Expand Up @@ -179,9 +179,3 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
3 changes: 1 addition & 2 deletions charts/metal3/0.2.0/charts/baremetal-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ replicaCount: 1
image:
repository: registry.opensuse.org/isv/metal3/bci/baremetal-operator/containerfile/suse/baremetal-operator
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "0.3.1"
tag: "0.4.0"

imagePullSecrets: []
nameOverride: "manger"
Expand Down
4 changes: 2 additions & 2 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ entries:
metal3:
- apiVersion: v2
appVersion: 1.16.0
created: "2023-10-19T12:55:13.042063997+03:00"
created: "2023-10-19T13:53:26.130642135+03:00"
dependencies:
- alias: metal3-baremetal-operator
name: baremetal-operator
Expand All @@ -75,7 +75,7 @@ entries:
repository: file://./charts/media
version: 0.2.0
description: A Helm chart that installs all of the dependencies needed for Metal3
digest: efb45048b98a1a1ac0877d5c4bf353447d65c5af9f73fd2d7287118d2e3a0c38
digest: fba6593b9c9cf4ec79338930a00af6c0d4c59db7946f8357a1d547bdd25a61dc
icon: https://github.com/cncf/artwork/raw/master/projects/metal3/icon/color/metal3-icon-color.svg
name: metal3
type: application
Expand Down
Loading