Skip to content

Commit 0d8e0de

Browse files
authored
Merge pull request #211 from cloudogu/feature/registry-change-to-new-helm-chart
Upgrade docker-registry
2 parents e73e005 + 1732b47 commit 0d8e0de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/groovy/com/cloudogu/gitops/config/ApplicationConfigurator.groovy

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ class ApplicationConfigurator {
4949
pushPassword : '',
5050
helm : [
5151
chart : 'docker-registry',
52-
repoURL: 'https://charts.helm.sh/stable',
53-
version: '1.9.4'
52+
repoURL: 'https://helm.twun.io',
53+
version: '2.2.3'
5454
]
5555
],
5656
jenkins : [

0 commit comments

Comments
 (0)