Skip to content

Commit

Permalink
Merge pull request #2144 from Nordix/mquhuy/fix-fixture-release-0.8
Browse files Browse the repository at this point in the history
🌱 Fix BMO fixture-release-0.8 tag names
  • Loading branch information
metal3-io-bot authored Dec 19, 2024
2 parents 430e8d4 + 108a1c9 commit 156487d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/overlays/fixture-release-0.8/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://github.com/metal3-io/baremetal-operator/config/namespace?ref=release-0.9
- https://github.com/metal3-io/baremetal-operator/config/default?ref=release-0.9
- https://github.com/metal3-io/baremetal-operator/config/namespace?ref=release-0.8
- https://github.com/metal3-io/baremetal-operator/config/default?ref=release-0.8
patches:
- patch: |
# Enable test mode (fixture provider instead of ironic)
Expand All @@ -18,4 +18,4 @@ patches:
name: controller-manager
images:
- name: quay.io/metal3-io/baremetal-operator
newTag: release-0.9
newTag: release-0.8

0 comments on commit 156487d

Please sign in to comment.