diff --git a/charts/backstage/Chart.yaml b/charts/backstage/Chart.yaml index 057e2fc..5c39e73 100644 --- a/charts/backstage/Chart.yaml +++ b/charts/backstage/Chart.yaml @@ -45,4 +45,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.16.6 +version: 2.16.7 diff --git a/charts/backstage/README.md b/charts/backstage/README.md index 5b15146..d786b99 100644 --- a/charts/backstage/README.md +++ b/charts/backstage/README.md @@ -2,7 +2,7 @@ # RHDH Backstage Helm Chart for OpenShift [![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) -![Version: 2.16.6](https://img.shields.io/badge/Version-2.16.6-informational?style=flat-square) +![Version: 2.16.7](https://img.shields.io/badge/Version-2.16.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) A Helm chart for deploying Red Hat Developer Hub. diff --git a/charts/backstage/values.schema.json b/charts/backstage/values.schema.json index 811d264..1718478 100644 --- a/charts/backstage/values.schema.json +++ b/charts/backstage/values.schema.json @@ -956,9 +956,13 @@ }, "backend": { "auth": { - "keys": [ + "externalAccess": [ { - "secret": "${BACKEND_SECRET}" + "options": { + "secret": "${BACKEND_SECRET}", + "subject": "legacy-default-config" + }, + "type": "legacy" } ] }, @@ -4154,7 +4158,7 @@ "type": "string" }, "repository": { - "default": "janus-idp/backstage-showcase", + "default": "rhdh/rhdh-hub-rhel9", "title": "Backstage image repository", "type": "string" }, diff --git a/charts/backstage/values.yaml b/charts/backstage/values.yaml index 6f7db31..21d3cb8 100644 --- a/charts/backstage/values.yaml +++ b/charts/backstage/values.yaml @@ -36,7 +36,7 @@ upstream: backstage: image: registry: quay.io - repository: janus-idp/backstage-showcase + repository: rhdh/rhdh-hub-rhel9 tag: latest command: [] # FIXME (tumido): USE POSTGRES_PASSWORD and POSTGRES_USER instead of POSTGRES_ADMIN_PASSWORD @@ -59,8 +59,11 @@ upstream: password: ${POSTGRESQL_ADMIN_PASSWORD} user: postgres auth: - keys: - - secret: ${BACKEND_SECRET} + externalAccess: + - type: legacy + options: + subject: legacy-default-config + secret: ${BACKEND_SECRET} containerSecurityContext: allowPrivilegeEscalation: false capabilities: