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

Commit

Permalink
Merge pull request #158 from tumido/remove-security-context
Browse files Browse the repository at this point in the history
fix: remove unused upstream.postgresql.primary.securityContext
  • Loading branch information
tumido committed Nov 28, 2023
2 parents 5ffbee6 + f2d1b16 commit 574cd7b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/backstage/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ sources:
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.11.1
version: 2.11.2
2 changes: 1 addition & 1 deletion charts/backstage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Janus-IDP Backstage Helm Chart

[![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)
![Version: 2.11.1](https://img.shields.io/badge/Version-2.11.1-informational?style=flat-square)
![Version: 2.11.2](https://img.shields.io/badge/Version-2.11.2-informational?style=flat-square)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

A Helm chart for deploying a Backstage application
Expand Down
2 changes: 0 additions & 2 deletions charts/backstage/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,6 @@ upstream:
adminPasswordKey: postgres-password
userPasswordKey: password
primary:
securityContext:
enabled: false
podSecurityContext:
enabled: false
containerSecurityContext:
Expand Down

0 comments on commit 574cd7b

Please sign in to comment.