From d92b8d13b53b0c5e240b48ea52f9f70240b5e81c Mon Sep 17 00:00:00 2001 From: amitza <9674751+amitza@users.noreply.github.com> Date: Mon, 26 Aug 2024 22:02:01 +0300 Subject: [PATCH] 051 --- charts/cache/Chart.yaml | 2 +- charts/cache/README.md | 2 +- charts/consumer/Chart.yaml | 2 +- charts/consumer/README.md | 2 +- charts/provider/Chart.yaml | 2 +- charts/provider/README.md | 2 +- charts/provider/values.yaml | 88 +++++++++++-------------------------- 7 files changed, 31 insertions(+), 69 deletions(-) diff --git a/charts/cache/Chart.yaml b/charts/cache/Chart.yaml index f11eba8..214b3d4 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.5.0 +version: 0.5.1 appVersion: "v2.5.0" kubeVersion: ">=1.25.0-0" home: https://lavanet.xyz diff --git a/charts/cache/README.md b/charts/cache/README.md index 4bd3317..7b851a8 100644 --- a/charts/cache/README.md +++ b/charts/cache/README.md @@ -2,7 +2,7 @@ Lava helm chart for the cache service -![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.5.0](https://img.shields.io/badge/AppVersion-v2.5.0-informational?style=flat-square) +![Version: 0.5.1](https://img.shields.io/badge/Version-0.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.5.0](https://img.shields.io/badge/AppVersion-v2.5.0-informational?style=flat-square) ## Lavanet Cache Helm Chart diff --git a/charts/consumer/Chart.yaml b/charts/consumer/Chart.yaml index 0a32921..f275841 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.5.0 +version: 0.5.1 appVersion: "v2.5.0" kubeVersion: ">=1.25.0-0" home: https://lavanet.xyz diff --git a/charts/consumer/README.md b/charts/consumer/README.md index 0f2c67f..412ff07 100644 --- a/charts/consumer/README.md +++ b/charts/consumer/README.md @@ -2,7 +2,7 @@ Lava helm chart for the consumer service -![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.5.0](https://img.shields.io/badge/AppVersion-v2.5.0-informational?style=flat-square) +![Version: 0.5.1](https://img.shields.io/badge/Version-0.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.5.0](https://img.shields.io/badge/AppVersion-v2.5.0-informational?style=flat-square) ## Lavanet Consumer Helm Chart diff --git a/charts/provider/Chart.yaml b/charts/provider/Chart.yaml index 30e3d1b..fa1115c 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.5.0 +version: 0.5.1 appVersion: "v2.5.0" kubeVersion: ">=1.25.0-0" home: https://lavanet.xyz diff --git a/charts/provider/README.md b/charts/provider/README.md index 578e3bf..64f7077 100644 --- a/charts/provider/README.md +++ b/charts/provider/README.md @@ -2,7 +2,7 @@ Lava helm chart for the provider service -![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.5.0](https://img.shields.io/badge/AppVersion-v2.5.0-informational?style=flat-square) +![Version: 0.5.1](https://img.shields.io/badge/Version-0.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.5.0](https://img.shields.io/badge/AppVersion-v2.5.0-informational?style=flat-square) ## Lavanet Provider Helm Chart diff --git a/charts/provider/values.yaml b/charts/provider/values.yaml index c58a0db..c6b2d0f 100644 --- a/charts/provider/values.yaml +++ b/charts/provider/values.yaml @@ -241,71 +241,33 @@ additionalArgs: [] # @ignored chains: - - id: lav1 - name: my-lav1 - persistence: - enabled: true - accessModes: - - "ReadWriteOnce" - size: "100Mi" - interfaces: - - interface: rest - disableTLS: true - nodes: - - endpoint: rest.example.com - type: full - - endpoint: rest.archive.example.com - type: archive - skipVerifications: pruning - - interface: tendermintrpc - nodes: - - endpoint: tendermintrpc.example.com - type: full - - endpoint: tendermintrpc.archive.example.com - type: archive - skipVerifications: pruning - - interface: grpc - nodes: - - endpoint: grpc.example.com - type: full - - endpoint: grpc.archive.example.com - type: archive - skipVerifications: pruning - - # lav1: - # # -- Existing configuration secret name - # # existingConfigSecret: "provider-config" - # # -- Existing configuration secret key - # # existingConfigSecretKey: "config.yml" - + # - id: lav1 + # name: my-lav1 # persistence: - # # -- Should create pvc for the provider data # enabled: true # accessModes: # - "ReadWriteOnce" # size: "100Mi" - - # # -- list of interface to provide, only if existingConfigSecret is empty - # # interfaces: - # # - interface: rest - # # disableTLS: true - # # nodes: - # # - endpoint: rest.example.com - # # type: full - # # - endpoint: rest.archive.example.com - # # type: archive - # # skipVerifications: pruning - # # - interface: tendermintrpc - # # nodes: - # # - endpoint: tendermintrpc.example.com - # # type: full - # # - endpoint: tendermintrpc.archive.example.com - # # type: archive - # # skipVerifications: pruning - # # - interface: grpc - # # nodes: - # # - endpoint: grpc.example.com - # # type: full - # # - endpoint: grpc.archive.example.com - # # type: archive - # # skipVerifications: pruning + # interfaces: + # - interface: rest + # disableTLS: true + # nodes: + # - endpoint: rest.example.com + # type: full + # - endpoint: rest.archive.example.com + # type: archive + # skipVerifications: pruning + # - interface: tendermintrpc + # nodes: + # - endpoint: tendermintrpc.example.com + # type: full + # - endpoint: tendermintrpc.archive.example.com + # type: archive + # skipVerifications: pruning + # - interface: grpc + # nodes: + # - endpoint: grpc.example.com + # type: full + # - endpoint: grpc.archive.example.com + # type: archive + # skipVerifications: pruning