Skip to content

Commit

Permalink
metal3/baremetal-operator: switch to 0.3.1 opensuse image (#21)
Browse files Browse the repository at this point in the history
* metal3/baremetal-operator: switch to 0.3.1 opensuse image

Align with other images so we default to the OBS builds, 0.3.1
being the latest tag which aligns with the upstream release.

* Update metal3-deploy-0.1.0.tgz
  • Loading branch information
hardys authored Jul 21, 2023
1 parent 0896e4e commit f57e883
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Binary file modified assets/metal3-deploy/metal3-deploy-0.1.0.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ spec:
- args:
- --metrics-addr=127.0.0.1:8085
- --enable-leader-election
command:
- /baremetal-operator
env:
- name: POD_NAME
valueFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ global:
replicaCount: 1

image:
repository: quay.io/metal3-io/baremetal-operator
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: "capm3-v1.1.2"
tag: "0.3.1"

imagePullSecrets: []
nameOverride: "manger"
Expand Down

0 comments on commit f57e883

Please sign in to comment.