diff --git a/charts/cache/Chart.yaml b/charts/cache/Chart.yaml index 2641de1..398ffaa 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.19 +version: 0.5.20 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 1712ffb..3278be1 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.19](https://img.shields.io/badge/Version-0.5.19-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.20](https://img.shields.io/badge/Version-0.5.20-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 98b38e5..2dde857 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.19 +version: 0.5.20 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 52e67f5..8eda7a3 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.19](https://img.shields.io/badge/Version-0.5.19-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.20](https://img.shields.io/badge/Version-0.5.20-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 6581af1..e96f9ad 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.19 +version: 0.5.20 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 733a14b..9423c9f 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.19](https://img.shields.io/badge/Version-0.5.19-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.20](https://img.shields.io/badge/Version-0.5.20-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/templates/deployment.yaml b/charts/provider/templates/deployment.yaml index 6cc317a..77f88f8 100644 --- a/charts/provider/templates/deployment.yaml +++ b/charts/provider/templates/deployment.yaml @@ -20,7 +20,7 @@ spec: selector: matchLabels: {{- include "provider.selectorLabels" $ | nindent 6 }} - app.lavanet.io/chain: {{ $chain.id | lower }} + app.lavanet.io/chain: {{ $chain.name | lower }} template: metadata: annotations: @@ -32,7 +32,7 @@ spec: {{- end }} labels: {{- include "provider.selectorLabels" $ | nindent 8 }} - app.lavanet.io/chain: {{ $chain.id | lower }} + app.lavanet.io/chain: {{ $chain.name | lower }} spec: {{- with $.Values.imagePullSecrets }} imagePullSecrets: