-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from startechnica/mayastor
Bump mayastor appVersion to 1.0.3
- Loading branch information
Showing
4 changed files
with
35 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
.hg/ | ||
.hgignore | ||
.svn/ | ||
.vscode/ | ||
/.vscode | ||
# Common backup files | ||
*.swp | ||
*.bak | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
annotations: | ||
category: Storage | ||
apiVersion: v2 | ||
appVersion: 1.0.2 | ||
appVersion: 1.0.3 | ||
dependencies: | ||
- name: common | ||
repository: https://charts.bitnami.com/bitnami | ||
|
@@ -17,20 +17,21 @@ dependencies: | |
- name: jaeger-operator | ||
condition: jaeger.enabled | ||
repository: https://jaegertracing.github.io/helm-charts | ||
version: 2.32.2 | ||
version: 2.36.0 | ||
- name: loki-stack | ||
condition: lokiStack.enabled | ||
version: 2.6.5 | ||
version: 2.8.4 | ||
repository: https://grafana.github.io/helm-charts | ||
description: Mayastor is a cloud-native declarative data plane written in Rust. | ||
Our goal is to abstract storage resources and their differences through the data | ||
plane such that users only need to supply the what and do not have to worry about | ||
the how so that individual teams stay in control. | ||
home: https://github.com/startechnica/apps/tree/main/charts/mayastor | ||
icon: https://openebs.io/images/seo/openebs.png | ||
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png | ||
keywords: | ||
- mayastor | ||
- openebs | ||
kubeVersion: ">=1.20.0-0" | ||
maintainers: | ||
- name: firmansyahn | ||
email: [email protected] | ||
|
@@ -43,4 +44,4 @@ sources: | |
- https://openebs.io/docs/concepts/mayastor | ||
- https://mayastor.gitbook.io | ||
type: application | ||
version: 0.1.0 | ||
version: 0.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters