Skip to content

Commit

Permalink
Remove -chart suffix from OBS chart build process
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Mazzotti <[email protected]>
  • Loading branch information
anmazzotti committed Aug 22, 2024
1 parent 0899ba2 commit 4b81a02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .obs/chartfile/crds/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions .obs/chartfile/operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 4b81a02

Please sign in to comment.