From 284b29a7b7b6d8b1799ca5e23e03bac3042a413e Mon Sep 17 00:00:00 2001 From: juri Date: Wed, 31 Jan 2024 15:43:31 +0000 Subject: [PATCH] make v2 default for autoscaling --- charts/app/Chart.yaml | 2 +- charts/argo-applications/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 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/charts/app/Chart.yaml b/charts/app/Chart.yaml index b96b489..120a47c 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.12.1 +version: 0.13.0 keywords: - deployment diff --git a/charts/argo-applications/Chart.yaml b/charts/argo-applications/Chart.yaml index 9362f49..5b03484 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.12.0 +version: 0.13.0 keywords: - argocd diff --git a/charts/base/Chart.yaml b/charts/base/Chart.yaml index a89f4f6..f5bf6a6 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.12.1 +version: 0.13.0 keywords: - deployment diff --git a/charts/base/templates/_horizontalPodAutoscaler.tpl b/charts/base/templates/_horizontalPodAutoscaler.tpl index 9ec8f5a..06eae96 100644 --- a/charts/base/templates/_horizontalPodAutoscaler.tpl +++ b/charts/base/templates/_horizontalPodAutoscaler.tpl @@ -2,7 +2,7 @@ {{- if .Values.autoscaling.enabled }} {{- $deploymentValues := . -}} --- -apiVersion: {{ .Values.autoscaling.apiVersion | default "autoscaling/v2beta2" }} +apiVersion: {{ .Values.autoscaling.apiVersion | default "autoscaling/v2" }} kind: HorizontalPodAutoscaler metadata: name: {{ include "base.fullname" . }} diff --git a/charts/cronjob/Chart.yaml b/charts/cronjob/Chart.yaml index 189c90c..43d5692 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.12.0 +version: 0.13.0 keywords: - cronjob diff --git a/charts/default-base/Chart.yaml b/charts/default-base/Chart.yaml index b48d9e3..fc9636a 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.12.0 +version: 0.13.0 keywords: - BackendConfig diff --git a/charts/ingress/Chart.yaml b/charts/ingress/Chart.yaml index 2069a12..f46c15a 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.12.0 +version: 0.13.0 keywords: - ingress diff --git a/charts/job/Chart.yaml b/charts/job/Chart.yaml index c5b4984..6692eab 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.12.0 +version: 0.13.0 keywords: - job diff --git a/charts/prometheus-rules/Chart.yaml b/charts/prometheus-rules/Chart.yaml index f9378f8..ff32384 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.12.0 +version: 0.13.0 keywords: - job diff --git a/charts/rbac/Chart.yaml b/charts/rbac/Chart.yaml index 5a4e2bd..b499bc8 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.12.0 +version: 0.13.0 keywords: - rbac diff --git a/charts/service/Chart.yaml b/charts/service/Chart.yaml index 3c8671c..b50f451 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.12.0 +version: 0.13.0 keywords: - service