diff --git a/README.md b/README.md index 665e170..09b049e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A Helm chart for Jesse trade bot. -![Version: 0.0.23](https://img.shields.io/badge/Version-0.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.0](https://img.shields.io/badge/AppVersion-1.8.0-informational?style=flat-square) [![DOI](https://zenodo.org/badge/909500081.svg)](https://doi.org/10.5281/zenodo.14587093) [![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/jesse-chart)](https://artifacthub.io/packages/helm/jesse-chart/jesse) +![Version: 0.0.36](https://img.shields.io/badge/Version-0.0.36-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.9.8](https://img.shields.io/badge/AppVersion-1.9.8-informational?style=flat-square) [![DOI](https://zenodo.org/badge/909500081.svg)](https://doi.org/10.5281/zenodo.14587093) [![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/jesse-chart)](https://artifacthub.io/packages/helm/jesse-chart/jesse) # Index - [Usage](#usage) @@ -50,14 +50,14 @@ kind create cluster --name jesse-cluster Pull the values file: ```bash -helm show values oci://ghcr.io/trianalab/jesse-chart/jesse --version 0.0.23 > values.yaml +helm show values oci://ghcr.io/trianalab/jesse-chart/jesse --version 0.0.36 > values.yaml ``` Add the `LICENSE_API_TOKEN` within the `config` field in the `values.yaml` file according to Jesse's [documentation](https://docs.jesse.trade/docs/configuration#environment-variables). ### Step 3: Install the Helm chart ```bash -helm install jesse oci://ghcr.io/trianalab/jesse-chart/jesse --version 0.0.23 --namespace jesse-namespace --create-namespace -f values.yaml +helm install jesse oci://ghcr.io/trianalab/jesse-chart/jesse --version 0.0.36 --namespace jesse-namespace --create-namespace -f values.yaml ``` ### Step 4: Verify the deployment