Skip to content

Commit a29ea67

Browse files
committed
Support of Helm 4
Externalized helm path and added proper support for insecure registries, probably handling changed in helm 4
1 parent 92b1624 commit a29ea67

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ jobs:
1313
release: # fixme wait for test-release it goes in parallel: https://github.com/kiemlicz/shelm/actions/runs/8270700884
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0
1919
- name: Set up JDK
20-
uses: actions/setup-java@v1
20+
uses: actions/setup-java@v5
2121
with:
22-
java-version: 17
22+
java-version: 21
23+
distribution: 'temurin'
2324
- name: Setup sbt launcher
2425
uses: sbt/setup-sbt@v1
2526
- name: Release

0 commit comments

Comments
 (0)