Skip to content

Commit

Permalink
chore(bors): merge pull request #632
Browse files Browse the repository at this point in the history
632: Bump future helm chart version on the 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: openebs-pro-sa <[email protected]>
  • Loading branch information
mayastor-bors and openebs-pro-sa committed Feb 18, 2025
2 parents c8013ca + ed77b18 commit f5d5103
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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: 2.7.4
version: 2.7.5

# 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: "2.7.4"
appVersion: "2.7.5"

dependencies:
- name: crds
version: 2.7.4
version: 2.7.5
condition: crds.enabled
- name: etcd
repository: https://charts.bitnami.com/bitnami
Expand Down
4 changes: 2 additions & 2 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: 2.7.4](https://img.shields.io/badge/Version-2.7.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.7.4](https://img.shields.io/badge/AppVersion-2.7.4-informational?style=flat-square)
![Version: 2.7.5](https://img.shields.io/badge/Version-2.7.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.7.5](https://img.shields.io/badge/AppVersion-2.7.5-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 | 2.7.4 |
| | crds | 2.7.5 |
| 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
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: 2.7.4
version: 2.7.5
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: 2.7.4
version: 2.7.5
values: "-- generate from values file --"
valuesExample: "-- generate from values file --"
prerequisites:
Expand Down

0 comments on commit f5d5103

Please sign in to comment.