Skip to content

Commit

Permalink
version 1.0.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
amitza committed Oct 6, 2024
1 parent fa36add commit 9411646
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 27 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.5.21
version: 1.0.0
appVersion: "v2.5.0"
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: ](https://img.shields.io/badge/Version--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: 1.0.0](https://img.shields.io/badge/Version-1.0.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)

## 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.5.21
version: 1.0.0
appVersion: "v2.5.0"
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: ](https://img.shields.io/badge/Version--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: 1.0.0](https://img.shields.io/badge/Version-1.0.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)

## 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.5.21
version: 1.0.0
appVersion: "v2.5.0"
kubeVersion: ">=1.25.0-0"
home: https://lavanet.xyz
Expand Down
2 changes: 1 addition & 1 deletion 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: ](https://img.shields.io/badge/Version--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: 1.0.0](https://img.shields.io/badge/Version-1.0.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)

## Lavanet Provider Helm Chart

Expand Down
4 changes: 3 additions & 1 deletion charts/provider/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ endpoints:
- pruning
{{- end }}
addons:
- {{ $node.type }}
{{- range $addon := $node.addons | required (printf "required list addons is missing for chain %s" $chain.id) }}
- {{ $addon | lower }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}
Expand Down
46 changes: 26 additions & 20 deletions charts/provider/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,33 +248,39 @@ 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
# - id: lav1
# name: my-lav1
# persistence:
# enabled: true
# accessModes:
# - "ReadWriteOnce"
# size: "100Mi"
# interfaces:
# - interface: rest
# disableTLS: true
# nodes:
# - endpoint: rest.example.com
# # addons:
# # - full
# - endpoint: rest.archive.example.com
# addons:
# - archive
# skipVerifications: pruning
# - interface: tendermintrpc
# nodes:
# - endpoint: tendermintrpc.example.com
# type: full
# addons:
# - full
# - endpoint: tendermintrpc.archive.example.com
# type: archive
# addons:
# - archive
# skipVerifications: pruning
# - interface: grpc
# nodes:
# - endpoint: grpc.example.com
# type: full
# addons:
# - full
# - endpoint: grpc.archive.example.com
# type: archive
# addons:
# - archive
# skipVerifications: pruning

0 comments on commit 9411646

Please sign in to comment.