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 7a31651 commit 40b86bbCopy full SHA for 40b86bb
src/main/groovy/com/cloudogu/gitops/config/Config.groovy
@@ -218,8 +218,8 @@ class Config {
218
@JsonPropertyDescription(HELM_CONFIG_DESCRIPTION)
219
HelmConfigWithValues helm = new HelmConfigWithValues(
220
chart: 'docker-registry',
221
- repoURL: 'https://helm.twun.io',
222
- version: '2.2.3')
+ repoURL: 'https://twuni.github.io/docker-registry.helm',
+ version: '3.0.0')
223
}
224
225
static class JenkinsSchema {
0 commit comments