and again...

This commit is contained in:
2025-11-21 11:42:33 +08:00
parent 53d71b84a8
commit ba30f2e07a

View File

@@ -46,7 +46,7 @@ jobs:
--password "$HELM_PASSWORD"
NAME="$(grep '^name:' Chart.yaml | awk '{print $2}')"
YAML_VERSION="$(grep '^version:' "$FILE" | awk '{print $2}')"
YAML_VERSION="$(grep '^version:' Chart.yaml | awk '{print $2}')"
CHART_TGZ="/tmp/${NAME}-${YAML_VERSION}.tgz"
if [ ! -f "$CHART_TGZ" ]; then
echo "Expected packaged chart not found: $CHART_TGZ"