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

Commit

Permalink
Bump version to 2.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Janus IDP <139477802+janus-idp[bot]@users.noreply.github.com>
  • Loading branch information
janus-idp[bot] committed Aug 29, 2023
1 parent 0234e0f commit bdfe852
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 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.3.0
version: 2.4.0
4 changes: 2 additions & 2 deletions 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.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
Expand Down Expand Up @@ -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
Expand Down
14 changes: 14 additions & 0 deletions charts/backstage/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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/",
Expand Down

0 comments on commit bdfe852

Please sign in to comment.