Skip to content

Commit 7092909

Browse files
committed
fix: ci
1 parent 3a8fb17 commit 7092909

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,15 @@ jobs:
6363
with:
6464
context: ${{ env.DOCKER_PATH }}
6565
push: true
66-
# steps.meta.outputs.tags = xxx/xxx:v1.0.0
66+
# steps.meta.outputs.tags = xxx/xxx:1.0.0
6767
tags: ${{ steps.meta.outputs.tags }}
6868
labels: ${{ steps.meta.outputs.labels }}
6969
- name: Chart package and push
7070
uses: appany/helm-oci-chart-releaser@v0.5.0
7171
with:
7272
name: ${{ env.CHART_NAME }}
7373
repository: ${{ env.HARBOR_REPO }}
74-
# v1.0.0 -> 1.0.0
75-
tag: $(echo "${{ steps.get_tag.outputs.VERSION }}" | sed 's/v\([0-9.]*\).*/\1/')
74+
tag: ${{ steps.get_tag.outputs.VERSION }}
7675
path: helm-chart
7776
registry: ${{ secrets.HARBOR_DOMAIN }}
7877
registry_username: "${{ secrets.HARBOR_USERNAME }}"

helm-chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.0.6
18+
version: 1.0.7
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "1.0.6"
24+
appVersion: "1.0.7"

0 commit comments

Comments
 (0)