Skip to content

Commit

Permalink
chore(pontoon): release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reevejd committed Jun 20, 2022
1 parent 9ccaa7d commit 0e1f340
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/pontoon/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: pontoon
home: https://github.com/mozilla/pontoon
version: 1.6.0
version: 1.7.0
# Pontoon no longer cuts releases.
# See https://github.com/mozilla/pontoon/releases/tag/2018-12-19
# and https://hub.docker.com/r/skillsnetwork/pontoon/tags
Expand Down
6 changes: 1 addition & 5 deletions charts/pontoon/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
{{- $serviceName := include "pontoon.fullname" . -}}
{{- $servicePort := .Values.service.externalPort -}}
{{- $ingressName := default ( include "pontoon.fullname" . ) .Values.ingress.name -}}
{{- if semverCompare ">=v1.14.0-0" .Capabilities.KubeVersion.GitVersion }}
apiVersion: networking.k8s.io/v1beta1
{{- else }}
apiVersion: extensions/v1beta1
{{- end }}
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: {{ $ingressName }}
Expand Down

0 comments on commit 0e1f340

Please sign in to comment.