Skip to content

Commit

Permalink
bump metal-operator
Browse files Browse the repository at this point in the history
  • Loading branch information
defo89 committed Nov 15, 2024
1 parent 6413ffe commit 4ca6fd3
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 36 deletions.
8 changes: 4 additions & 4 deletions system/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ PROVIDER_VSPHERE_VERSION ?= v1.9.3
PROVIDER_IPAM_VERSION ?= v0.1.0
PROVIDER_KUBERNIKUS_VERSION ?= 9fd81475b828971913b3b27addf51fdbd0511d85
BAREMETAL_OPERATOR_VERSION ?= v0.6.0
METAL_OPERATOR_VERSION ?= 18c70650c05dc4090f6f60821f7385a6afcaa668
BOOT_OPERATOR_VERSION ?= 473ef3e732fffc15e4f1e5215dc73b445d7600ad
METAL_OPERATOR_VERSION ?= b696030c3b10f373ad6c2ba44653b91e3e454f70
BOOT_OPERATOR_VERSION ?= 9ad7325e76fc00b1b6e5b5535404d732539ecbce
IPXE_OPERATOR_VERSION ?= 61c6898bfd7772008835bdcca8d8a64c1dfc3b32
FEDHCP_VERSION ?= a59539c62aaa11a96c82fe792c87daaac4cb75bf
IPAM_VERSION ?= 6faf501000c5d7ff9744a3c111ca5ecf3339c00c
Expand Down Expand Up @@ -112,14 +112,14 @@ build-metal-operator:
@find metal-operator-core/templates -type f -exec $(SED) -i -e 's#-metal-operator-serving-cert#serving-cert#g' {} \;
@yq -i '.controllerManager.manager.image.tag="$(METAL_OPERATOR_VERSION)"' metal-operator-core/values.yaml
@yq -i '.fullnameOverride="metal-operator"' metal-operator-core/values.yaml
@yq -i '.version="1.0.11"' metal-operator-core/Chart.yaml
@yq -i '.version="1.0.12"' metal-operator-core/Chart.yaml

build-boot-operator:
@cat kustomize/boot-operator/kustomization.yaml >> kustomization.yaml
$(call build-chart,boot-operator,https://github.com/ironcore-dev/boot-operator//config/default,$(BOOT_OPERATOR_VERSION))
@yq -i '.controllerManager.manager.image.tag="$(BOOT_OPERATOR_VERSION)"' boot-operator/values.yaml
@yq -i '.fullnameOverride="boot-operator"' boot-operator/values.yaml
@yq -i '.version="1.0.1"' boot-operator/Chart.yaml
@yq -i '.version="1.0.2"' boot-operator/Chart.yaml

build-ipxe-operator:
@cat kustomize/ipxe-operator/kustomization.yaml >> kustomization.yaml
Expand Down
4 changes: 2 additions & 2 deletions system/metal-operator-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,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: 1.0.11
version: 1.0.12
# 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.
# It is recommended to use it with quotes.
appVersion: "18c70650c05dc4090f6f60821f7385a6afcaa668"
appVersion: "b696030c3b10f373ad6c2ba44653b91e3e454f70"
1 change: 0 additions & 1 deletion system/metal-operator-core/crds/bmc-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cert-manager.io/inject-ca-from: metal-operator-system/metal-serving-cert
controller-gen.kubebuilder.io/version: v0.16.3
name: bmcs.metal.ironcore.dev
spec:
Expand Down
1 change: 0 additions & 1 deletion system/metal-operator-core/crds/bmcsecret-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cert-manager.io/inject-ca-from: metal-operator-system/metal-serving-cert
controller-gen.kubebuilder.io/version: v0.16.3
name: bmcsecrets.metal.ironcore.dev
spec:
Expand Down
1 change: 0 additions & 1 deletion system/metal-operator-core/crds/endpoint-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cert-manager.io/inject-ca-from: metal-operator-system/metal-serving-cert
controller-gen.kubebuilder.io/version: v0.16.3
name: endpoints.metal.ironcore.dev
spec:
Expand Down
1 change: 0 additions & 1 deletion system/metal-operator-core/crds/server-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cert-manager.io/inject-ca-from: metal-operator-system/metal-serving-cert
controller-gen.kubebuilder.io/version: v0.16.3
name: servers.metal.ironcore.dev
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cert-manager.io/inject-ca-from: metal-operator-system/metal-serving-cert
controller-gen.kubebuilder.io/version: v0.16.3
name: serverbootconfigurations.metal.ironcore.dev
spec:
Expand Down
1 change: 0 additions & 1 deletion system/metal-operator-core/crds/serverclaim-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cert-manager.io/inject-ca-from: metal-operator-system/metal-serving-cert
controller-gen.kubebuilder.io/version: v0.16.3
name: serverclaims.metal.ironcore.dev
spec:
Expand Down
8 changes: 0 additions & 8 deletions system/metal-operator-core/templates/selfsigned-issuer.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions system/metal-operator-core/templates/serving-cert.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion system/metal-operator-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ controllerManager:
- ALL
image:
repository: controller
tag: 18c70650c05dc4090f6f60821f7385a6afcaa668
tag: b696030c3b10f373ad6c2ba44653b91e3e454f70
resources:
limits:
cpu: 300m
Expand Down

0 comments on commit 4ca6fd3

Please sign in to comment.