Update CONTRIBUTING guide with new instructions

Since we moved to two supported releases instead of 3, we only
have 2 sets of files for kind testing.

We missed updating the CONTRIBUTING guide for it.
This fixes it.

Signed-off-by: Jean-Philippe Evrard <open-source@a.spamming.party>
This commit is contained in:
Jean-Philippe Evrard
2026-06-30 12:41:03 +02:00
parent a21f48bd79
commit 49e782a1c0
+1 -2
View File
@@ -123,8 +123,7 @@ In general, the following activities have to happen:
Go to `.github/workflows` and update the new k8s images. For that:
- `cp .github/kind-cluster-current.yaml .github/kind-cluster-previous.yaml`
- `cp .github/kind-cluster-next.yaml .github/kind-cluster-current.yaml`
- Then edit `.github/kind-cluster-next.yaml` to point to the new version.
- Then edit `.github/kind-cluster-current.yaml` to point to the new version.
This will make the full test matrix updated (the CI and the test code).