Skip to content

Commit 4b81a02

Browse files
committed
Remove -chart suffix from OBS chart build process
Signed-off-by: Andrea Mazzotti <[email protected]>
1 parent 0899ba2 commit 4b81a02

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.obs/chartfile/crds/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: Apache-2.0
2-
#!BuildTag: rancher/elemental-operator-crds-chart:latest
3-
#!BuildTag: rancher/elemental-operator-crds-chart:%VERSION%
4-
#!BuildTag: rancher/elemental-operator-crds-chart:%VERSION%-%RELEASE%
2+
#!BuildTag: rancher/elemental-operator-crds:latest
3+
#!BuildTag: rancher/elemental-operator-crds:%VERSION%
4+
#!BuildTag: rancher/elemental-operator-crds:%VERSION%-%RELEASE%
55
apiVersion: v2
66
name: elemental-operator-crds
77
description: A Helm chart for deploying Rancher Elemental Operator CRDs

.obs/chartfile/operator/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: Apache-2.0
2-
#!BuildTag: rancher/elemental-operator-chart:latest
3-
#!BuildTag: rancher/elemental-operator-chart:%VERSION%
4-
#!BuildTag: rancher/elemental-operator-chart:%VERSION%-%RELEASE%
2+
#!BuildTag: rancher/elemental-operator:latest
3+
#!BuildTag: rancher/elemental-operator:%VERSION%
4+
#!BuildTag: rancher/elemental-operator:%VERSION%-%RELEASE%
55
apiVersion: v2
66
name: elemental-operator
77
description: Elemental provides Cloud Native OS Management for Cluster Nodes.

0 commit comments

Comments
 (0)