Skip to content

Commit

Permalink
chore(bors): merge pull request #518
Browse files Browse the repository at this point in the history
518: Prepare release branch r=openebs-ci a=openebs-ci

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Co-authored-by: pchandra19 <[email protected]>
  • Loading branch information
mayastor-bors and pchandra19 committed Jun 18, 2024
2 parents 605c10e + 75dac39 commit 1d56345
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "dependencies/control-plane"]
path = dependencies/control-plane
url = ../mayastor-control-plane.git
branch = develop
branch = release/2.7
6 changes: 3 additions & 3 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 |
Expand Down Expand Up @@ -152,7 +152,7 @@ This removes all the Kubernetes components associated with the chart and deletes
| image.&ZeroWidthSpace;pullSecrets | docker-secrets required to pull images if the container registry from image.registry is protected | `[]` |
| image.&ZeroWidthSpace;registry | Image registry to pull our product images | `"docker.io"` |
| image.&ZeroWidthSpace;repo | Image registry's namespace | `"openebs"` |
| image.&ZeroWidthSpace;tag | Release tag for our images | `"develop"` |
| image.&ZeroWidthSpace;tag | Release tag for our images | `"release-2.7"` |
| io_engine.&ZeroWidthSpace;coreList | If not empty, overrides the cpuCount and explicitly sets the list of cores. Example: --set='io_engine.coreList={30,31}' | `[]` |
| io_engine.&ZeroWidthSpace;cpuCount | The number of cores that each io-engine instance will bind to. | `"2"` |
| io_engine.&ZeroWidthSpace;envcontext | Pass additional arguments to the Environment Abstraction Layer. Example: --set {product}.envcontext=iova-mode=pa | `""` |
Expand Down
2 changes: 1 addition & 1 deletion chart/charts/crds/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion chart/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d56345

Please sign in to comment.