From a46bc4e75f813f5fc5a641ed488b59727f91260d Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Mon, 31 Jan 2022 21:43:13 +0100 Subject: [PATCH] fix(synapse): use opencors headerset --- charts/incubator/synapse/Chart.yaml | 2 +- charts/incubator/synapse/templates/common.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/incubator/synapse/Chart.yaml b/charts/incubator/synapse/Chart.yaml index 83152957c56..9f14ab3647d 100644 --- a/charts/incubator/synapse/Chart.yaml +++ b/charts/incubator/synapse/Chart.yaml @@ -24,7 +24,7 @@ maintainers: name: synapse sources: [] type: application -version: 0.0.13 +version: 0.0.14 annotations: truecharts.org/catagories: | - cloud diff --git a/charts/incubator/synapse/templates/common.yaml b/charts/incubator/synapse/templates/common.yaml index d4b17bf99d2..e9582539afe 100644 --- a/charts/incubator/synapse/templates/common.yaml +++ b/charts/incubator/synapse/templates/common.yaml @@ -7,7 +7,7 @@ {{/* Render secret for synapse */}} {{- include "synapse.secret" . }} -{{- $newMiddlewares := list "tc-synapse-chain" }} +{{- $newMiddlewares := list "tc-opencors-headers" }} {{- $_ := set .Values.ingress.main "fixedMiddlewares" $newMiddlewares -}} {{/* Render the templates */}}