mirror of https://github.com/backstage/charts.git
chore: set required kubeVersion because of Ingress resource (#94)
Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
This commit is contained in:
parent
bbd151cdb6
commit
4927da73e9
|
|
@ -25,6 +25,7 @@ icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/backstage/i
|
|||
keywords:
|
||||
- backstage
|
||||
- idp
|
||||
kubeVersion: ">= 1.19.0-0"
|
||||
maintainers:
|
||||
- name: Backstage
|
||||
url: https://backstage.io
|
||||
|
|
@ -37,4 +38,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: 0.22.1
|
||||
version: 0.22.2
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
# Backstage Helm Chart
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
A Helm chart for deploying a Backstage application
|
||||
|
||||
|
|
@ -100,6 +100,8 @@ The command removes all the Kubernetes components associated with the chart and
|
|||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>= 1.19.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://charts.bitnami.com/bitnami | common | 1.x.x |
|
||||
|
|
|
|||
Loading…
Reference in New Issue