We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8688e3e commit 0837c9dCopy full SHA for 0837c9d
charts/pontoon/Chart.yaml
@@ -1,10 +1,11 @@
1
apiVersion: v2
2
name: pontoon
3
home: https://github.com/mozilla/pontoon
4
-version: 1.1.0
+version: 1.1.1
5
# Pontoon no longer cuts releases.
6
# See https://github.com/mozilla/pontoon/releases/tag/2018-12-19
7
-appVersion: latest
+# and https://hub.docker.com/r/skillsnetwork/pontoon/tags
8
+appVersion: db4dd60
9
type: application
10
description: A Helm chart for Pontoon, a Mozilla's Localization Platform.
11
keywords:
charts/pontoon/values.yaml
@@ -52,7 +52,7 @@ image:
52
repository: skillsnetwork/pontoon
53
pullPolicy: IfNotPresent
54
# Look for the latest tag at https://hub.docker.com/repository/docker/skillsnetwork/pontoon
55
- tag: "7a9fb1a"
+ tag: "db4dd60"
56
57
worker:
58
enabled: true
0 commit comments