Skip to content

Commit e573959

Browse files
committed
add dependency update to workflow
1 parent 06971df commit e573959

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
run: |
1717
curl -L https://git.io/get_helm.sh | bash -s -- -v v3.7.1
1818
19+
- name: Create release binary
20+
run: |
21+
helm dependency update
22+
1923
- name: Create release binary
2024
run: |
2125
helm package ./ --destination release/

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Deploy a VPN server in K8s with provided iOS profile
44

55
type: application
66

7-
version: 0.1.0
7+
version: 0.1.1
88

99
appVersion: "latest"
1010

0 commit comments

Comments
 (0)