From bb4b9bbb0ab7dd3223e765e44ae631a17a528488 Mon Sep 17 00:00:00 2001 From: Tomas Coufal Date: Thu, 4 May 2023 20:53:24 +0200 Subject: [PATCH] chore: set required kubeVersion because of Ingress resource Signed-off-by: Tomas Coufal --- charts/backstage/Chart.yaml | 3 ++- charts/backstage/README.md | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/charts/backstage/Chart.yaml b/charts/backstage/Chart.yaml index df49af1e..8134a363 100644 --- a/charts/backstage/Chart.yaml +++ b/charts/backstage/Chart.yaml @@ -29,6 +29,7 @@ keywords: - backstage - idp - janus-idp +kubeVersion: ">= 1.19.0-0" maintainers: - name: Janus-IDP url: https://janus-idp.io @@ -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 diff --git a/charts/backstage/README.md b/charts/backstage/README.md index 246fc93f..5d6be8b5 100644 --- a/charts/backstage/README.md +++ b/charts/backstage/README.md @@ -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 @@ -92,6 +92,8 @@ 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 |