File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : pontoon
3
3
home : https://github.com/mozilla/pontoon
4
- version : 1.6 .0
4
+ version : 1.7 .0
5
5
# Pontoon no longer cuts releases.
6
6
# See https://github.com/mozilla/pontoon/releases/tag/2018-12-19
7
7
# and https://hub.docker.com/r/skillsnetwork/pontoon/tags
Original file line number Diff line number Diff line change 2
2
{{- $serviceName := include "pontoon.fullname" . -}}
3
3
{{- $servicePort := .Values.service.externalPort -}}
4
4
{{- $ingressName := default ( include "pontoon.fullname" . ) .Values.ingress.name -}}
5
- {{- if semverCompare ">=v1.14.0-0" .Capabilities.KubeVersion.GitVersion }}
6
- apiVersion : networking.k8s.io/v1beta1
7
- {{- else }}
8
- apiVersion : extensions/v1beta1
9
- {{- end }}
5
+ apiVersion : networking.k8s.io/v1
10
6
kind : Ingress
11
7
metadata :
12
8
name : {{ $ingressName }}
You can’t perform that action at this time.
0 commit comments