Skip to content

Commit 0e1f340

Browse files
committed
chore(pontoon): release 1.7.0
1 parent 9ccaa7d commit 0e1f340

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

charts/pontoon/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: pontoon
33
home: https://github.com/mozilla/pontoon
4-
version: 1.6.0
4+
version: 1.7.0
55
# Pontoon no longer cuts releases.
66
# See https://github.com/mozilla/pontoon/releases/tag/2018-12-19
77
# and https://hub.docker.com/r/skillsnetwork/pontoon/tags

charts/pontoon/templates/ingress.yaml

+1-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22
{{- $serviceName := include "pontoon.fullname" . -}}
33
{{- $servicePort := .Values.service.externalPort -}}
44
{{- $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
106
kind: Ingress
117
metadata:
128
name: {{ $ingressName }}

0 commit comments

Comments
 (0)