Skip to content

Commit

Permalink
Merge pull request #7813 from avshiliaev/revert-helm-proxy-package-na…
Browse files Browse the repository at this point in the history
…me-for-tito-tagging

Fix the problem with the full package name of the proxy helm chart when tagging with tito
  • Loading branch information
deneb-alpha authored Nov 2, 2023
2 parents b43982e + c0fcf04 commit 2b6c822
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions containers/proxy-helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: MIT
#!BuildTag: uyuni/proxy:latest
#!BuildTag: uyuni/proxy-helm:latest
apiVersion: v2
name: proxy
name: proxy-helm
description: Uyuni proxy containers.
type: application
home: https://www.uyuni-project.org/
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Reverted the name of the package from proxy to proxy-helm to avoid problems with release tagging
2 changes: 1 addition & 1 deletion rel-eng/push-packages-to-obs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ while read PKG_NAME; do
fi

if [ -f "$SRPM_PKG_DIR/Chart.yaml" ]; then
NAME="${PKG_NAME%%-helm}"
NAME="${PKG_NAME}"
if [ "${OSCAPI}" == "https://api.suse.de" ]; then
# SUSE Manager settings
VERSION=$(sed 's/^\([0-9]\+\.[0-9]\+\).*$/\1/' ${BASE_DIR}/packages/uyuni-base)
Expand Down

0 comments on commit 2b6c822

Please sign in to comment.