From 75dac3923d42098fa60ccbb653f18bde78efa085 Mon Sep 17 00:00:00 2001 From: pchandra19 Date: Tue, 18 Jun 2024 17:01:09 +0000 Subject: [PATCH] chore(ci): update helm chart versions and/or git submodules Signed-off-by: GitHub --- .gitmodules | 2 +- chart/Chart.yaml | 6 +++--- chart/README.md | 6 +++--- chart/charts/crds/Chart.yaml | 2 +- chart/doc.yaml | 2 +- chart/values.yaml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitmodules b/.gitmodules index 30e6acceb..4e9fd9e32 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "dependencies/control-plane"] path = dependencies/control-plane url = ../mayastor-control-plane.git - branch = develop + branch = release/2.7 diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 4f7f90e6f..b96c7f4a0 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -16,17 +16,17 @@ type: application # 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.0.0 +version: 2.7.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.0.0" +appVersion: "2.7.0" dependencies: - name: crds - version: 0.0.0 + version: 2.7.0 condition: crds.enabled - name: etcd repository: https://charts.bitnami.com/bitnami diff --git a/chart/README.md b/chart/README.md index 6edef7729..8a361f639 100644 --- a/chart/README.md +++ b/chart/README.md @@ -2,7 +2,7 @@ Mayastor Helm chart for Kubernetes -![Version: 0.0.0](https://img.shields.io/badge/Version-0.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.0](https://img.shields.io/badge/AppVersion-0.0.0-informational?style=flat-square) +![Version: 2.7.0](https://img.shields.io/badge/Version-2.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.7.0](https://img.shields.io/badge/AppVersion-2.7.0-informational?style=flat-square) ## Installation Guide @@ -54,7 +54,7 @@ This removes all the Kubernetes components associated with the chart and deletes | Repository | Name | Version | |------------|------|---------| -| | crds | 0.0.0 | +| | crds | 2.7.0 | | https://charts.bitnami.com/bitnami | etcd | 8.6.0 | | https://grafana.github.io/helm-charts | loki-stack | 2.9.11 | | https://jaegertracing.github.io/helm-charts | jaeger-operator | 2.50.1 | @@ -152,7 +152,7 @@ This removes all the Kubernetes components associated with the chart and deletes | image.​pullSecrets | docker-secrets required to pull images if the container registry from image.registry is protected | `[]` | | image.​registry | Image registry to pull our product images | `"docker.io"` | | image.​repo | Image registry's namespace | `"openebs"` | -| image.​tag | Release tag for our images | `"develop"` | +| image.​tag | Release tag for our images | `"release-2.7"` | | io_engine.​coreList | If not empty, overrides the cpuCount and explicitly sets the list of cores. Example: --set='io_engine.coreList={30,31}' | `[]` | | io_engine.​cpuCount | The number of cores that each io-engine instance will bind to. | `"2"` | | io_engine.​envcontext | Pass additional arguments to the Environment Abstraction Layer. Example: --set {product}.envcontext=iova-mode=pa | `""` | diff --git a/chart/charts/crds/Chart.yaml b/chart/charts/crds/Chart.yaml index d057c1cae..831fed936 100644 --- a/chart/charts/crds/Chart.yaml +++ b/chart/charts/crds/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: crds -version: 0.0.0 +version: 2.7.0 description: | A Helm chart that collects CustomResourceDefinitions (CRDs) from Mayastor. diff --git a/chart/doc.yaml b/chart/doc.yaml index 81f732a0c..7c8778121 100644 --- a/chart/doc.yaml +++ b/chart/doc.yaml @@ -8,7 +8,7 @@ repository: name: mayastor chart: name: mayastor - version: 0.0.0 + version: 2.7.0 values: "-- generate from values file --" valuesExample: "-- generate from values file --" prerequisites: diff --git a/chart/values.yaml b/chart/values.yaml index 438aeef92..396a4061f 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -12,7 +12,7 @@ image: # -- Image registry's namespace repo: openebs # -- Release tag for our images - tag: develop + tag: release-2.7 repoTags: # Note: Below image tag configuration is optional and typically should never be # used. Setting specific image tags for the different repositories proves useful