From cc58817999dc19df72643d2793c9d31ca352e834 Mon Sep 17 00:00:00 2001 From: Granville Schmidt <1246157+gramidt@users.noreply.github.com> Date: Sat, 12 Aug 2023 07:26:30 -0600 Subject: [PATCH] Add required RedHat Marketplace chart annotations (#12) **Description** This PR adds the required Chart annotations for the RedHat Marketplace. This closes #9 **Testing** N/A **Documentation** N/A --- charts/orchestrator/Chart.yaml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/charts/orchestrator/Chart.yaml b/charts/orchestrator/Chart.yaml index ddef550..2e0efe0 100644 --- a/charts/orchestrator/Chart.yaml +++ b/charts/orchestrator/Chart.yaml @@ -8,12 +8,19 @@ description: | home: https://www.strata.io/ icon: https://github.com/raw/strata-io/helm-charts/main/assets/logo_maverics.png +annotations: + # RedHat Marketplace metadata. + charts.openshift.io/archs: x86_64 + charts.openshift.io/name: Strata - Maverics Identity Orchestrator + charts.openshift.io/provider: Strata Identity, Inc. + charts.openshift.io/supportURL: https://github.com/strata-io/helm-charts + type: application # This is the chart version. This version number should be incremented each time we # make changes to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.1 +version: 0.1.2 # This is the version number of the application being deployed. This version number # should be incremented each time we make changes to the application. Versions are @@ -21,6 +28,17 @@ version: 0.1.1 # application is using. It is recommended to use it with quotes. appVersion: "0.23.31" +# Our minimum Kubernetes version is 1.24.0. This is the version of Kubernetes that +# we have tested and verified that the chart works with. Users are free to try +# earlier versions, but we do not support them. We also do not guarantee that the +# chart will work with newer versions of Kubernetes that we have not tested with +# yet. We will update this field as we test and verify compatibility with newer +# versions. It is recommended to use it with quotes (e.g. '>=1.24.0'). This is +# required by RedHat Marketplace for certification of the chart. +# +# Before changing this value, please check compatibility with customer deployments. +kubeVersion: '>=1.24.0' + keywords: - identity - orchestration