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 bdb0baa commit 15debe8Copy full SHA for 15debe8
.github/workflows/release.yaml
@@ -85,8 +85,8 @@ jobs:
85
run: |
86
CLEAN_VERSION=$(echo "$RELEASE_VERSION" | sed 's/^v//')
87
echo "Using chart version and appVersion: $CLEAN_VERSION"
88
- sed -i "s/^version: .*/version: ${CLEAN_VERSION}/" ./helm/Chart.yaml
89
- sed -i "s/^appVersion: .*/appVersion: ${CLEAN_VERSION}/" ./helm/Chart.yaml
+ sed -i "s/^version:$/version: ${CLEAN_VERSION}/" ./helm/Chart.yaml
+ sed -i "s/^appVersion:$/appVersion: ${CLEAN_VERSION}/" ./helm/Chart.yaml
90
helm package ./helm -d .
91
- name: Push Helm chart to GHCR
92
0 commit comments