Skip to content

Commit ac71467

Browse files
committed
Update workflows
1 parent d7ba236 commit ac71467

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
run: |
2424
helm repo add kubitodev https://charts.kubito.dev
2525
- name: Run Release
26-
uses: helm/chart-releaser-action@v1.4.0
26+
uses: helm/chart-releaser-action@v1.5.0
2727
env:
2828
CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}'

.github/workflows/verify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414
- name: Fetch history
15-
run: git fetch --prune --unshallow
15+
run: git fetch --prune --unshallow
1616
- name: Run lint
17-
uses: helm/chart-testing-action@v1.1.0
17+
uses: helm/chart-testing-action@v2.4.0
1818
with:
1919
command: lint
2020
config: .github/verify-config.yaml

charts/traefik-whitelist-ddns/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ maintainers:
33
- name: kubitodev
44
url: https://kubito.dev
55
apiVersion: v2
6-
appVersion: 2
6+
appVersion: 2.x.x
77
version: 1.0.5
88
description: Kubito Traefik Whitelist DDNS Helm Chart
99
home: https://github.com/kubitodev/helm/tree/main/charts/traefik-whitelist-ddns

0 commit comments

Comments
 (0)