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 @@ -3,7 +3,7 @@ name: flipt
3
3
home : https://flipt.io
4
4
description : Flipt is an open-source, self-hosted feature flag solution.
5
5
type : application
6
- version : 0.77.1
6
+ version : 0.77.2
7
7
appVersion : v1.53.2
8
8
maintainers :
9
9
- name : Flipt
Original file line number Diff line number Diff line change 1
1
{{- if .Values.ingress.enabled -}}
2
2
{{- $fullName := include "flipt.fullname" . -}}
3
- {{- $svcPort := .Values.service.httpPort -}}
3
+ {{- $svcPort := default .Values.service.httpPort .Values.service.httpsPort -}}
4
4
{{- if and .Values.ingress.className (not (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion)) }}
5
5
{{- if not (hasKey .Values.ingress.annotations "kubernetes.io/ingress.class") }}
6
6
{{- $_ := set .Values.ingress.annotations "kubernetes.io/ingress.class" .Values.ingress.className}}
You can’t perform that action at this time.
0 commit comments