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 */}}