diff --git a/akka/Chart.yaml b/akka/Chart.yaml index c9fce21e..706ebeb3 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.18 +version: 0.2.19 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/akka/templates/autoscaling.yaml b/akka/templates/autoscaling.yaml index f4117686..d401ba3b 100644 --- a/akka/templates/autoscaling.yaml +++ b/akka/templates/autoscaling.yaml @@ -29,8 +29,7 @@ spec: apiVersion: apps/v1 name: "{{ template "akka.fullname" . }}" {{- end }} - -{{- if .Values.autoscalingRollout.enabled -}} +{{ if .Values.autoscalingRollout.enabled }} --- {{- if semverCompare ">=1.23-0" .Capabilities.KubeVersion.GitVersion }} apiVersion: autoscaling/v2