File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
charts/ext-postgres-operator Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,14 @@ name: Release Charts
3
3
on :
4
4
push :
5
5
branches :
6
- - main
6
+ - master
7
+ - fix/chart-release
7
8
8
9
jobs :
9
10
release :
10
11
runs-on : ubuntu-latest
12
+ permissions :
13
+ contents : write
11
14
steps :
12
15
- name : Checkout
13
16
uses : actions/checkout@v2
@@ -20,12 +23,12 @@ jobs:
20
23
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
21
24
22
25
- name : Install Helm
23
- uses : azure/setup-helm@v1
26
+ uses : azure/setup-helm@v3
24
27
with :
25
- version : v3.8.1
28
+ version : v3.10.0
26
29
27
30
- name : Run chart-releaser
28
- uses : helm/chart-releaser-action@v1.4.0
31
+ uses : helm/chart-releaser-action@v1.4.1
29
32
with :
30
33
charts_dir : charts
31
34
env :
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ type: application
7
7
# This is the chart version. This version number should be incremented each time you make changes
8
8
# to the chart and its templates, including the app version.
9
9
# Versions are expected to follow Semantic Versioning (https://semver.org/)
10
- version : 0. 1.2
10
+ version : 1.2.0
11
11
12
12
# This is the version number of the application being deployed. This version number should be
13
13
# incremented each time you make changes to the application. Versions are not expected to
14
14
# follow Semantic Versioning. They should reflect the version the application is using.
15
15
# It is recommended to use it with quotes.
16
- appVersion : " 1.1.1 "
16
+ appVersion : " 1.2.0 "
You can’t perform that action at this time.
0 commit comments