Skip to content

Commit b92efa2

Browse files
authored
chore: enable readOnlyRootFilesystem by default on backend container (#102)
1 parent 00f09b1 commit b92efa2

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

charts/backstage/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ sources:
4444
# This is the chart version. This version number should be incremented each time you make changes
4545
# to the chart and its templates, including the app version.
4646
# Versions are expected to follow Semantic Versioning (https://semver.org/)
47-
version: 3.2.1
47+
version: 3.2.2

charts/backstage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# RHDH Backstage Helm Chart for OpenShift (Community Version)
33

44
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/rhdh-chart&style=flat-square)](https://artifacthub.io/packages/search?repo=rhdh-chart)
5-
![Version: 3.2.1](https://img.shields.io/badge/Version-3.2.1-informational?style=flat-square)
5+
![Version: 3.2.2](https://img.shields.io/badge/Version-3.2.2-informational?style=flat-square)
66
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
77

88
A Helm chart for deploying Red Hat Developer Hub.

charts/backstage/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ upstream:
6767
subject: legacy-default-config
6868
secret: ${BACKEND_SECRET}
6969
containerSecurityContext:
70+
readOnlyRootFilesystem: true
7071
allowPrivilegeEscalation: false
7172
capabilities:
7273
drop: ["ALL"]

0 commit comments

Comments
 (0)