File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apiVersion: v2
55name : lfx-platform
66description : LFX Platform v2 Helm chart
77type : application
8- version : 0.2.18
8+ version : 0.2.19
99icon : https://github.com/linuxfoundation/lfx-v2-helm/raw/main/img/lfx-logo-color.svg
1010dependencies :
1111 - name : traefik
Original file line number Diff line number Diff line change 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) -}}
66apiVersion : gateway.networking.k8s.io/v1
77kind : HTTPRoute
You can’t perform that action at this time.
0 commit comments