We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03f87a9 commit d1fc1a0Copy full SHA for d1fc1a0
.github/workflows/helm-release.yml
@@ -27,6 +27,7 @@ jobs:
27
- name: Add dependency chart repos
28
run: |
29
helm repo add bitnami https://charts.bitnami.com/bitnami
30
+ helm repo add dandydeveloper https://dandydeveloper.github.io/charts
31
32
- name: Run chart-releaser
33
uses: helm/[email protected]
charts/pontoon/Chart.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v2
2
name: pontoon
3
home: https://github.com/mozilla/pontoon
4
-version: 2.1.0
+version: 2.1.1
5
# Pontoon no longer cuts releases.
6
# See https://github.com/mozilla/pontoon/releases/tag/2018-12-19
7
# and https://hub.docker.com/r/skillsnetwork/pontoon/tags
0 commit comments