Merge "Stop using fsGroup inside container securityContext"

This commit is contained in:
Zuul 2021-03-11 03:11:42 +00:00 committed by Gerrit Code Review
commit ff81e97301
3 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ apiVersion: v1
appVersion: v7.1.0
description: OpenStack-Helm Kibana
name: kibana
version: 0.1.1
version: 0.1.2
home: https://www.elastic.co/products/kibana
sources:
- https://github.com/elastic/kibana

View File

@ -44,7 +44,6 @@ pod:
runAsUser: 0
readOnlyRootFilesystem: false
kibana:
fsGroup: 1000
runAsNonRoot: true
allowPrivilegeEscalation: false
readOnlyRootFilesystem: false

View File

@ -2,4 +2,5 @@
kibana:
- 0.1.0 Initial Chart
- 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0"
- 0.1.2 Drop usage of fsGroup inside container
...