Fix app version in chart
This commit is contained in:
@@ -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" \
|
||||||
|
|||||||
Reference in New Issue
Block a user