From a7e9d4e43e77e7cf2dde8c657a923cf1b0b8b9a2 Mon Sep 17 00:00:00 2001 From: edu-diaz <22097292+edu-diaz@users.noreply.github.com> Date: Mon, 12 May 2025 07:09:13 +0000 Subject: [PATCH 1/2] Update Jesse to version 1.8.0 --- Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 7da5cce..66720a6 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.22 -appVersion: "1.7.6" +version: 0.0.23 +appVersion: "1.8.0" dependencies: - name: postgresql version: "16.4.9" From 99602cac0de4a1157c47c743a0684fbab55dee98 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 12 May 2025 07:43:11 +0000 Subject: [PATCH 2/2] update Helm documentation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b469765..665e170 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A Helm chart for Jesse trade bot. -![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) +![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) # 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.21 > values.yaml +helm show values oci://ghcr.io/trianalab/jesse-chart/jesse --version 0.0.23 > 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.21 --namespace jesse-namespace --create-namespace -f values.yaml +helm install jesse oci://ghcr.io/trianalab/jesse-chart/jesse --version 0.0.23 --namespace jesse-namespace --create-namespace -f values.yaml ``` ### Step 4: Verify the deployment