Skip to content

Commit 52812cf

Browse files
authored
Merge pull request #43 from rustrial/feature/upgrade-to-1-32
feat: upgrade dependencies and to k8s 1.32
2 parents db0286d + 51747ef commit 52812cf

File tree

10 files changed

+608
-501
lines changed

10 files changed

+608
-501
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
if [[ $(git diff --stat) != '' ]]; then
3131
git --no-pager diff
32-
echo 'run make test and commit changes'
32+
echo 'cargo run --example gen-crds > charts/k8s-object-syncer/crds/crds.yaml'
3333
exit 1
3434
fi
3535
- name: Unit Tests
@@ -39,8 +39,8 @@ jobs:
3939
- name: Setup Kubernetes
4040
uses: engineerd/[email protected]
4141
with:
42-
version: "v0.22.0"
43-
image: kindest/node:v1.29.2
42+
version: "v0.26.0"
43+
image: kindest/node:v1.32.0
4444
- name: Setup Helm
4545
uses: fluxcd/pkg/actions/helm@main
4646
- name: Setup Kubectl

.github/workflows/publish.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,9 @@ jobs:
5959
strategy:
6060
matrix:
6161
k8s:
62-
- v1.26.14
63-
- v1.27.11
64-
- v1.28.7
65-
- v1.29.2
62+
- v1.30.8
63+
- v1.31.4
64+
- v1.32.0
6665
steps:
6766
- name: Checkout
6867
uses: actions/checkout@v4
@@ -71,13 +70,13 @@ jobs:
7170
- name: Set up Helm
7271
uses: azure/setup-helm@v4
7372
with:
74-
version: "v3.14.4"
73+
version: "v3.16.4"
7574
- name: Run chart-testing (lint)
7675
run: (cd charts/k8s-object-syncer && helm lint .)
7776
- name: Create kind ${{ matrix.k8s }} cluster
7877
uses: helm/[email protected]
7978
with:
80-
version: "v0.22.0"
79+
version: "v0.26.0"
8180
node_image: kindest/node:${{ matrix.k8s }}
8281
- name: Install chart
8382
# No --wait, we do not wait for the Deployment to become ready, as it will not become
@@ -138,7 +137,7 @@ jobs:
138137
- name: Install Helm
139138
uses: azure/setup-helm@v4
140139
with:
141-
version: "v3.14.4"
140+
version: "v3.16.4"
142141
- name: Install CR
143142
run: .github/install-cr.sh
144143
- name: Extract VERSION from GITHUB_REF

0 commit comments

Comments
 (0)