diff --git a/charts/squadron-keel-server/Chart.yaml b/charts/squadron-keel-server/Chart.yaml index 3028070..a4a0ab9 100644 --- a/charts/squadron-keel-server/Chart.yaml +++ b/charts/squadron-keel-server/Chart.yaml @@ -15,5 +15,5 @@ annotations: - name: Chart Source url: https://github.com/foomo/helm-charts/tree/main/charts/squadron-keel-server -version: 0.2.1 -appVersion: 0.2.1 +version: 0.2.2 +appVersion: 0.2.2 diff --git a/charts/squadron-keel-server/README.md b/charts/squadron-keel-server/README.md index 12a5df4..ab03bc7 100644 --- a/charts/squadron-keel-server/README.md +++ b/charts/squadron-keel-server/README.md @@ -1,6 +1,6 @@ # squadron-keel-server -![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.1](https://img.shields.io/badge/AppVersion-0.2.1-informational?style=flat-square) +![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.2](https://img.shields.io/badge/AppVersion-0.2.2-informational?style=flat-square) Squadron Keel Server Chart diff --git a/charts/squadron-keel-server/templates/gateway.yaml b/charts/squadron-keel-server/templates/gateway.yaml index 51e8743..25582ad 100644 --- a/charts/squadron-keel-server/templates/gateway.yaml +++ b/charts/squadron-keel-server/templates/gateway.yaml @@ -8,7 +8,7 @@ metadata: spec: service: http://{{ include "keel.server.fullname" . }}.{{ include "keel.server.namespace" . }} {{- with .Values.gateway.addToRobots }} - addToRobots: {{ . }} + addToRobots: {{ toYaml . | nindent 4 }} {{- end }} {{- with .Values.gateway.sitemap }} sitemap: {{ . }} diff --git a/charts/squadron-nextjs-server/Chart.yaml b/charts/squadron-nextjs-server/Chart.yaml index 29a1756..80a2e9a 100644 --- a/charts/squadron-nextjs-server/Chart.yaml +++ b/charts/squadron-nextjs-server/Chart.yaml @@ -14,5 +14,5 @@ annotations: - name: Chart Source url: https://github.com/foomo/helm-charts/tree/main/charts/squadron-nextjs-server -version: 0.1.11 -appVersion: 0.1.11 +version: 0.1.12 +appVersion: 0.1.12 diff --git a/charts/squadron-nextjs-server/README.md b/charts/squadron-nextjs-server/README.md index 193591e..3365d20 100644 --- a/charts/squadron-nextjs-server/README.md +++ b/charts/squadron-nextjs-server/README.md @@ -1,6 +1,6 @@ # squadron-nextjs-server -![Version: 0.1.11](https://img.shields.io/badge/Version-0.1.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.11](https://img.shields.io/badge/AppVersion-0.1.11-informational?style=flat-square) +![Version: 0.1.12](https://img.shields.io/badge/Version-0.1.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.12](https://img.shields.io/badge/AppVersion-0.1.12-informational?style=flat-square) Squadron NextJS Server Chart diff --git a/charts/squadron-nextjs-server/templates/gateway.yaml b/charts/squadron-nextjs-server/templates/gateway.yaml index 901bbcc..bed5cab 100644 --- a/charts/squadron-nextjs-server/templates/gateway.yaml +++ b/charts/squadron-nextjs-server/templates/gateway.yaml @@ -8,12 +8,12 @@ metadata: spec: service: http://{{ include "nextjs.server.fullname" . }}.{{ include "nextjs.server.namespace" . }} {{- with .Values.gateway.addToRobots }} - addToRobots: {{ . }} + addToRobots: {{ toYaml . | nindent 4 }} {{- end }} {{- with .Values.gateway.sitemap }} sitemap: {{ . }} {{- end }} {{- with .Values.gateway.expose }} - expose: {{- toYaml . | nindent 4 }} + expose: {{ toYaml . | nindent 4 }} {{ end }} {{- end }}