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