From 108a1c9d46067da1ed1281e8d6b365b9b0a834ef Mon Sep 17 00:00:00 2001 From: Huy Mai Date: Thu, 19 Dec 2024 12:26:23 +0200 Subject: [PATCH] Fix BMO fixture-release-0.8 tag names Fixture overlay for release-0.8 was wrongly tagged with release-0.9 ref. Putting back the correct tags. Signed-off-by: Huy Mai --- config/overlays/fixture-release-0.8/kustomization.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/overlays/fixture-release-0.8/kustomization.yaml b/config/overlays/fixture-release-0.8/kustomization.yaml index 0ddf9b1404..79b6d52546 100644 --- a/config/overlays/fixture-release-0.8/kustomization.yaml +++ b/config/overlays/fixture-release-0.8/kustomization.yaml @@ -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) @@ -18,4 +18,4 @@ patches: name: controller-manager images: - name: quay.io/metal3-io/baremetal-operator - newTag: release-0.9 + newTag: release-0.8