From 67ae37f3355421a68c19666a9b7b7768735d9f5f Mon Sep 17 00:00:00 2001 From: Admiral Date: Thu, 22 Feb 2024 15:28:38 +0100 Subject: [PATCH] Update all-resources.yml --- deployments/mariadb/all-resources.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployments/mariadb/all-resources.yml b/deployments/mariadb/all-resources.yml index 7e3c867..b3856a4 100644 --- a/deployments/mariadb/all-resources.yml +++ b/deployments/mariadb/all-resources.yml @@ -37,10 +37,10 @@ spec: runAsNonRoot: true # Containers should run as a high UID to avoid host conflict runAsUser: 103306 # Using high UID to avoid conflicts readOnlyRootFilesystem: true # Use read-only filesystem for containers where possible - seLinuxOptions: + seccompProfile: type: "docker/default" # Ensure that the seccomp profile is set to docker/default or runtime/default containers: - - image: mariadb:10.6 + - image: mariadb:10.6@sha256:xxxxx name: mariadb imagePullPolicy: Always securityContext: