From 0a9b8c3f0812e797efd8f4d46544b52d46648815 Mon Sep 17 00:00:00 2001 From: juri Date: Wed, 29 Jan 2025 12:43:25 +0000 Subject: [PATCH] add hpa Utilization --- charts/app/Chart.yaml | 2 +- charts/argo-applications/Chart.yaml | 2 +- charts/argo-workflows/Chart.yaml | 2 +- charts/base/Chart.yaml | 2 +- charts/base/templates/_horizontalPodAutoscaler.tpl | 2 +- charts/cronjob/Chart.yaml | 2 +- charts/default-base/Chart.yaml | 2 +- charts/ingress/Chart.yaml | 2 +- charts/job/Chart.yaml | 2 +- charts/prometheus-rules/Chart.yaml | 2 +- charts/rbac/Chart.yaml | 2 +- charts/service/Chart.yaml | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/charts/app/Chart.yaml b/charts/app/Chart.yaml index 7f87b63..5e14593 100644 --- a/charts/app/Chart.yaml +++ b/charts/app/Chart.yaml @@ -3,7 +3,7 @@ name: app description: A Helm chart for Kubernetes Deployment type: application -version: 0.15.4 +version: 0.15.5 keywords: - deployment diff --git a/charts/argo-applications/Chart.yaml b/charts/argo-applications/Chart.yaml index 6bada51..2efd79d 100644 --- a/charts/argo-applications/Chart.yaml +++ b/charts/argo-applications/Chart.yaml @@ -3,7 +3,7 @@ name: argo-applications description: A Helm chart for Kubernetes argo applications type: application -version: 0.15.4 +version: 0.15.5 keywords: - argocd diff --git a/charts/argo-workflows/Chart.yaml b/charts/argo-workflows/Chart.yaml index d39c65b..552f304 100644 --- a/charts/argo-workflows/Chart.yaml +++ b/charts/argo-workflows/Chart.yaml @@ -3,7 +3,7 @@ name: argo-workflows description: A Helm chart for Kubernetes argocd workflows type: application -version: 0.15.4 +version: 0.15.5 keywords: - argocd diff --git a/charts/base/Chart.yaml b/charts/base/Chart.yaml index bdebba3..b30f65a 100644 --- a/charts/base/Chart.yaml +++ b/charts/base/Chart.yaml @@ -3,7 +3,7 @@ name: base description: A Helm chart for Kubernetes with helm named templates type: library -version: 0.15.4 +version: 0.15.5 keywords: - deployment diff --git a/charts/base/templates/_horizontalPodAutoscaler.tpl b/charts/base/templates/_horizontalPodAutoscaler.tpl index dfcfdf1..5da0158 100644 --- a/charts/base/templates/_horizontalPodAutoscaler.tpl +++ b/charts/base/templates/_horizontalPodAutoscaler.tpl @@ -41,7 +41,7 @@ spec: resource: name: cpu target: - {{- if hasKey . "AverageValue" }} + {{- if hasKey . "averageValue" }} type: {{ .type | default "AverageValue" | quote }} averageValue: {{ .averageValue }} {{- else }} diff --git a/charts/cronjob/Chart.yaml b/charts/cronjob/Chart.yaml index 29ae1bb..78a38c4 100644 --- a/charts/cronjob/Chart.yaml +++ b/charts/cronjob/Chart.yaml @@ -3,7 +3,7 @@ name: cronjob description: A Helm chart for Kubernetes cronjob type: application -version: 0.15.4 +version: 0.15.5 keywords: - cronjob diff --git a/charts/default-base/Chart.yaml b/charts/default-base/Chart.yaml index 391a51d..c070051 100644 --- a/charts/default-base/Chart.yaml +++ b/charts/default-base/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: default-base description: A Helm chart for Kubernetes - default-base for namespaces -version: 0.15.4 +version: 0.15.5 keywords: - BackendConfig diff --git a/charts/ingress/Chart.yaml b/charts/ingress/Chart.yaml index 5979b98..72e1c5e 100644 --- a/charts/ingress/Chart.yaml +++ b/charts/ingress/Chart.yaml @@ -3,7 +3,7 @@ name: ingress description: A Helm chart for Kubernetes ingress type: application -version: 0.15.4 +version: 0.15.5 keywords: - ingress diff --git a/charts/job/Chart.yaml b/charts/job/Chart.yaml index 05e30e0..fc6a8d7 100644 --- a/charts/job/Chart.yaml +++ b/charts/job/Chart.yaml @@ -3,7 +3,7 @@ name: job description: A Helm chart for Kubernetes job type: application -version: 0.15.4 +version: 0.15.5 keywords: - job diff --git a/charts/prometheus-rules/Chart.yaml b/charts/prometheus-rules/Chart.yaml index 3c34247..59d6172 100644 --- a/charts/prometheus-rules/Chart.yaml +++ b/charts/prometheus-rules/Chart.yaml @@ -3,7 +3,7 @@ name: prometheus-rules description: A Helm chart for Prometheus Rules type: application -version: 0.15.4 +version: 0.15.5 keywords: - job diff --git a/charts/rbac/Chart.yaml b/charts/rbac/Chart.yaml index 10f25cb..6692f75 100644 --- a/charts/rbac/Chart.yaml +++ b/charts/rbac/Chart.yaml @@ -3,7 +3,7 @@ name: rbac description: A Helm chart for Kubernetes rbac type: application -version: 0.15.4 +version: 0.15.5 keywords: - rbac diff --git a/charts/service/Chart.yaml b/charts/service/Chart.yaml index 949fa86..4dc5acd 100644 --- a/charts/service/Chart.yaml +++ b/charts/service/Chart.yaml @@ -3,7 +3,7 @@ name: service description: A Helm chart for Kubernetes service type: application -version: 0.15.4 +version: 0.15.5 keywords: - service