diff --git a/charts/cache/Chart.yaml b/charts/cache/Chart.yaml index 1f46136..c142654 100644 --- a/charts/cache/Chart.yaml +++ b/charts/cache/Chart.yaml @@ -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 diff --git a/charts/cache/README.md b/charts/cache/README.md index 53a4c8d..c50df69 100644 --- a/charts/cache/README.md +++ b/charts/cache/README.md @@ -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 diff --git a/charts/consumer/Chart.yaml b/charts/consumer/Chart.yaml index 4e24fd1..f7c63ae 100644 --- a/charts/consumer/Chart.yaml +++ b/charts/consumer/Chart.yaml @@ -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 diff --git a/charts/consumer/README.md b/charts/consumer/README.md index cc5976d..c9d7955 100644 --- a/charts/consumer/README.md +++ b/charts/consumer/README.md @@ -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 diff --git a/charts/provider/Chart.yaml b/charts/provider/Chart.yaml index e1c5185..fcd4c94 100644 --- a/charts/provider/Chart.yaml +++ b/charts/provider/Chart.yaml @@ -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 diff --git a/charts/provider/README.md b/charts/provider/README.md index 8c4b796..8e490e0 100644 --- a/charts/provider/README.md +++ b/charts/provider/README.md @@ -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 @@ -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 diff --git a/charts/provider/README.md.gotmpl b/charts/provider/README.md.gotmpl index a5ae2f3..7614763 100644 --- a/charts/provider/README.md.gotmpl +++ b/charts/provider/README.md.gotmpl @@ -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