parent
d4d7cdc04f
commit
bc3764c219
2 changed files with 17 additions and 13 deletions
|
@ -2,14 +2,16 @@
|
|||
|
||||
# Use mirror
|
||||
# https://code.forgejo.org/forgejo-helm/forgejo-helm/issues/1045
|
||||
global:
|
||||
security:
|
||||
allowInsecureImages: true
|
||||
redis-cluster:
|
||||
global:
|
||||
imageRegistry: public.ecr.aws
|
||||
security:
|
||||
allowInsecureImages: true
|
||||
|
||||
image:
|
||||
registry: public.ecr.aws
|
||||
postgresql-ha:
|
||||
global:
|
||||
imageRegistry: public.ecr.aws
|
||||
security:
|
||||
allowInsecureImages: true
|
||||
postgresql:
|
||||
image:
|
||||
registry: public.ecr.aws
|
||||
pgpool:
|
||||
image:
|
||||
registry: public.ecr.aws
|
||||
|
|
|
@ -7,10 +7,12 @@ postgresql:
|
|||
enabled: true
|
||||
# Use mirror
|
||||
# https://code.forgejo.org/forgejo-helm/forgejo-helm/issues/1045
|
||||
global:
|
||||
imageRegistry: public.ecr.aws
|
||||
security:
|
||||
allowInsecureImages: true
|
||||
image:
|
||||
registry: public.ecr.aws
|
||||
|
||||
global:
|
||||
security:
|
||||
allowInsecureImages: true
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
|
|
Loading…
Reference in a new issue