Skip to content

Commit

Permalink
feat: fix manual version number
Browse files Browse the repository at this point in the history
  • Loading branch information
vickenliu committed Oct 11, 2024
1 parent cad4ff6 commit 8e9c2f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
helm package .
CHART_NAME=$( grep 'name:' Chart.yaml | tail -n 1)
CHART_NAME=${CHART_NAME//*name: /}
az acr helm push -n ${{ secrets.HELM_REGISTRY }} ${CHART_NAME}-1.3.0-xlabels.tgz
az acr helm push -n ${{ secrets.HELM_REGISTRY }} ${CHART_NAME}-1.3.0-extralabels.tgz
# - name: Create a GitHub release
# uses: ncipollo/release-action@v1
Expand Down
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 1.3.0-xlabels
version: 1.3.0-extralabels

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down

0 comments on commit 8e9c2f1

Please sign in to comment.