fix( mysql-workbench): Fix keyring support by adding IPC_Lock (#2453)

* fix( mysql-workbench): Fix keyring support by adding IPC_Lock

* Update Chart.yaml
This commit is contained in:
Kjeld Schouten-Lebbing 2022-04-08 10:38:34 +02:00 committed by GitHub
parent 1f3734ea73
commit 0140667ed1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: mysql-workbench
version: 1.0.10
version: 1.0.11
appVersion: "8.0.28"
description: MySQL Workbench is a unified visual tool for database architects, developers and DBAs.
type: application

View File

@ -7,6 +7,10 @@ securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
customCapabilities:
drop: []
add: ["IPC_LOCK"]
podSecurityContext:
runAsUser: 0
runAsGroup: 0