ci: use public.ecr.aws mirror for bitnami images

- #1045
This commit is contained in:
Michael Kriese 2025-01-15 12:28:59 +01:00
parent 239ea7a5e3
commit d4d7cdc04f
No known key found for this signature in database
GPG key ID: F8D7748549A5986A
2 changed files with 23 additions and 2 deletions

View file

@ -1 +1,15 @@
# default values with some modifications
# Use mirror
# https://code.forgejo.org/forgejo-helm/forgejo-helm/issues/1045
redis-cluster:
global:
imageRegistry: public.ecr.aws
security:
allowInsecureImages: true
postgresql-ha:
global:
imageRegistry: public.ecr.aws
security:
allowInsecureImages: true

View file

@ -1,10 +1,17 @@
redis-cluster:
enabled: false
postgresql:
enabled: true
postgresql-ha:
enabled: false
postgresql:
enabled: true
# Use mirror
# https://code.forgejo.org/forgejo-helm/forgejo-helm/issues/1045
global:
imageRegistry: public.ecr.aws
security:
allowInsecureImages: true
persistence:
enabled: true