Skip to content

Commit d4a206a

Browse files
Fix for #272 to make feature flag actually work. (#274)
* Add opencost.ui.useIPv6 feature flag * Update Chart.yaml patch version instead of minor Signed-off-by: tintii <attard.nicky@gmail.com> * remove extra default for opencost.ui.useIPv6 feature flag, now it actually works. --------- Signed-off-by: tintii <attard.nicky@gmail.com> Co-authored-by: nicholas.attard <nicholas.attard@gamesys.co.uk>
1 parent df6979c commit d4a206a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

charts/opencost/Chart.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ keywords:
99
- finops
1010
- monitoring
1111
- opencost
12-
13-
version: 2.1.0
14-
12+
version: 2.1.1
1513
maintainers:
1614
- name: jessegoodier
1715
- name: toscott

charts/opencost/templates/configmap-frontend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ data:
7272
7373
add_header ETag "1.96.0";
7474
listen {{ .Values.opencost.ui.uiPort }};
75-
{{- if .Values.opencost.ui.useIPv6 | default true }}
75+
{{- if .Values.opencost.ui.useIPv6 }}
7676
listen [::]:{{ .Values.opencost.ui.uiPort }};
7777
{{- end }}
7878
resolver 127.0.0.1 valid=5s;

0 commit comments

Comments
 (0)