Skip to content

Commit

Permalink
chore: bumped kind kubernetes version (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
okgolove authored Feb 24, 2025
1 parent 3332827 commit 0ca9399
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/charts_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/lint_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@ jobs:
strategy:
matrix:
kubernetes_version:
- "kindest/node:v1.28.0"
- "kindest/node:v1.27.3"
- "kindest/node:v1.26.6"
- "kindest/node:v1.25.11"
- "kindest/node:v1.24.15"
- "kindest/node:v1.32.2"
- "kindest/node:v1.31.6"
- "kindest/node:v1.29.14"
- "kindest/node:v1.28.15"
- "kindest/node:v1.27.16"
fail-fast: false

steps:
- name: Checkout
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v4
with:
version: v3.11.2
version: v3.16.3

- uses: actions/setup-python@v5
with:
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Set up chart-testing
uses: helm/[email protected]
with:
version: v3.8.0
version: v3.11.0

- name: Run chart-testing (list-changed)
id: list-changed
Expand Down

0 comments on commit 0ca9399

Please sign in to comment.