diff --git a/charts/contentserver/Chart.yaml b/charts/contentserver/Chart.yaml index e0c2467..bbf9daa 100644 --- a/charts/contentserver/Chart.yaml +++ b/charts/contentserver/Chart.yaml @@ -17,5 +17,5 @@ annotations: - name: Image Source url: https://github.com/foomo/contentserver -version: 0.2.0 +version: 0.2.1 appVersion: 1.11.2 diff --git a/charts/contentserver/README.md b/charts/contentserver/README.md index 0dc4ce4..f87f938 100644 --- a/charts/contentserver/README.md +++ b/charts/contentserver/README.md @@ -1,6 +1,6 @@ # contentserver -![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.11.2](https://img.shields.io/badge/AppVersion-1.11.2-informational?style=flat-square) +![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: 1.11.2](https://img.shields.io/badge/AppVersion-1.11.2-informational?style=flat-square) Helm chart for the foomo Content Server. diff --git a/charts/contentserver/templates/httproute.yaml b/charts/contentserver/templates/httproute.yaml index 5af8686..c72de35 100644 --- a/charts/contentserver/templates/httproute.yaml +++ b/charts/contentserver/templates/httproute.yaml @@ -15,6 +15,9 @@ spec: - path: type: {{ default .pathType "PathPrefix" }} value: {{ .path }} + {{- with .filters }} + filters: {{ toYaml . | nindent 8 }} + {{- end }} backendRefs: - name: {{ include "contentserver.fullname" $ }} port: {{ .port }} diff --git a/charts/sesamy-gtm/Chart.yaml b/charts/sesamy-gtm/Chart.yaml index b17e28d..5bbdae5 100644 --- a/charts/sesamy-gtm/Chart.yaml +++ b/charts/sesamy-gtm/Chart.yaml @@ -15,5 +15,5 @@ annotations: url: https://github.com/foomo/helm-charts/tree/main/charts/sesamy-gtm - name: GTM Changelog url: https://developers.google.com/tag-platform/tag-manager/server-side/release-notes -version: 0.2.0 +version: 0.2.1 appVersion: 2.4.0 diff --git a/charts/sesamy-gtm/README.md b/charts/sesamy-gtm/README.md index 5d5bde0..18653fb 100644 --- a/charts/sesamy-gtm/README.md +++ b/charts/sesamy-gtm/README.md @@ -1,6 +1,6 @@ # sesamy-gtm -![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.4.0](https://img.shields.io/badge/AppVersion-2.4.0-informational?style=flat-square) +![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: 2.4.0](https://img.shields.io/badge/AppVersion-2.4.0-informational?style=flat-square) Helm chart for the Sesamy GTM tagging & preview service. diff --git a/charts/sesamy-gtm/templates/httproute.yaml b/charts/sesamy-gtm/templates/httproute.yaml index 23f1183..b46ecca 100644 --- a/charts/sesamy-gtm/templates/httproute.yaml +++ b/charts/sesamy-gtm/templates/httproute.yaml @@ -17,6 +17,9 @@ spec: - path: type: {{ default .pathType "PathPrefix" }} value: {{ .path }} + {{- with .filters }} + filters: {{ toYaml . | nindent 8 }} + {{- end }} backendRefs: - name: {{ include "sesamy.gtm.fullname" $ }}-{{ $svcName }} port: {{ .port }} diff --git a/charts/sesamy-umami/Chart.yaml b/charts/sesamy-umami/Chart.yaml index b6dd4da..0db4c58 100644 --- a/charts/sesamy-umami/Chart.yaml +++ b/charts/sesamy-umami/Chart.yaml @@ -15,5 +15,5 @@ annotations: url: https://github.com/foomo/helm-charts/tree/main/charts/sesamy-umami - name: Umami Source url: https://github.com/umami-software/umami -version: 0.1.0 +version: 0.1.1 appVersion: 2.15.1 diff --git a/charts/sesamy-umami/README.md b/charts/sesamy-umami/README.md index d6a31ef..478d354 100644 --- a/charts/sesamy-umami/README.md +++ b/charts/sesamy-umami/README.md @@ -1,6 +1,6 @@ # sesamy-umami -![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.15.1](https://img.shields.io/badge/AppVersion-2.15.1-informational?style=flat-square) +![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.15.1](https://img.shields.io/badge/AppVersion-2.15.1-informational?style=flat-square) Helm chart for the Sesamy Umami integration. diff --git a/charts/sesamy-umami/templates/httproute.yaml b/charts/sesamy-umami/templates/httproute.yaml index 33a4ca2..c307fed 100644 --- a/charts/sesamy-umami/templates/httproute.yaml +++ b/charts/sesamy-umami/templates/httproute.yaml @@ -15,6 +15,9 @@ spec: - path: type: {{ default .pathType "PathPrefix" }} value: {{ .path }} + {{- with .filters }} + filters: {{ toYaml . | nindent 8 }} + {{- end }} backendRefs: - name: {{ include "sesamy.umami.fullname" $ }} port: {{ .port }} diff --git a/charts/squadron-keel-server/Chart.yaml b/charts/squadron-keel-server/Chart.yaml index 3e05a7d..2f9ab44 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.3.0 -appVersion: 0.3.0 +version: 0.3.1 +appVersion: 0.3.1 diff --git a/charts/squadron-keel-server/README.md b/charts/squadron-keel-server/README.md index 683f312..1e5a1cf 100644 --- a/charts/squadron-keel-server/README.md +++ b/charts/squadron-keel-server/README.md @@ -1,6 +1,6 @@ # squadron-keel-server -![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.0](https://img.shields.io/badge/AppVersion-0.3.0-informational?style=flat-square) +![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.1](https://img.shields.io/badge/AppVersion-0.3.1-informational?style=flat-square) Squadron Keel Server Chart diff --git a/charts/squadron-keel-server/templates/httproute.yaml b/charts/squadron-keel-server/templates/httproute.yaml index 969b262..9cd7b54 100644 --- a/charts/squadron-keel-server/templates/httproute.yaml +++ b/charts/squadron-keel-server/templates/httproute.yaml @@ -15,6 +15,9 @@ spec: - path: type: {{ default .pathType "PathPrefix" }} value: {{ .path }} + {{- with .filters }} + filters: {{ toYaml . | nindent 8 }} + {{- end }} backendRefs: - name: {{ include "keel.server.fullname" $ }} port: {{ .port }} diff --git a/charts/squadron-nextjs-server/Chart.yaml b/charts/squadron-nextjs-server/Chart.yaml index c4d1c6f..53a19a2 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.2.0 -appVersion: 0.2.0 +version: 0.2.1 +appVersion: 0.2.1 diff --git a/charts/squadron-nextjs-server/README.md b/charts/squadron-nextjs-server/README.md index 97a6bb0..5095597 100644 --- a/charts/squadron-nextjs-server/README.md +++ b/charts/squadron-nextjs-server/README.md @@ -1,6 +1,6 @@ # squadron-nextjs-server -![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square) +![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) Squadron NextJS Server Chart diff --git a/charts/squadron-nextjs-server/templates/httproute.yaml b/charts/squadron-nextjs-server/templates/httproute.yaml index e682abb..e0d4222 100644 --- a/charts/squadron-nextjs-server/templates/httproute.yaml +++ b/charts/squadron-nextjs-server/templates/httproute.yaml @@ -15,6 +15,9 @@ spec: - path: type: {{ default .pathType "PathPrefix" }} value: {{ .path }} + {{- with .filters }} + filters: {{ toYaml . | nindent 8 }} + {{- end }} backendRefs: - name: {{ include "nextjs.server.fullname" $ }} port: {{ .port }} diff --git a/charts/squadron-server/Chart.yaml b/charts/squadron-server/Chart.yaml index e611f88..3349d5f 100644 --- a/charts/squadron-server/Chart.yaml +++ b/charts/squadron-server/Chart.yaml @@ -14,5 +14,5 @@ annotations: - name: Chart Source url: https://github.com/foomo/helm-charts/tree/main/charts/squadron-server -version: 0.1.0 -appVersion: 0.1.0 +version: 0.1.1 +appVersion: 0.1.1 diff --git a/charts/squadron-server/README.md b/charts/squadron-server/README.md index 11ce14f..c5a3311 100644 --- a/charts/squadron-server/README.md +++ b/charts/squadron-server/README.md @@ -1,6 +1,6 @@ # squadron-server -![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square) +![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.1](https://img.shields.io/badge/AppVersion-0.1.1-informational?style=flat-square) Squadron General Server Chart diff --git a/charts/squadron-server/templates/httproute.yaml b/charts/squadron-server/templates/httproute.yaml index 43f9f4d..20bd38b 100644 --- a/charts/squadron-server/templates/httproute.yaml +++ b/charts/squadron-server/templates/httproute.yaml @@ -15,6 +15,9 @@ spec: - path: type: {{ default .pathType "PathPrefix" }} value: {{ .path }} + {{- with .filters }} + filters: {{ toYaml . | nindent 8 }} + {{- end }} backendRefs: - name: {{ include "squadron.server.fullname" $ }} port: {{ .port }}