Skip to content

Commit

Permalink
Merge pull request #7 from TrianaLab/update-chart
Browse files Browse the repository at this point in the history
Update chart version
  • Loading branch information
edu-diaz authored Jan 2, 2025
2 parents e5a2267 + 7e06a40 commit 498191b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ maintainers:
email: [email protected]
url: https://edudiaz.trianalab.net
icon: https://jesse.trade/_nuxt/w-01.BBPhGRey.png
version: 0.0.6
version: 0.0.7
appVersion: "1.4.2"
dependencies:
- name: postgresql
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A Helm chart for Jesse trade bot.

![Version: 0.0.6](https://img.shields.io/badge/Version-0.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.2](https://img.shields.io/badge/AppVersion-1.4.2-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.7](https://img.shields.io/badge/Version-0.0.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.2](https://img.shields.io/badge/AppVersion-1.4.2-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)
Expand Down Expand Up @@ -49,14 +49,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.6 > values.yaml
helm show values oci://ghcr.io/trianalab/jesse-chart/jesse --version 0.0.7 > 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.6 --namespace jesse-namespace --create-namespace -f values.yaml
helm install jesse oci://ghcr.io/trianalab/jesse-chart/jesse --version 0.0.7 --namespace jesse-namespace --create-namespace -f values.yaml
```

### Step 4: Verify the deployment
Expand Down

0 comments on commit 498191b

Please sign in to comment.