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

Commit d222d8c

Browse files
authored
Merge pull request #160 from janus-idp/renovate/backstage-1.x
chore(deps): update helm release backstage to v1.8.2
2 parents 325c458 + c9b63a2 commit d222d8c

File tree

4 files changed

+7
-12
lines changed

4 files changed

+7
-12
lines changed

charts/backstage/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ dependencies:
44
version: 2.13.3
55
- name: backstage
66
repository: https://backstage.github.io/charts
7-
version: 1.8.0
8-
digest: sha256:b9992eb50233f6f9bef89f54ae18818e1e458964c5df8c397898e465cdfc5c94
9-
generated: "2023-11-24T14:53:45.445514303Z"
7+
version: 1.8.2
8+
digest: sha256:21d32d3e27d0d8f71fd719537216cb9a9d48486e888b3937f9dbf3fa7413320d
9+
generated: "2024-01-09T15:24:03.064520499Z"

charts/backstage/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies:
2121
version: "2.13.3"
2222
- name: backstage
2323
repository: https://backstage.github.io/charts
24-
version: "1.8.0"
24+
version: "1.8.2"
2525
alias: upstream
2626
home: https://janus-idp.io
2727
icon: https://avatars.githubusercontent.com/u/117844786
@@ -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.12.1
44+
version: 2.12.2

charts/backstage/README.md

Lines changed: 2 additions & 2 deletions
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.12.1](https://img.shields.io/badge/Version-2.12.1-informational?style=flat-square)
5+
![Version: 2.12.2](https://img.shields.io/badge/Version-2.12.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
@@ -112,7 +112,7 @@ Kubernetes: `>= 1.19.0-0`
112112

113113
| Repository | Name | Version |
114114
|------------|------|---------|
115-
| https://backstage.github.io/charts | upstream(backstage) | 1.8.0 |
115+
| https://backstage.github.io/charts | upstream(backstage) | 1.8.2 |
116116
| https://charts.bitnami.com/bitnami | common | 2.13.3 |
117117

118118
## Values

charts/backstage/values.schema.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3311,11 +3311,6 @@
33113311
"image": {
33123312
"additionalProperties": false,
33133313
"properties": {
3314-
"debug": {
3315-
"default": false,
3316-
"title": "Set to true if you would like to see extra information on logs",
3317-
"type": "boolean"
3318-
},
33193314
"pullPolicy": {
33203315
"default": "Always",
33213316
"description": "Ref: https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy",

0 commit comments

Comments
 (0)