Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Always reference these instructions first and fallback to search or bash command

**Prerequisites:**
- Go >= 1.21 (currently uses Go 1.24.5)
- Helm v3 (tested with v3.17.4 and v3.18.6)
- Helm v3/v4 (tested with v3.21.0 and v4.2.0)

**Build Process:**
- Build the plugin: `make build` - includes linting and compiles the binary.
Expand Down
19 changes: 2 additions & 17 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,8 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
shell: [default]
experimental: [false]
helm-version: [v3.18.6, v3.21.0, v4.2.0]
helm-version: [v3.21.0, v4.2.0]
include:
- os: windows-latest
shell: wsl
experimental: false
helm-version: v3.18.6
- os: windows-latest
shell: cygwin
experimental: false
helm-version: v3.18.6
- os: ubuntu-latest
container: alpine
shell: sh
experimental: false
helm-version: v3.18.6
- os: windows-latest
shell: wsl
experimental: false
Expand Down Expand Up @@ -115,10 +102,8 @@ jobs:
strategy:
matrix:
include:
# Helm maintains the latest minor version only and therefore each Helmfile version supports 2 Helm minor versions.
# That's why we cover only 2 Helm minor versions in this matrix.
# Cover the latest minor of each supported Helm major (v3 and v4).
# See https://github.com/helmfile/helmfile/pull/286#issuecomment-1250161182 for more context.
- helm-version: v3.18.6
- helm-version: v3.21.0
- helm-version: v4.2.0
steps:
Expand Down
Loading