Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit f2d1b16

Browse files
committed
fix: remove unused upstream.postgresql.primary.securityContext
Signed-off-by: Tomas Coufal <[email protected]>
1 parent 5ffbee6 commit f2d1b16

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

charts/backstage/Chart.yaml

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

charts/backstage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Janus-IDP Backstage Helm Chart
33

44
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/janus-idp&style=flat-square)](https://artifacthub.io/packages/search?repo=janus-idp)
5-
![Version: 2.11.1](https://img.shields.io/badge/Version-2.11.1-informational?style=flat-square)
5+
![Version: 2.11.2](https://img.shields.io/badge/Version-2.11.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 a Backstage application

charts/backstage/values.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,6 @@ upstream:
170170
adminPasswordKey: postgres-password
171171
userPasswordKey: password
172172
primary:
173-
securityContext:
174-
enabled: false
175173
podSecurityContext:
176174
enabled: false
177175
containerSecurityContext:

0 commit comments

Comments
 (0)