diff --git a/charts/fluentd/Chart.yaml b/charts/fluentd/Chart.yaml index 8099a18e..28c1eca5 100644 --- a/charts/fluentd/Chart.yaml +++ b/charts/fluentd/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: fluentd description: A Helm chart for Kubernetes # type: application -version: 0.4.4 +version: 0.4.5 appVersion: v1.16.2 icon: https://www.fluentd.org/images/miscellany/fluentd-logo_2x.png home: https://www.fluentd.org/ diff --git a/charts/fluentd/templates/hpa.yaml b/charts/fluentd/templates/hpa.yaml index b2e82822..187f9e0b 100644 --- a/charts/fluentd/templates/hpa.yaml +++ b/charts/fluentd/templates/hpa.yaml @@ -1,5 +1,5 @@ {{- if and ( eq .Values.kind "Deployment" ) .Values.autoscaling.enabled }} -apiVersion: autoscaling/v2beta2 +apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler metadata: name: {{ include "fluentd.fullname" . }} @@ -36,4 +36,4 @@ spec: {{- if .Values.autoscaling.customRules -}} {{- toYaml .Values.autoscaling.customRules | nindent 4}} {{- end -}} -{{- end }} \ No newline at end of file +{{- end }}