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

Commit

Permalink
Merge pull request #51 from tumido/add-kubeversion-requirement
Browse files Browse the repository at this point in the history
chore: set required kubeVersion because of Ingress resource
  • Loading branch information
tumido committed May 9, 2023
2 parents 5b45ad7 + 279dfbe commit e62c39b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
8 changes: 4 additions & 4 deletions charts/backstage/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.2.4
version: 2.2.5
- name: backstage
repository: https://backstage.github.io/charts
version: 0.21.1
digest: sha256:b0f2c6e7dd5f3ed8b06f748f3778b7441ca53310d2348037715cdc029b882e14
generated: "2023-04-28T10:57:55.832512+02:00"
version: 0.22.3
digest: sha256:34bc49e9edf6bdf26eae23e40fc6f62a8c2fe0c41f8573e55531f169b7b19d35
generated: "2023-05-09T15:09:31.191794+02:00"
5 changes: 3 additions & 2 deletions charts/backstage/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@ dependencies:
version: 2.x.x
- name: backstage
repository: https://backstage.github.io/charts
version: ">=0.21.1"
version: ">=0.22.3"
alias: upstream
home: https://janus-idp.io
icon: https://avatars.githubusercontent.com/u/117844786
keywords:
- backstage
- idp
- janus-idp
kubeVersion: ">= 1.19.0-0"
maintainers:
- name: Janus-IDP
url: https://janus-idp.io
Expand All @@ -41,4 +42,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: 1.0.1
version: 1.0.2
6 changes: 4 additions & 2 deletions charts/backstage/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Janus-IDP Backstage Helm Chart

![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.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

Expand Down Expand Up @@ -92,9 +92,11 @@ The command removes all the Kubernetes components associated with the chart and

## Requirements

Kubernetes: `>= 1.19.0-0`

| Repository | Name | Version |
|------------|------|---------|
| https://backstage.github.io/charts | upstream(backstage) | >=0.21.1 |
| https://backstage.github.io/charts | upstream(backstage) | >=0.22.3 |
| https://charts.bitnami.com/bitnami | common | 2.x.x |

## Values
Expand Down

0 comments on commit e62c39b

Please sign in to comment.