Skip to content

Commit

Permalink
[metal-operator] fixes bmc settings (#6623)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhipfel authored Jun 3, 2024
1 parent d04c324 commit d4bf1e2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion system/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ build-metal-operator:
$(call build-chart,metal-operator-core,https://github.com/afritzler/metal-operator//config/default,$(METAL_OPERATOR_VERSION))
@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="0.0.4"' metal-operator-core/Chart.yaml
@yq -i '.version="0.0.7"' metal-operator-core/Chart.yaml

# chart name, source url, tag
define build-chart
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
- --mac-prefixes-file=/etc/macdb/macdb.yaml
- --probe-image=keppel.eu-de-1.cloud.sap/ccloud-ghcr-io-mirror/afritzler/metalprobe:latest
- --probe-os-image=ghcr.io/ironcore-dev/os-images/gardenlinux:1443.3
- --insecure=false
- --insecure=true
- --registry-url=http://[2a10:afc0:e013:d002::]:30010
# env:
# - name: REGISTRY_ADDRESS
Expand Down
2 changes: 1 addition & 1 deletion system/metal-operator-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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.0.6
version: 0.0.7
# 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.
Expand Down
2 changes: 1 addition & 1 deletion system/metal-operator-core/templates/etc/_macdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ macPrefixes:
- macPrefix: c4cbe1b1
manufacturer: Dell
protocol: Redfish
port: 80
port: 443
type: bmc
defaultCredentials:
- username: {{ .Values.remoteboard.dell.username }}
Expand Down
4 changes: 2 additions & 2 deletions system/metal-operator-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ controllerManager:
args:
- --leader-elect
- --mac-prefixes-file=/etc/macdb/macdb.yaml
- --probe-image=ghcr.io/afritzler/metalprobe:latest
- --probe-image=keppel.eu-de-1.cloud.sap/ccloud-ghcr-io-mirror/afritzler/metalprobe:latest
- --probe-os-image=ghcr.io/ironcore-dev/os-images/gardenlinux:1443.3
- --insecure=false
- --insecure=true
- --registry-url=http://[2a10:afc0:e013:d002::]:30010
containerSecurityContext:
allowPrivilegeEscalation: false
Expand Down

0 comments on commit d4bf1e2

Please sign in to comment.