File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ type: application
2020
2121# This is the chart version. This version number should be incremented each time you make changes
2222# to the chart and its templates, including the app version.
23- version : 0.6.1
23+ version : 0.6.2
2424
2525# This is the version number of the application being deployed. This version number should be
2626# incremented each time you make changes to the application.
Original file line number Diff line number Diff line change 33{{- $svcPort := .Values.service.port -}}
44{{- if eq .Values.ingress.class "traefik" -}}
55{{- $namespace := .Release.Namespace -}}
6+ {{- if .Capabilities.APIVersions.Has "traefik.io/v1alpha1" }}
7+ apiVersion : traefik.io/v1alpha1
8+ {{- else }}
69apiVersion : traefik.containo.us/v1alpha1
10+ {{- end }}
711kind : IngressRoute
812metadata :
913 name : {{ $fullName }}
You can’t perform that action at this time.
0 commit comments