Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- name: Setup Kubernetes
uses: engineerd/setup-kind@v0.5.0
with:
version: "v0.20.0"
image: kindest/node:v1.26.6
version: "v0.22.0"
image: kindest/node:v1.29.2
- name: Setup Helm
uses: fluxcd/pkg/actions/helm@main
- name: Setup Kubectl
Expand Down
17 changes: 8 additions & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,10 @@ jobs:
strategy:
matrix:
k8s:
- v1.23.17
- v1.24.15
- v1.25.11
- v1.26.6
- v1.27.3
- v1.26.14
- v1.27.11
- v1.28.7
- v1.29.2
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -67,13 +66,13 @@ jobs:
- name: Set up Helm
uses: azure/setup-helm@v3.5
with:
version: "v3.12.1"
version: "v3.14.4"
- name: Run chart-testing (lint)
run: (cd charts/k8s-object-syncer && helm lint .)
- name: Create kind ${{ matrix.k8s }} cluster
uses: helm/kind-action@v1.9.0
uses: helm/kind-action@v1.10.0
with:
version: "v0.20.0"
version: "v0.22.0"
node_image: kindest/node:${{ matrix.k8s }}
- name: Install chart
# No --wait, we do not wait for the Deployment to become ready, as it will not become
Expand Down Expand Up @@ -136,7 +135,7 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v3.5
with:
version: "v3.12.1"
version: "v3.14.4"
- name: Install CR
run: .github/install-cr.sh
- name: Update Helm Chart versions
Expand Down
Loading