From 0234e0f81c319077fc19f8e47cd6f20c8f849dbe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 15:03:28 +0000 Subject: [PATCH 1/2] chore(deps): update helm release backstage to v1.2.0 --- charts/backstage/Chart.lock | 6 +++--- charts/backstage/Chart.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/backstage/Chart.lock b/charts/backstage/Chart.lock index 7bb12e83..977de8a8 100644 --- a/charts/backstage/Chart.lock +++ b/charts/backstage/Chart.lock @@ -4,6 +4,6 @@ dependencies: version: 2.9.1 - name: backstage repository: https://backstage.github.io/charts - version: 1.1.2 -digest: sha256:fdd4f0e7f5bf6b6ba718fed1ecd74006eb998330e984f954ddb191a18728b12d -generated: "2023-08-29T14:38:17.518375765Z" + version: 1.2.0 +digest: sha256:5131cc5ff29a6df0d9f5f9d61af7c31003483a79311b2c89bd66d9d25a314bbc +generated: "2023-08-29T15:03:20.39497011Z" diff --git a/charts/backstage/Chart.yaml b/charts/backstage/Chart.yaml index 42de18ad..326b43e9 100644 --- a/charts/backstage/Chart.yaml +++ b/charts/backstage/Chart.yaml @@ -21,7 +21,7 @@ dependencies: version: "2.9.1" - name: backstage repository: https://backstage.github.io/charts - version: "1.1.2" + version: "1.2.0" alias: upstream home: https://janus-idp.io icon: https://avatars.githubusercontent.com/u/117844786 From bdfe852d6ee6d7da037ff04466bcd3b18b8446ee Mon Sep 17 00:00:00 2001 From: Janus IDP <139477802+janus-idp[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 15:08:01 +0000 Subject: [PATCH 2/2] Bump version to 2.4.0 Signed-off-by: Janus IDP <139477802+janus-idp[bot]@users.noreply.github.com> --- charts/backstage/Chart.yaml | 2 +- charts/backstage/README.md | 4 ++-- charts/backstage/values.schema.json | 14 ++++++++++++++ 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/charts/backstage/Chart.yaml b/charts/backstage/Chart.yaml index 326b43e9..0f055444 100644 --- a/charts/backstage/Chart.yaml +++ b/charts/backstage/Chart.yaml @@ -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.3.0 +version: 2.4.0 diff --git a/charts/backstage/README.md b/charts/backstage/README.md index e35c0d97..97cec267 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.3.0](https://img.shields.io/badge/Version-2.3.0-informational?style=flat-square) +![Version: 2.4.0](https://img.shields.io/badge/Version-2.4.0-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 @@ -121,7 +121,7 @@ Kubernetes: `>= 1.19.0-0` | Repository | Name | Version | |------------|------|---------| -| https://backstage.github.io/charts | upstream(backstage) | 1.1.2 | +| https://backstage.github.io/charts | upstream(backstage) | 1.2.0 | | https://charts.bitnami.com/bitnami | common | 2.9.1 | ## Values diff --git a/charts/backstage/values.schema.json b/charts/backstage/values.schema.json index 81d213e7..fcfd77a3 100644 --- a/charts/backstage/values.schema.json +++ b/charts/backstage/values.schema.json @@ -3729,6 +3729,14 @@ "title": "Annotations to add to the backend deployment pods", "type": "object" }, + "podLabels": { + "additionalProperties": { + "type": "string" + }, + "default": {}, + "title": "Labels to add to the backend deployment pods", + "type": "object" + }, "podSecurityContext": { "description": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.", "properties": { @@ -3978,6 +3986,12 @@ }, "type": "object" }, + "revisionHistoryLimit": { + "default": 10, + "minimum": 0, + "title": "The count of deployment revisions", + "type": "integer" + }, "tolerations": { "default": [], "description": "Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/",