From 279dfbe4e7084cf56dab76a8c80be1428800de61 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.lock | 8 ++++---- charts/backstage/Chart.yaml | 5 +++-- charts/backstage/README.md | 6 ++++-- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/charts/backstage/Chart.lock b/charts/backstage/Chart.lock index 39b1e300..4070b86b 100644 --- a/charts/backstage/Chart.lock +++ b/charts/backstage/Chart.lock @@ -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" diff --git a/charts/backstage/Chart.yaml b/charts/backstage/Chart.yaml index df49af1e..fba0422b 100644 --- a/charts/backstage/Chart.yaml +++ b/charts/backstage/Chart.yaml @@ -21,7 +21,7 @@ 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 @@ -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..9c71ac4d 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,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