Skip to content

Commit 40b86bb

Browse files
nihussmannThomasMichael1811
authored andcommitted
fixing docker-registry chart url
1 parent 7a31651 commit 40b86bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ class Config {
218218
@JsonPropertyDescription(HELM_CONFIG_DESCRIPTION)
219219
HelmConfigWithValues helm = new HelmConfigWithValues(
220220
chart: 'docker-registry',
221-
repoURL: 'https://helm.twun.io',
222-
version: '2.2.3')
221+
repoURL: 'https://twuni.github.io/docker-registry.helm',
222+
version: '3.0.0')
223223
}
224224

225225
static class JenkinsSchema {

0 commit comments

Comments
 (0)