From 5120087ede8132ff397d044dc1e5c36c3837b218 Mon Sep 17 00:00:00 2001 From: amitza <9674751+amitza@users.noreply.github.com> Date: Sun, 1 Sep 2024 01:05:11 +0300 Subject: [PATCH] 058 --- charts/cache/Chart.yaml | 2 +- charts/cache/README.md | 2 +- charts/cache/templates/hpa.yaml | 10 ++++++---- charts/consumer/Chart.yaml | 2 +- charts/consumer/README.md | 2 +- charts/consumer/templates/hpa.yaml | 10 ++++++---- charts/provider/Chart.yaml | 2 +- charts/provider/README.md | 2 +- 8 files changed, 18 insertions(+), 14 deletions(-) diff --git a/charts/cache/Chart.yaml b/charts/cache/Chart.yaml index aa4701d..0cc47db 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.7 +version: 0.5.8 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 f76521d..252c75b 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.7](https://img.shields.io/badge/Version-0.5.7-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.8](https://img.shields.io/badge/Version-0.5.8-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/cache/templates/hpa.yaml b/charts/cache/templates/hpa.yaml index 48f026e..f5d0751 100644 --- a/charts/cache/templates/hpa.yaml +++ b/charts/cache/templates/hpa.yaml @@ -20,15 +20,17 @@ spec: - type: Resource resource: name: cpu - type: Utilization - averageUtilization: {{ .Values.autoscaling.targetCPUUtilizationPercentage }} + target: + type: Utilization + averageUtilization: {{ .Values.autoscaling.targetCPUUtilizationPercentage }} {{- end }} {{- if .Values.autoscaling.targetMemoryUtilizationPercentage }} - type: Resource resource: name: memory - type: Utilization - averageUtilization: {{ .Values.autoscaling.targetMemoryUtilizationPercentage }} + target: + type: Utilization + averageUtilization: {{ .Values.autoscaling.targetMemoryUtilizationPercentage }} {{- end }} {{- end }} {{- with .Values.autoscaling.behavior }} diff --git a/charts/consumer/Chart.yaml b/charts/consumer/Chart.yaml index c4f68b4..4363867 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.7 +version: 0.5.8 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 761bafd..cebb446 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.7](https://img.shields.io/badge/Version-0.5.7-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.8](https://img.shields.io/badge/Version-0.5.8-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/consumer/templates/hpa.yaml b/charts/consumer/templates/hpa.yaml index e27090a..169c931 100644 --- a/charts/consumer/templates/hpa.yaml +++ b/charts/consumer/templates/hpa.yaml @@ -22,15 +22,17 @@ spec: - type: Resource resource: name: cpu - type: Utilization - averageUtilization: {{ $.Values.autoscaling.targetCPUUtilizationPercentage }} + target: + type: Utilization + averageUtilization: {{ $.Values.autoscaling.targetCPUUtilizationPercentage }} {{- end }} {{- if $.Values.autoscaling.targetMemoryUtilizationPercentage }} - type: Resource resource: name: memory - type: Utilization - averageUtilization: {{ $.Values.autoscaling.targetMemoryUtilizationPercentage }} + target: + type: Utilization + averageUtilization: {{ $.Values.autoscaling.targetMemoryUtilizationPercentage }} {{- end }} {{- end }} {{- with $.Values.autoscaling.behavior }} diff --git a/charts/provider/Chart.yaml b/charts/provider/Chart.yaml index e8ad6a7..7877413 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.7 +version: 0.5.8 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 32a086e..a2896a7 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.7](https://img.shields.io/badge/Version-0.5.7-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.8](https://img.shields.io/badge/Version-0.5.8-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