Skip to content

Commit

Permalink
chore: update system readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Feb 1, 2024
1 parent 025bd30 commit 8049417
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
2 changes: 1 addition & 1 deletion charts/system/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ maintainers:
url: https://restorecommerce.io/
name: system
type: application
version: 0.1.18
version: 0.1.19
14 changes: 8 additions & 6 deletions charts/system/README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
# system

![Version: 0.1.18](https://img.shields.io/badge/Version-0.1.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.1.19](https://img.shields.io/badge/Version-0.1.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

A Helm chart for the Restorecommerce system

## WARNING: ArangoDB
## Dependencies

### ArangoDB

This chart depends on having the ArangoDB operator and CRD's installed in the cluster.

Replace the `restorecommerce` namespace with your own.

```shell
helm install arangodb-crd https://github.com/arangodb/kube-arangodb/releases/download/1.2.24/kube-arangodb-crd-1.2.24.tgz
helm install --create-namespace -n restorecommerce arangodb-operator https://github.com/arangodb/kube-arangodb/releases/download/1.2.24/kube-arangodb-1.2.24.tgz
helm install arangodb-crd https://github.com/arangodb/kube-arangodb/releases/download/1.2.24/kube-arangodb-crd-1.2.27.tgz
helm install --create-namespace -n restorecommerce arangodb-operator https://github.com/arangodb/kube-arangodb/releases/download/1.2.24/kube-arangodb-1.2.27.tgz
```

## WARNING: Elastic
### Elastic

This chart depends on having the Elastic operator and CRD's installed in the cluster.

Expand All @@ -24,7 +26,7 @@ Replace the `restorecommerce` namespace with your own.
```shell
helm repo add elastic https://helm.elastic.co
helm repo update
helm install --create-namespace -n restorecommerce elastic-operator elastic/eck-operator
helm install --create-namespace -n restorecommerce elastic-operator elastic/eck-operator --version 2.11.1
```

**Homepage:** <https://github.com/restorecommerce/system>
Expand Down
12 changes: 7 additions & 5 deletions charts/system/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,20 @@

{{ template "chart.description" . }}

## WARNING: ArangoDB
## Dependencies

### ArangoDB

This chart depends on having the ArangoDB operator and CRD's installed in the cluster.

Replace the `restorecommerce` namespace with your own.

```shell
helm install arangodb-crd https://github.com/arangodb/kube-arangodb/releases/download/1.2.24/kube-arangodb-crd-1.2.24.tgz
helm install --create-namespace -n restorecommerce arangodb-operator https://github.com/arangodb/kube-arangodb/releases/download/1.2.24/kube-arangodb-1.2.24.tgz
helm install arangodb-crd https://github.com/arangodb/kube-arangodb/releases/download/1.2.24/kube-arangodb-crd-1.2.27.tgz
helm install --create-namespace -n restorecommerce arangodb-operator https://github.com/arangodb/kube-arangodb/releases/download/1.2.24/kube-arangodb-1.2.27.tgz
```

## WARNING: Elastic
### Elastic

This chart depends on having the Elastic operator and CRD's installed in the cluster.

Expand All @@ -25,7 +27,7 @@ Replace the `restorecommerce` namespace with your own.
```shell
helm repo add elastic https://helm.elastic.co
helm repo update
helm install --create-namespace -n restorecommerce elastic-operator elastic/eck-operator
helm install --create-namespace -n restorecommerce elastic-operator elastic/eck-operator --version 2.11.1
```

{{ template "chart.homepageLine" . }}
Expand Down

0 comments on commit 8049417

Please sign in to comment.