Skip to content

Commit

Permalink
Merge pull request #43 from rustrial/feature/upgrade-to-1-32
Browse files Browse the repository at this point in the history
feat: upgrade dependencies and to k8s 1.32
  • Loading branch information
alex-berger authored Jan 8, 2025
2 parents db0286d + 51747ef commit 52812cf
Show file tree
Hide file tree
Showing 10 changed files with 608 additions and 501 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
if [[ $(git diff --stat) != '' ]]; then
git --no-pager diff
echo 'run make test and commit changes'
echo 'cargo run --example gen-crds > charts/k8s-object-syncer/crds/crds.yaml'
exit 1
fi
- name: Unit Tests
Expand All @@ -39,8 +39,8 @@ jobs:
- name: Setup Kubernetes
uses: engineerd/setup-kind@v0.6.2
with:
version: "v0.22.0"
image: kindest/node:v1.29.2
version: "v0.26.0"
image: kindest/node:v1.32.0
- name: Setup Helm
uses: fluxcd/pkg/actions/helm@main
- name: Setup Kubectl
Expand Down
13 changes: 6 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,9 @@ jobs:
strategy:
matrix:
k8s:
- v1.26.14
- v1.27.11
- v1.28.7
- v1.29.2
- v1.30.8
- v1.31.4
- v1.32.0
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -71,13 +70,13 @@ jobs:
- name: Set up Helm
uses: azure/setup-helm@v4
with:
version: "v3.14.4"
version: "v3.16.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.12.0
with:
version: "v0.22.0"
version: "v0.26.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 @@ -138,7 +137,7 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v4
with:
version: "v3.14.4"
version: "v3.16.4"
- name: Install CR
run: .github/install-cr.sh
- name: Extract VERSION from GITHUB_REF
Expand Down
Loading

0 comments on commit 52812cf

Please sign in to comment.