Skip to content

Commit

Permalink
linstor-cluster: sync with linbit-sds chart
Browse files Browse the repository at this point in the history
* Make schema of resources less strict: users can now specify everything
  that can be set in Linstor* resources.
* Provide LinstorNodeConnection overrides.
* Provide Prometheus resources.

Signed-off-by: Moritz Wanzenböck <[email protected]>
  • Loading branch information
WanzenBug committed Feb 29, 2024
1 parent f8a6ac0 commit dda8b65
Show file tree
Hide file tree
Showing 18 changed files with 2,880 additions and 319 deletions.
12 changes: 6 additions & 6 deletions charts/linstor-cluster/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
apiVersion: v2
name: linstor-cluster
description: |
Deploy the Linstor Cluster via Piraeus operator
Deploy the Linstor Cluster via Piraeus Operator
type: application
icon: https://raw.githubusercontent.com/piraeusdatastore/piraeus/master/artwork/sandbox-artwork/icon/color.svg
kubeVersion: ">= 1.20.0"
maintainers:
- name: The Piraeus Maintainers
url: https://github.com/piraeusdatastore
home: https://github.com/piraeusdatastore/helm-charts
icon: https://raw.githubusercontent.com/piraeusdatastore/piraeus/master/artwork/sandbox-artwork/icon/color.svg
keywords:
- storage
home: https://github.com/piraeusdatastore/helm-charts
sources:
- https://github.com/piraeusdatastore/linstor-cluster

version: 0.0.1
appVersion: "v2.2.0"
version: 1.0.0
appVersion: "v2.3.0"
8 changes: 7 additions & 1 deletion charts/linstor-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@ Deploy the LinstorCluster and LinstorSattelitConfig via helm chart

## Usage

First, ensure you have piraeus-operator installed
First, ensure you have Piraeus Operator installed

Then install this chart:

```
helm repo add piraeus-charts https://piraeus.io/helm-charts/
helm install linstor-cluster piraeus-charts/linstor-cluster
```

Check out the available options:

```
helm show values piraeus-charts/linstor-cluster
```
Loading

0 comments on commit dda8b65

Please sign in to comment.