From c14eafb692a73010f442762460ed8ea646331e7c Mon Sep 17 00:00:00 2001 From: hanayo04 Date: Tue, 30 Jul 2024 14:11:20 +0900 Subject: [PATCH 1/3] fix as name --- akka/templates/autoscaling.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka/templates/autoscaling.yaml b/akka/templates/autoscaling.yaml index 48038c79..b8f2fc85 100644 --- a/akka/templates/autoscaling.yaml +++ b/akka/templates/autoscaling.yaml @@ -46,7 +46,7 @@ metadata: {{- with .Values.autoscalingRollout.labels }} {{- toYaml . | nindent 4 }} {{- end }} - name: "{{ template "akka.fullname" . }}" + name: "{{ template "akka.fullname" . }}"-rollout spec: {{- with .Values.autoscalingRollout.behavior }} behavior: From a1be2ab12fa5a2b61f086330fde2f57f53e209b9 Mon Sep 17 00:00:00 2001 From: hanayo04 Date: Tue, 30 Jul 2024 14:21:57 +0900 Subject: [PATCH 2/3] fix --- akka/templates/autoscaling.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka/templates/autoscaling.yaml b/akka/templates/autoscaling.yaml index b8f2fc85..523b2a3e 100644 --- a/akka/templates/autoscaling.yaml +++ b/akka/templates/autoscaling.yaml @@ -46,7 +46,7 @@ metadata: {{- with .Values.autoscalingRollout.labels }} {{- toYaml . | nindent 4 }} {{- end }} - name: "{{ template "akka.fullname" . }}"-rollout + name: "{{ template "akka.fullname" . }}-rollout" spec: {{- with .Values.autoscalingRollout.behavior }} behavior: From 8888390bc4c76626007cd436242bf490feae2565 Mon Sep 17 00:00:00 2001 From: hanayo04 Date: Tue, 30 Jul 2024 14:22:20 +0900 Subject: [PATCH 3/3] bump --- akka/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka/Chart.yaml b/akka/Chart.yaml index 706ebeb3..e2f32855 100644 --- a/akka/Chart.yaml +++ b/akka/Chart.yaml @@ -14,7 +14,7 @@ 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. -version: 0.2.19 +version: 0.2.20 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application.