From 8049417f69343ec72a7b201ec349c8d49573b40d Mon Sep 17 00:00:00 2001 From: Vilsol Date: Thu, 1 Feb 2024 17:59:29 +0200 Subject: [PATCH] chore: update system readme --- charts/system/Chart.yaml | 2 +- charts/system/README.md | 14 ++++++++------ charts/system/README.md.gotmpl | 12 +++++++----- 3 files changed, 16 insertions(+), 12 deletions(-) diff --git a/charts/system/Chart.yaml b/charts/system/Chart.yaml index 5bd2624..1e41ad0 100644 --- a/charts/system/Chart.yaml +++ b/charts/system/Chart.yaml @@ -59,4 +59,4 @@ maintainers: url: https://restorecommerce.io/ name: system type: application -version: 0.1.18 +version: 0.1.19 diff --git a/charts/system/README.md b/charts/system/README.md index bcebdfe..c87c7e6 100644 --- a/charts/system/README.md +++ b/charts/system/README.md @@ -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. @@ -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:** diff --git a/charts/system/README.md.gotmpl b/charts/system/README.md.gotmpl index a8f80da..08d59b1 100644 --- a/charts/system/README.md.gotmpl +++ b/charts/system/README.md.gotmpl @@ -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. @@ -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" . }}