File tree Expand file tree Collapse file tree 4 files changed +14
-11
lines changed
Expand file tree Collapse file tree 4 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v3
12+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1313 with :
1414 fetch-depth : 0
1515
1616 - name : Set up Helm
17- uses : azure/setup-helm@v4.2.0
17+ uses : azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
1818 with :
19- version : v3.17.0
19+ version : v3.18.6
2020
21- - uses : actions/setup-python@v5.3 .0
21+ - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
2222 with :
2323 python-version : ' 3.x'
2424 check-latest : true
2525
2626 - name : Set up chart-testing
27- uses : helm/chart-testing-action@v2.7.0
27+ uses : helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0
28+ with :
29+ # https://github.com/helm/chart-testing-action/issues/177
30+ yamale_version : " 6.0.0"
2831
2932 - name : Run chart-testing (list-changed)
3033 id : list-changed
4043
4144 - name : Create kind cluster
4245 if : steps.list-changed.outputs.changed == 'true'
43- uses : helm/kind-action@v1.12.0
46+ uses : helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
4447
4548 - name : Run chart-testing (install)
4649 if : steps.list-changed.outputs.changed == 'true'
47- run : ct install --target-branch ${{ github.event.repository.default_branch }}
50+ run : ct install --target-branch ${{ github.event.repository.default_branch }}
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1616 with :
1717 fetch-depth : 0
1818
2222 git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
2323
2424 - name : Run chart-releaser
25- uses : helm/chart-releaser-action@v1.7.0
25+ uses : helm/chart-releaser-action@cae68fefc6b5f367a0275617c9f83181ba54714f # v1.7.0
2626 env :
2727 CR_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ 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 : 0.2.0
18+ version : 0.2.1
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
Original file line number Diff line number Diff line change 11# fx-syncstorage
22
3- ![ Version: 0.2.0 ] ( https://img.shields.io/badge/Version-0.2.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: syncstorage-rs-mysql-0.19.1] ( https://img.shields.io/badge/AppVersion-syncstorage--rs--mysql--0.19.1-informational?style=flat-square )
3+ ![ Version: 0.2.1 ] ( https://img.shields.io/badge/Version-0.2.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: syncstorage-rs-mysql-0.19.1] ( https://img.shields.io/badge/AppVersion-syncstorage--rs--mysql--0.19.1-informational?style=flat-square )
44
55Helm chart for Mozilla's Rust based Sync server for Firefox data synchronization.
66
You can’t perform that action at this time.
0 commit comments