Skip to content

Commit 25e131b

Browse files
committed
kind settings enforce restricted podsecurityconfig
- also use updated minio that sets seccompprofile to runtimedefault by default Signed-off-by: Tesshu Flower <[email protected]>
1 parent 3e0199d commit 25e131b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/run-minio.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ MINIO_NAMESPACE="${MINIO_NAMESPACE:-minio}"
99
# Non-zero indicates MinIO should be deployed w/ a self-signed cert & https
1010
MINIO_USE_TLS=${MINIO_USE_TLS:-0}
1111
# Specific MinIO chart version to use
12-
MINIO_CHART_VERSION="${MINIO_CHART_VERSION:-11.8.2}"
12+
MINIO_CHART_VERSION="${MINIO_CHART_VERSION:-15.0.4}"
1313

1414
# Delete minio if it's already there
1515
kubectl delete ns "${MINIO_NAMESPACE}" || true

hack/setup-kind-cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ plugins:
4545
# - "latest" (default)
4646
# - specific version like "v1.24"
4747
defaults:
48-
enforce: "privileged"
48+
enforce: "restricted"
4949
enforce-version: "latest"
5050
audit: "restricted"
5151
audit-version: "latest"

0 commit comments

Comments
 (0)