File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ MINIO_NAMESPACE="${MINIO_NAMESPACE:-minio}"
9
9
# Non-zero indicates MinIO should be deployed w/ a self-signed cert & https
10
10
MINIO_USE_TLS=${MINIO_USE_TLS:- 0}
11
11
# 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 } "
13
13
14
14
# Delete minio if it's already there
15
15
kubectl delete ns " ${MINIO_NAMESPACE} " || true
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ plugins:
45
45
# - "latest" (default)
46
46
# - specific version like "v1.24"
47
47
defaults:
48
- enforce: "privileged "
48
+ enforce: "restricted "
49
49
enforce-version: "latest"
50
50
audit: "restricted"
51
51
audit-version: "latest"
You can’t perform that action at this time.
0 commit comments