Skip to content

Commit fc18afa

Browse files
committed
update helm charts
1 parent 65f7d78 commit fc18afa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lint-charts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99

1010
env:
11-
HELM_VERSION: 3.11.2
11+
HELM_VERSION: 3.17.0
1212

1313
jobs:
1414
lint-helm-charts:
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Setup Helm
22-
uses: mamezou-tech/setup-helmfile@v1.2.0
22+
uses: mamezou-tech/setup-helmfile@v2.1.0
2323
with:
2424
helm-version: "v${{ env.HELM_VERSION }}"
2525

charts/subaligner/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ name: subaligner
33
description: A Helm chart for subaligner CLIs
44
icon: https://raw.githubusercontent.com/baxtree/subaligner/master/figures/subaligner.png
55
type: application
6-
version: 0.1.2
7-
appVersion: "0.3.8"
6+
version: 0.1.3
7+
appVersion: "0.3.11"

0 commit comments

Comments
 (0)