We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c7e365 commit 658fcf0Copy full SHA for 658fcf0
cluster/pulumi/gha/src/dockerMirror.ts
@@ -19,7 +19,7 @@ export function installDockerRegistryMirror(): k8s.helm.v3.Release {
19
version: '2.3.0',
20
namespace: namespace.metadata.name,
21
repositoryOpts: {
22
- repo: 'https://helm.twun.io',
+ repo: 'https://twuni.github.io/docker-registry.helm',
23
},
24
values: {
25
proxy: {
0 commit comments