We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d5add9 commit bda976eCopy full SHA for bda976e
.github/workflows/release.yaml
@@ -104,7 +104,7 @@ jobs:
104
run: |
105
CLEAN_VERSION=$(echo "$RELEASE_VERSION" | sed 's/^v//')
106
echo "Using chart version and appVersion: $CLEAN_VERSION"
107
- yq -i ".image.tag = \"${RELEASE_VERSION}\"" values.yaml
+ yq -i ".image.tag = \"${RELEASE_VERSION}\"" ./helm/values.yaml
108
yq -i ".version = \"${CLEAN_VERSION}\"" ./helm/Chart.yaml
109
yq -i ".appVersion = \"${CLEAN_VERSION}\"" ./helm/Chart.yaml
110
helm package ./helm -d .
0 commit comments