Update gitea chart values;Add registry mirror definitions
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6c329a36e9
commit
6e6e7900da
@ -134,7 +134,7 @@
|
|||||||
values:
|
values:
|
||||||
gitea:
|
gitea:
|
||||||
admin:
|
admin:
|
||||||
username: admin
|
username: administrator
|
||||||
password: "{{ vapp['guestinfo.rootpw'] }}"
|
password: "{{ vapp['guestinfo.rootpw'] }}"
|
||||||
email: admin@{{ vapp['metacluster.fqdn'] }}
|
email: admin@{{ vapp['metacluster.fqdn'] }}
|
||||||
image:
|
image:
|
||||||
|
@ -4,3 +4,13 @@ mirrors:
|
|||||||
- "https://registry.{{ vapp['metacluster.fqdn'] }}
|
- "https://registry.{{ vapp['metacluster.fqdn'] }}
|
||||||
rewrite:
|
rewrite:
|
||||||
"(.*)": "library/docker.io/$1"
|
"(.*)": "library/docker.io/$1"
|
||||||
|
ghcr.io:
|
||||||
|
endpoint:
|
||||||
|
- "https://registry.{{ vapp['metacluster.fqdn'] }}
|
||||||
|
rewrite:
|
||||||
|
"(.*)": "library/ghcr.io/$1"
|
||||||
|
quay.io:
|
||||||
|
endpoint:
|
||||||
|
- "https://registry.{{ vapp['metacluster.fqdn'] }}
|
||||||
|
rewrite:
|
||||||
|
"(.*)": "library/quay.io/$1"
|
||||||
|
Loading…
Reference in New Issue
Block a user