Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reevejd committed Jun 20, 2022
1 parent 0e1f340 commit b52a83b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
12 changes: 5 additions & 7 deletions charts/pontoon/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 10.13.15
version: 11.6.7
- name: rabbitmq
repository: https://charts.bitnami.com/bitnami
version: 8.24.12
version: 10.1.8
- name: common
repository: https://charts.bitnami.com/bitnami
version: 1.11.1
digest: sha256:d33ea4d170681befc27a0d7eeaa30ab92c39d0abae2397112342af15a527f9d4
generated: "2022-02-02T19:16:06.210491-05:00"


version: 1.16.0
digest: sha256:0739dae2407477953ff9dc02d6c3fc80993ed6d66d72f7637b5904c63b09c77f
generated: "2022-06-20T16:26:15.598086-04:00"
6 changes: 3 additions & 3 deletions 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.7.0
version: 2.0.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 All @@ -17,12 +17,12 @@ sources:
icon: https://pontoon.mozilla.org/static/img/logo.svg
dependencies:
- name: postgresql
version: 10.13.15
version: 11.6.7
repository: https://charts.bitnami.com/bitnami
condition: postgres.enabled
alias: postgres
- name: rabbitmq
version: 8.24.12
version: 10.1.8
repository: https://charts.bitnami.com/bitnami
condition: rabbitmq.enabled
- name: common
Expand Down
7 changes: 5 additions & 2 deletions charts/pontoon/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,12 @@ spec:
http:
paths:
- path: {{ $.Values.ingress.routerPath }}
pathType: Prefix
backend:
serviceName: {{ $serviceName }}
servicePort: {{ $servicePort }}
service:
name: {{ $serviceName }}
port:
number: {{ $servicePort }}
{{- end -}}
{{- end -}}
{{- end -}}

0 comments on commit b52a83b

Please sign in to comment.