Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions documentation/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading