File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
charts/traefik-whitelist-ddns Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 23
23
run : |
24
24
helm repo add kubitodev https://charts.kubito.dev
25
25
- name : Run Release
26
- uses : helm/chart-releaser-action@v1.4 .0
26
+ uses : helm/chart-releaser-action@v1.5 .0
27
27
env :
28
28
CR_TOKEN : ' ${{ secrets.GITHUB_TOKEN }}'
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v3
14
14
- name : Fetch history
15
- run : git fetch --prune --unshallow
15
+ run : git fetch --prune --unshallow
16
16
- name : Run lint
17
- uses : helm/chart-testing-action@v1.1 .0
17
+ uses : helm/chart-testing-action@v2.4 .0
18
18
with :
19
19
command : lint
20
20
config : .github/verify-config.yaml
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ maintainers:
3
3
- name : kubitodev
4
4
url : https://kubito.dev
5
5
apiVersion : v2
6
- appVersion : 2
6
+ appVersion : 2.x.x
7
7
version : 1.0.5
8
8
description : Kubito Traefik Whitelist DDNS Helm Chart
9
9
home : https://github.com/kubitodev/helm/tree/main/charts/traefik-whitelist-ddns
You can’t perform that action at this time.
0 commit comments