diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8d1717d..5a79ea9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: name: Integration Tests strategy: matrix: - k8s_version: [v1.26, v1.27, v1.28] + k8s_version: [v1.27, v1.28, v1.29] permissions: contents: read uses: kadras-io/github-reusable-workflows/.github/workflows/carvel-package-test-integration.yml@main diff --git a/Makefile b/Makefile index 1c426c2..5ba5c07 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -K8S_VERSION=v1.28 +K8S_VERSION=v1.29 # Build package configuration build: package diff --git a/README.md b/README.md index 501a475..2fb757d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A Carvel package for [Kyverno](https://kyverno.io), a policy engine designed for ### Prerequisites -* Kubernetes 1.26+ +* Kubernetes 1.27+ * Carvel [`kctrl`](https://carvel.dev/kapp-controller/docs/latest/install/#installing-kapp-controller-cli-kctrl) CLI. * Carvel [kapp-controller](https://carvel.dev/kapp-controller) deployed in your Kubernetes cluster. You can install it with Carvel [`kapp`](https://carvel.dev/kapp/docs/latest/install) (recommended choice) or `kubectl`. diff --git a/test/setup/kind/v1.26/kind-config.yml b/test/setup/kind/v1.29/kind-config.yml similarity index 61% rename from test/setup/kind/v1.26/kind-config.yml rename to test/setup/kind/v1.29/kind-config.yml index 10ec400..870a03c 100644 --- a/test/setup/kind/v1.26/kind-config.yml +++ b/test/setup/kind/v1.29/kind-config.yml @@ -3,6 +3,6 @@ kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane - image: kindest/node:v1.26.6 + image: kindest/node:v1.29.0 - role: worker - image: kindest/node:v1.26.6 + image: kindest/node:v1.29.0