File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.17.10
18+ version : 0.17.11
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 11# api7ee3
22
3- ![ Version: 0.17.10 ] ( https://img.shields.io/badge/Version-0.17.10 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.7.2.0] ( https://img.shields.io/badge/AppVersion-3.7.2-informational?style=flat-square )
3+ ![ Version: 0.17.11 ] ( https://img.shields.io/badge/Version-0.17.11 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.7.2.0] ( https://img.shields.io/badge/AppVersion-3.7.2-informational?style=flat-square )
44
55A Helm chart for Kubernetes
66
Original file line number Diff line number Diff line change 1- {{- if ((.Values.api_usage.service | default dict).ingress | default dict).enabled }}
1+ {{- if and (.Values.api_usage | default dict).enable .Values.api_usage.service }}
2+ {{- if ((.Values.api_usage.service.ingress | default dict).enabled | default false) }}
23{{- $fullName := printf "%s-api-usage" (include "api7ee3.fullname" .) -}}
34{{- $svcPort := .Values.api_usage.service.port -}}
45{{- if and .Values.api_usage.service.ingress.className (not (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion)) }}
6667 {{- end }}
6768 {{- end }}
6869{{- end }}
70+ {{- end }}
You can’t perform that action at this time.
0 commit comments