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

- #1045
This commit is contained in:
Michael Kriese 2025-01-15 12:41:19 +01:00
parent 5cb92476cb
commit 7783a7e6da
No known key found for this signature in database
GPG key ID: F8D7748549A5986A
4 changed files with 45 additions and 6 deletions

View file

@ -1 +1,20 @@
# default values
# Use mirror
# https://code.forgejo.org/forgejo-helm/forgejo-helm/issues/1045
global:
security:
allowInsecureImages: true
redis-cluster:
image:
registry: public.ecr.aws
postgresql-ha:
postgresql:
image:
registry: public.ecr.aws
pgpool:
image:
registry: public.ecr.aws
test:
image:
name: code.forgejo.org/oci/busybox