diff --git a/packages/rke2-multus/package.yaml b/packages/rke2-multus/package.yaml index 9e7bdd904..6799dc831 100644 --- a/packages/rke2-multus/package.yaml +++ b/packages/rke2-multus/package.yaml @@ -1,3 +1,3 @@ url: local workingDir: charts -packageVersion: 06 +packageVersion: 07 diff --git a/packages/rke2-whereabouts/charts/Chart.yaml b/packages/rke2-whereabouts/charts/Chart.yaml index b97d4ee12..cc414bb4d 100644 --- a/packages/rke2-whereabouts/charts/Chart.yaml +++ b/packages/rke2-whereabouts/charts/Chart.yaml @@ -19,9 +19,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.1 +version: 0.8.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 0.6.3 +appVersion: 0.8.0 diff --git a/packages/rke2-whereabouts/charts/crds/whereabouts.cni.cncf.io_ippools.yaml b/packages/rke2-whereabouts/charts/crds/whereabouts.cni.cncf.io_ippools.yaml index c912654e3..266bc5ede 100644 --- a/packages/rke2-whereabouts/charts/crds/whereabouts.cni.cncf.io_ippools.yaml +++ b/packages/rke2-whereabouts/charts/crds/whereabouts.cni.cncf.io_ippools.yaml @@ -1,9 +1,9 @@ +--- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.4.1 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.14.0 name: ippools.whereabouts.cni.cncf.io spec: group: whereabouts.cni.cncf.io @@ -20,14 +20,19 @@ spec: description: IPPool is the Schema for the ippools API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object @@ -41,14 +46,17 @@ spec: properties: id: type: string + ifname: + type: string podref: type: string required: - id + - podref type: object - description: Allocations is the set of allocated IPs for the given - range. Its` indices are a direct mapping to the IP with the same - index/offset for the pool's range. + description: |- + Allocations is the set of allocated IPs for the given range. Its` indices are a direct mapping to the + IP with the same index/offset for the pool's range. type: object range: description: Range is a RFC 4632/4291-style string that represents @@ -60,10 +68,4 @@ spec: type: object type: object served: true - storage: true -status: - acceptedNames: - kind: "" - plural: "" - conditions: [] - storedVersions: [] + storage: true \ No newline at end of file diff --git a/packages/rke2-whereabouts/charts/crds/whereabouts.cni.cncf.io_overlappingrangeipreservations.yaml b/packages/rke2-whereabouts/charts/crds/whereabouts.cni.cncf.io_overlappingrangeipreservations.yaml index 82d9547d4..fbe90cf72 100644 --- a/packages/rke2-whereabouts/charts/crds/whereabouts.cni.cncf.io_overlappingrangeipreservations.yaml +++ b/packages/rke2-whereabouts/charts/crds/whereabouts.cni.cncf.io_overlappingrangeipreservations.yaml @@ -1,9 +1,9 @@ +--- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.4.1 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.14.0 name: overlappingrangeipreservations.whereabouts.cni.cncf.io spec: group: whereabouts.cni.cncf.io @@ -21,14 +21,19 @@ spec: API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object @@ -38,19 +43,15 @@ spec: properties: containerid: type: string + ifname: + type: string podref: type: string required: - - containerid + - podref type: object required: - spec type: object served: true - storage: true -status: - acceptedNames: - kind: "" - plural: "" - conditions: [] - storedVersions: [] + storage: true \ No newline at end of file diff --git a/packages/rke2-whereabouts/charts/values.yaml b/packages/rke2-whereabouts/charts/values.yaml index 58b138e54..d2b44d703 100644 --- a/packages/rke2-whereabouts/charts/values.yaml +++ b/packages/rke2-whereabouts/charts/values.yaml @@ -6,7 +6,7 @@ image: repository: rancher/hardened-whereabouts pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: v0.7.0-build20240429 + tag: v0.8.0-build20240830 updateStrategy: RollingUpdate imagePullSecrets: [] @@ -50,5 +50,8 @@ cniConf: confDir: /etc/cni/net.d binDir: /opt/cni/bin +nodeSliceController: + enabled: true + global: systemDefaultRegistry: "" diff --git a/packages/rke2-whereabouts/package.yaml b/packages/rke2-whereabouts/package.yaml index a5552ca27..f16aaade5 100644 --- a/packages/rke2-whereabouts/package.yaml +++ b/packages/rke2-whereabouts/package.yaml @@ -1,5 +1,5 @@ url: local workingDir: charts -packageVersion: 04 +packageVersion: 00 # whereabouts is only used as a dependency of multus doNotRelease: true