File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
helm-chart/eoapi-notifier Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2424 - name : Extract version
2525 id : version
2626 run : |
27- VERSION=${GITHUB_REF#refs/tags/v }
27+ VERSION=${GITHUB_REF#refs/tags/}
2828 echo "version=${VERSION}" >> "$GITHUB_OUTPUT"
2929
3030 - name : Set up Docker Buildx
6262
6363 - name : Update Chart.yaml
6464 run : |
65- sed -i "s/ ^version:.*/ version: ${{ steps.version.outputs.version }}/ " helm-chart/${{ env.CHART_NAME }}/Chart.yaml
66- sed -i "s/ ^appVersion:.*/ appVersion: \"${{ steps.version.outputs.version }}\"/ " helm-chart/${{ env.CHART_NAME }}/Chart.yaml
65+ sed -i "s| ^version:.*| version: ${{ steps.version.outputs.version }}| " helm-chart/${{ env.CHART_NAME }}/Chart.yaml
66+ sed -i "s| ^appVersion:.*| appVersion: \"${{ steps.version.outputs.version }}\"| " helm-chart/${{ env.CHART_NAME }}/Chart.yaml
6767
6868 - name : Lint and package Helm chart
6969 run : |
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: eoapi-notifier
33description : A Helm chart for eoAPI Notifier - Message handler for eoAPI components
44type : application
55version : 0.1.0
6- appVersion : " 0.0.1 "
6+ appVersion : " 0.0.2 "
77home : https://github.com/developmentseed/eoapi-notifier
88sources :
99 - https://github.com/developmentseed/eoapi-notifier
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " eoapi-notifier"
7- version = " 0.0.1 "
7+ version = " 0.0.2 "
88description = " Message handler for eoAPI components"
99requires-python = " >=3.12"
1010authors = [
You can’t perform that action at this time.
0 commit comments