From 6596a58d6bb2fe161740e827d8364d2e3665b48e Mon Sep 17 00:00:00 2001 From: edu-diaz <22097292+edu-diaz@users.noreply.github.com> Date: Fri, 28 Feb 2025 22:07:02 +0000 Subject: [PATCH 1/2] Update Jesse to version 1.7.5 --- Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index b625e5b..56318e3 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -12,8 +12,8 @@ maintainers: email: edudiazasencio@gmail.com url: https://edudiaz.trianalab.net icon: https://jesse.trade/_nuxt/w-01.BBPhGRey.png -version: 0.0.20 -appVersion: "1.7.4" +version: 0.0.21 +appVersion: "1.7.5" dependencies: - name: postgresql version: "16.4.9" From 665905d947f77648be6b6295bc62a187ca53fcb7 Mon Sep 17 00:00:00 2001 From: edu-diaz Date: Sat, 1 Mar 2025 20:27:41 +0100 Subject: [PATCH 2/2] Update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bcc28a4..b469765 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A Helm chart for Jesse trade bot. -![Version: 0.0.19](https://img.shields.io/badge/Version-0.0.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.7.3](https://img.shields.io/badge/AppVersion-1.7.3-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.21](https://img.shields.io/badge/Version-0.0.21-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.7.5](https://img.shields.io/badge/AppVersion-1.7.5-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.19 > values.yaml +helm show values oci://ghcr.io/trianalab/jesse-chart/jesse --version 0.0.21 > 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.19 --namespace jesse-namespace --create-namespace -f values.yaml +helm install jesse oci://ghcr.io/trianalab/jesse-chart/jesse --version 0.0.21 --namespace jesse-namespace --create-namespace -f values.yaml ``` ### Step 4: Verify the deployment