We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f7d78 commit fc18afaCopy full SHA for fc18afa
.github/workflows/lint-charts.yml
@@ -8,7 +8,7 @@ on:
8
workflow_dispatch:
9
10
env:
11
- HELM_VERSION: 3.11.2
+ HELM_VERSION: 3.17.0
12
13
jobs:
14
lint-helm-charts:
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v4
20
21
- name: Setup Helm
22
- uses: mamezou-tech/setup-helmfile@v1.2.0
+ uses: mamezou-tech/setup-helmfile@v2.1.0
23
with:
24
helm-version: "v${{ env.HELM_VERSION }}"
25
charts/subaligner/Chart.yaml
@@ -3,5 +3,5 @@ name: subaligner
3
description: A Helm chart for subaligner CLIs
4
icon: https://raw.githubusercontent.com/baxtree/subaligner/master/figures/subaligner.png
5
type: application
6
-version: 0.1.2
7
-appVersion: "0.3.8"
+version: 0.1.3
+appVersion: "0.3.11"
0 commit comments