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: