Skip to content

Commit bda976e

Browse files
committed
fix
1 parent 7d5add9 commit bda976e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
run: |
105105
CLEAN_VERSION=$(echo "$RELEASE_VERSION" | sed 's/^v//')
106106
echo "Using chart version and appVersion: $CLEAN_VERSION"
107-
yq -i ".image.tag = \"${RELEASE_VERSION}\"" values.yaml
107+
yq -i ".image.tag = \"${RELEASE_VERSION}\"" ./helm/values.yaml
108108
yq -i ".version = \"${CLEAN_VERSION}\"" ./helm/Chart.yaml
109109
yq -i ".appVersion = \"${CLEAN_VERSION}\"" ./helm/Chart.yaml
110110
helm package ./helm -d .

0 commit comments

Comments
 (0)