From a7d885bbbeaaca324b9005482f6f1a40776a4e24 Mon Sep 17 00:00:00 2001 From: Irman Nur Muhammad Alamsyah Date: Thu, 9 Nov 2023 18:07:02 +0700 Subject: [PATCH] fix: HPA version --- charts/myriad-api/Chart.yaml | 6 +++--- charts/myriad-api/templates/hpa.yaml | 2 +- charts/myriad-federated/Chart.yaml | 6 +++--- charts/myriad-federated/templates/hpa.yaml | 2 +- charts/myriad-node/Chart.yaml | 6 +++--- charts/myriad-web/Chart.yaml | 6 +++--- charts/myriad-web/templates/hpa.yaml | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/charts/myriad-api/Chart.yaml b/charts/myriad-api/Chart.yaml index 0e79598..86dba1f 100644 --- a/charts/myriad-api/Chart.yaml +++ b/charts/myriad-api/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.3.3 +version: 2.3.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "2.3.3" +appVersion: "2.3.4" maintainers: - - email: dev@myriad.social + - email: devops@myriad.social name: myriadsocial diff --git a/charts/myriad-api/templates/hpa.yaml b/charts/myriad-api/templates/hpa.yaml index f97f0dd..cf32a86 100644 --- a/charts/myriad-api/templates/hpa.yaml +++ b/charts/myriad-api/templates/hpa.yaml @@ -1,5 +1,5 @@ {{- if .Values.autoscaling.enabled }} -apiVersion: autoscaling/v2beta2 +apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler metadata: name: {{ include "myriad-api.fullname" . }} diff --git a/charts/myriad-federated/Chart.yaml b/charts/myriad-federated/Chart.yaml index aeac47a..74fd3e5 100644 --- a/charts/myriad-federated/Chart.yaml +++ b/charts/myriad-federated/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.3 +version: 1.0.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.0.3" +appVersion: "1.0.4" maintainers: - - email: dev@myriad.social + - email: devops@myriad.social name: myriadsocial diff --git a/charts/myriad-federated/templates/hpa.yaml b/charts/myriad-federated/templates/hpa.yaml index 478110d..ed9f195 100644 --- a/charts/myriad-federated/templates/hpa.yaml +++ b/charts/myriad-federated/templates/hpa.yaml @@ -1,5 +1,5 @@ {{- if .Values.autoscaling.enabled }} -apiVersion: autoscaling/v2beta2 +apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler metadata: name: {{ include "myriad-federated.fullname" . }} diff --git a/charts/myriad-node/Chart.yaml b/charts/myriad-node/Chart.yaml index 0814572..f839fe2 100644 --- a/charts/myriad-node/Chart.yaml +++ b/charts/myriad-node/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.0.1 +version: 2.0.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "2.0.1" +appVersion: "2.0.2" maintainers: - - email: dev@myriad.social + - email: devops@myriad.social name: myriadsocial diff --git a/charts/myriad-web/Chart.yaml b/charts/myriad-web/Chart.yaml index ebbc5c5..aeab9a6 100644 --- a/charts/myriad-web/Chart.yaml +++ b/charts/myriad-web/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.3.5 +version: 2.3.6 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "2.3.5" +appVersion: "2.3.6" maintainers: - - email: dev@myriad.social + - email: devops@myriad.social name: myriadsocial diff --git a/charts/myriad-web/templates/hpa.yaml b/charts/myriad-web/templates/hpa.yaml index 8c88b3a..86affec 100644 --- a/charts/myriad-web/templates/hpa.yaml +++ b/charts/myriad-web/templates/hpa.yaml @@ -1,5 +1,5 @@ {{- if .Values.autoscaling.enabled }} -apiVersion: autoscaling/v2beta2 +apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler metadata: name: {{ include "myriad-web.fullname" . }}