Fix app version in chart

This commit is contained in:
2025-10-03 23:56:52 -04:00
parent d3ba427e8b
commit 44b2763745

View File

@@ -7,7 +7,7 @@ echo "Using version: ${VERSION}"
# Package the chart with version/appVersion = git tag (sans 'v')
helm package "${CHART_DIR}" \
--version "${VERSION}" \
--app-version "${VERSION}"
--app-version "v${VERSION}"
# Add the Gitea Helm repo with basic auth (stored in Helm config)
helm repo add "${DRONE_REPO_NAME}" "https://git.itzana.me/api/packages/${DRONE_REPO_OWNER}/helm" \