diff --git a/charts/backstage/Chart.lock b/charts/backstage/Chart.lock index 5b14d929..bc21c2e1 100644 --- a/charts/backstage/Chart.lock +++ b/charts/backstage/Chart.lock @@ -4,6 +4,6 @@ dependencies: version: 2.14.1 - name: backstage repository: https://backstage.github.io/charts - version: 1.8.0 -digest: sha256:0e26bf32bb21edd3cb4da2320132016478b5557a622928dc9d7f218e48ca5097 -generated: "2024-02-02T00:49:56.55483Z" + version: 1.8.2 +digest: sha256:21d32d3e27d0d8f71fd719537216cb9a9d48486e888b3937f9dbf3fa7413320d +generated: "2024-01-09T15:24:03.064520499Z" diff --git a/charts/backstage/Chart.yaml b/charts/backstage/Chart.yaml index ae356d46..09803798 100644 --- a/charts/backstage/Chart.yaml +++ b/charts/backstage/Chart.yaml @@ -21,7 +21,7 @@ dependencies: version: "2.14.1" - name: backstage repository: https://backstage.github.io/charts - version: "1.8.0" + version: "1.8.2" alias: upstream home: https://janus-idp.io icon: https://avatars.githubusercontent.com/u/117844786 @@ -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.12.1 +version: 2.12.2 diff --git a/charts/backstage/README.md b/charts/backstage/README.md index 5c495078..c2a55d0c 100644 --- a/charts/backstage/README.md +++ b/charts/backstage/README.md @@ -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.12.1](https://img.shields.io/badge/Version-2.12.1-informational?style=flat-square) +![Version: 2.12.2](https://img.shields.io/badge/Version-2.12.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 @@ -112,7 +112,7 @@ Kubernetes: `>= 1.19.0-0` | Repository | Name | Version | |------------|------|---------| -| https://backstage.github.io/charts | upstream(backstage) | 1.8.0 | +| https://backstage.github.io/charts | upstream(backstage) | 1.8.2 | | https://charts.bitnami.com/bitnami | common | 2.13.3 | ## Values diff --git a/charts/backstage/values.schema.json b/charts/backstage/values.schema.json index a4b9643b..4cad8ca9 100644 --- a/charts/backstage/values.schema.json +++ b/charts/backstage/values.schema.json @@ -3311,11 +3311,6 @@ "image": { "additionalProperties": false, "properties": { - "debug": { - "default": false, - "title": "Set to true if you would like to see extra information on logs", - "type": "boolean" - }, "pullPolicy": { "default": "Always", "description": "Ref: https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy",