Skip to content

Commit

Permalink
040
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit Zafran committed Aug 13, 2024
1 parent 744d42c commit a9ecf27
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 16 deletions.
2 changes: 1 addition & 1 deletion charts/cache/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ icon: https://github.com/lavanet/helm-charts/blob/main/docs/logo/logo.png?raw=tr
sources:
- https://github.com/lavanet/helm-charts
type: application
version: 0.3.8
version: 0.4.0
appVersion: "v2.2.6"
kubeVersion: ">=1.25.0-0"
home: https://lavanet.xyz
Expand Down
2 changes: 1 addition & 1 deletion charts/cache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Lava helm chart for the cache service

![Version: 0.3.8](https://img.shields.io/badge/Version-0.3.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.2.6](https://img.shields.io/badge/AppVersion-v2.2.6-informational?style=flat-square)
![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.2.6](https://img.shields.io/badge/AppVersion-v2.2.6-informational?style=flat-square)

## Lavanet Cache Helm Chart

Expand Down
2 changes: 1 addition & 1 deletion charts/consumer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ icon: https://github.com/lavanet/helm-charts/blob/main/docs/logo/logo.png?raw=tr
sources:
- https://github.com/lavanet/helm-charts
type: application
version: 0.3.8
version: 0.4.0
appVersion: "v2.2.6"
kubeVersion: ">=1.25.0-0"
home: https://lavanet.xyz
Expand Down
2 changes: 1 addition & 1 deletion charts/consumer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Lava helm chart for the consumer service

![Version: 0.3.8](https://img.shields.io/badge/Version-0.3.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.2.6](https://img.shields.io/badge/AppVersion-v2.2.6-informational?style=flat-square)
![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.2.6](https://img.shields.io/badge/AppVersion-v2.2.6-informational?style=flat-square)

## Lavanet Consumer Helm Chart

Expand Down
2 changes: 1 addition & 1 deletion charts/provider/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ icon: https://github.com/lavanet/helm-charts/blob/main/docs/logo/logo.png?raw=tr
sources:
- https://github.com/lavanet/helm-charts
type: application
version: 0.3.8
version: 0.4.0
appVersion: "v2.2.6"
kubeVersion: ">=1.25.0-0"
home: https://lavanet.xyz
Expand Down
13 changes: 7 additions & 6 deletions charts/provider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Lava helm chart for the provider service

![Version: 0.3.8](https://img.shields.io/badge/Version-0.3.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.2.6](https://img.shields.io/badge/AppVersion-v2.2.6-informational?style=flat-square)
![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.2.6](https://img.shields.io/badge/AppVersion-v2.2.6-informational?style=flat-square)

## Lavanet Provider Helm Chart

Expand Down Expand Up @@ -153,15 +153,16 @@ The final step is to refrence the newly created secrets in the chart's values fi
service:
port: 2200

key:
secretName: "wallet"
secretKey: "key"
passwordSecretName: "wallet"
passwordSecretKey: "password"

chains:
lav1:
existingSecret: "provider-config"
existingSecretKey: "config.yml"
key:
secretName: "wallet"
secretKey: "key"
passwordSecretName: "wallet"
passwordSecretKey: "password"
```
## Installing the Chart
Expand Down
11 changes: 6 additions & 5 deletions charts/provider/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -151,15 +151,16 @@ The final step is to refrence the newly created secrets in the chart's values fi
service:
port: 2200

key:
secretName: "wallet"
secretKey: "key"
passwordSecretName: "wallet"
passwordSecretKey: "password"

chains:
lav1:
existingSecret: "provider-config"
existingSecretKey: "config.yml"
key:
secretName: "wallet"
secretKey: "key"
passwordSecretName: "wallet"
passwordSecretKey: "password"
```

## Installing the Chart
Expand Down

0 comments on commit a9ecf27

Please sign in to comment.