diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cab97b9d8b..33a7ec4ad4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,10 +18,10 @@ env: GO_VERSION: "1.24.2" PYTHON_VERSION: "3.9.16" - KIND_NODE_IMAGE: "kindest/node:v1.32.0@sha256:c48c62eac5da28cdadcf560d1d8616cfa6783b58f0d94cf63ad1bf49600cb027" - KUBECTL_VERSION: "v1.32.1" - KIND_BINARY_VERSION: "v0.26.0" - HELM_VERSION: "v3.17.0" + KIND_NODE_IMAGE: "kindest/node:v1.33.0@sha256:02f73d6ae3f11ad5d543f16736a2cb2a63a300ad60e81dac22099b0b04784a4e" + KUBECTL_VERSION: "v1.33.0" + KIND_BINARY_VERSION: "v0.27.0" + HELM_VERSION: "v3.17.3" HELM_PLUGIN_UNITTEST: "0.5.1" jobs: diff --git a/documentation/docs/getting-started/installation.md b/documentation/docs/getting-started/installation.md index e711537f15..423a84dcc8 100644 --- a/documentation/docs/getting-started/installation.md +++ b/documentation/docs/getting-started/installation.md @@ -22,9 +22,9 @@ If you didn't see any errors you now have the secureCodeBox Operator up and runn You're now ready to install your [first scan types and start your first scans](/docs/getting-started/first-scans). -## Version Support +## Supported Kubernetes Version -The secureCodeBox supports the 4 latest Kubernetes releases (`v1.30`, `v1.29`, `v1.28` & `v1.27`). Older versions might also work but are not officially supported or tested. +The secureCodeBox supports the 4 latest Kubernetes releases (`v1.33`, `v1.32`, `v1.31` & `v1.30`). Older versions might also work but are not officially supported or tested. ## Accessing the included MinIO Instance