From 4b81a020d001d122bd888c88e4435c27d7d54c8c Mon Sep 17 00:00:00 2001 From: Andrea Mazzotti Date: Thu, 22 Aug 2024 16:00:48 +0200 Subject: [PATCH] Remove -chart suffix from OBS chart build process Signed-off-by: Andrea Mazzotti --- .obs/chartfile/crds/Chart.yaml | 6 +++--- .obs/chartfile/operator/Chart.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.obs/chartfile/crds/Chart.yaml b/.obs/chartfile/crds/Chart.yaml index 900e7feb5..3feeb8f0e 100644 --- a/.obs/chartfile/crds/Chart.yaml +++ b/.obs/chartfile/crds/Chart.yaml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 -#!BuildTag: rancher/elemental-operator-crds-chart:latest -#!BuildTag: rancher/elemental-operator-crds-chart:%VERSION% -#!BuildTag: rancher/elemental-operator-crds-chart:%VERSION%-%RELEASE% +#!BuildTag: rancher/elemental-operator-crds:latest +#!BuildTag: rancher/elemental-operator-crds:%VERSION% +#!BuildTag: rancher/elemental-operator-crds:%VERSION%-%RELEASE% apiVersion: v2 name: elemental-operator-crds description: A Helm chart for deploying Rancher Elemental Operator CRDs diff --git a/.obs/chartfile/operator/Chart.yaml b/.obs/chartfile/operator/Chart.yaml index 68ca24116..9a394a0e2 100644 --- a/.obs/chartfile/operator/Chart.yaml +++ b/.obs/chartfile/operator/Chart.yaml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 -#!BuildTag: rancher/elemental-operator-chart:latest -#!BuildTag: rancher/elemental-operator-chart:%VERSION% -#!BuildTag: rancher/elemental-operator-chart:%VERSION%-%RELEASE% +#!BuildTag: rancher/elemental-operator:latest +#!BuildTag: rancher/elemental-operator:%VERSION% +#!BuildTag: rancher/elemental-operator:%VERSION%-%RELEASE% apiVersion: v2 name: elemental-operator description: Elemental provides Cloud Native OS Management for Cluster Nodes.