diff --git a/ceph-osd/Chart.yaml b/ceph-osd/Chart.yaml index b9150f552..e0fabacd9 100644 --- a/ceph-osd/Chart.yaml +++ b/ceph-osd/Chart.yaml @@ -15,6 +15,6 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Ceph OSD name: ceph-osd -version: 0.1.29 +version: 0.1.30 home: https://github.com/ceph/ceph ... diff --git a/ceph-osd/values.yaml b/ceph-osd/values.yaml index 7277a73c1..e0c386826 100644 --- a/ceph-osd/values.yaml +++ b/ceph-osd/values.yaml @@ -71,7 +71,8 @@ pod: privileged: true readOnlyRootFilesystem: true log_runner: - runAsUser: 65534 + # run as "ceph" user + runAsUser: 64045 allowPrivilegeEscalation: false readOnlyRootFilesystem: true bootstrap: diff --git a/releasenotes/notes/ceph-osd.yaml b/releasenotes/notes/ceph-osd.yaml index 898977226..02081a3be 100644 --- a/releasenotes/notes/ceph-osd.yaml +++ b/releasenotes/notes/ceph-osd.yaml @@ -30,4 +30,5 @@ ceph-osd: - 0.1.27 Limit Ceph OSD Container Security Contexts - 0.1.28 Change var crash mount propagation to HostToContainer - 0.1.29 Fix Ceph checkDNS script + - 0.1.30 Ceph OSD log-runner container should run as ceph user ...