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:
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: mysql-workbench
|
name: mysql-workbench
|
||||||
version: 1.0.10
|
version: 1.0.11
|
||||||
appVersion: "8.0.28"
|
appVersion: "8.0.28"
|
||||||
description: MySQL Workbench is a unified visual tool for database architects, developers and DBAs.
|
description: MySQL Workbench is a unified visual tool for database architects, developers and DBAs.
|
||||||
type: application
|
type: application
|
||||||
|
|||||||
@@ -7,6 +7,10 @@ securityContext:
|
|||||||
runAsNonRoot: false
|
runAsNonRoot: false
|
||||||
readOnlyRootFilesystem: false
|
readOnlyRootFilesystem: false
|
||||||
|
|
||||||
|
customCapabilities:
|
||||||
|
drop: []
|
||||||
|
add: ["IPC_LOCK"]
|
||||||
|
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
runAsGroup: 0
|
runAsGroup: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user