Fix app version in chart
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

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