Skip to content

Commit 86c6bc8

Browse files
authored
Merge pull request #22 from linuxfoundation/bramwelt/fix-https-redirects
fix: HTTPS Redirects Always Enabled
2 parents 14e861c + 5b38272 commit 86c6bc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/lfx-platform/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apiVersion: v2
55
name: lfx-platform
66
description: LFX Platform v2 Helm chart
77
type: application
8-
version: 0.2.18
8+
version: 0.2.19
99
icon: https://github.com/linuxfoundation/lfx-v2-helm/raw/main/img/lfx-logo-color.svg
1010
dependencies:
1111
- name: traefik

charts/lfx-platform/templates/mailpit/https-redirect-httproute.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright The Linux Foundation and each contributor to LFX.
22
# SPDX-License-Identifier: MIT
33
---
4-
{{ if and .Values.mailpit.enabled (include "lfx-platform.https-enabled" .) (or
4+
{{ if and .Values.mailpit.enabled (eq (include "lfx-platform.https-enabled" .) "true") (or
55
.Values.gateway.enabled .Values.lfx.parentGateway.enabled) -}}
66
apiVersion: gateway.networking.k8s.io/v1
77
kind: HTTPRoute

0 commit comments

Comments
 (0)