diff --git a/charts/generic/Chart.yaml b/charts/generic/Chart.yaml index e9608c55..971101cc 100644 --- a/charts/generic/Chart.yaml +++ b/charts/generic/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: generic description: A chart for generic applications. Use this if you need to deploy something without wanting to build a fully fledged new helm chart. type: application -version: 3.0.1 +version: 3.0.2 maintainers: - name: morre email: charts@mor.re diff --git a/charts/generic/README.md b/charts/generic/README.md index e34224d2..97626de6 100644 --- a/charts/generic/README.md +++ b/charts/generic/README.md @@ -1,6 +1,6 @@ # generic -![Version: 3.0.1](https://img.shields.io/badge/Version-3.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 3.0.2](https://img.shields.io/badge/Version-3.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) A chart for generic applications. Use this if you need to deploy something without wanting to build a fully fledged new helm chart. diff --git a/charts/generic/templates/deployment.yaml b/charts/generic/templates/deployment.yaml index bee2e476..10d84dff 100644 --- a/charts/generic/templates/deployment.yaml +++ b/charts/generic/templates/deployment.yaml @@ -7,10 +7,9 @@ metadata: {{- with .Values.labels }} {{- toYaml . | nindent 4 }} {{- end }} - annotations: - {{- with .Values.annotations }} - {{- toYaml . | nindent 4 }} - {{- end }} + {{- with .Values.annotations }} + annotations: {{- toYaml . | nindent 4 }} + {{- end }} spec: {{- if not .Values.autoscaling.enabled }} replicas: {{ .Values.replicaCount }}