Skip to content

Commit bcd965d

Browse files
committed
use Helm 3.20.0 as plugin installation fails with Helm 4
1 parent a0b5109 commit bcd965d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test-charts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Test Chart
1717
uses: d3adb5/helm-unittest-action@v2.5.0
1818
with:
19-
helm-version: v4.1.0
19+
helm-version: v3.20.0
2020

2121
# validate YAML files with JSON schema
2222
- name: Install the JSON Schema CLI

chart-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
}
1212
}
1313
}
14-
}
14+
}

charts/sophora-importer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ version: 2.4.1
1919
annotations:
2020
artifacthub.io/changes: |
2121
- kind: fixed
22-
description: "fix service port of httproute"
22+
description: "fix service Port of httproute"
2323
2424
# This is the version number of the application being deployed. This version number should be
2525
# incremented each time you make changes to the application. Versions are not expected to

0 commit comments

Comments
 (0)