Skip to content

Commit

Permalink
chore: release system chart
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Jan 31, 2024
1 parent 7f6c8eb commit 025bd30
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 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.17
version: 0.1.18
18 changes: 8 additions & 10 deletions charts/system/README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
# system

![Version: 0.1.17](https://img.shields.io/badge/Version-0.1.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![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)

A Helm chart for the Restorecommerce system

## Dependencies

### ArangoDB
## WARNING: 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.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
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
```

### Elastic
## WARNING: Elastic

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

Expand All @@ -26,7 +24,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 --version 2.11.1
helm install --create-namespace -n restorecommerce elastic-operator elastic/eck-operator
```

**Homepage:** <https://github.com/restorecommerce/system>
Expand All @@ -42,8 +40,8 @@ helm install --create-namespace -n restorecommerce elastic-operator elastic/eck-
| Repository | Name | Version |
|------------|------|---------|
| | cloudserver | 1.0.4 |
| https://charts.bitnami.com/bitnami | kafka | 21.4.0 |
| https://charts.bitnami.com/bitnami | redis | 17.8.4 |
| https://charts.bitnami.com/bitnami | kafka | 26.8.3 |
| https://charts.bitnami.com/bitnami | redis | 18.9.1 |
| https://restorecommerce.github.io/charts/ | access-control-srv | 0.1.15 |
| https://restorecommerce.github.io/charts/ | catalog-srv | 0.1.11 |
| https://restorecommerce.github.io/charts/ | facade-srv | 0.1.16 |
Expand Down

0 comments on commit 025bd30

Please sign in to comment.