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

View file

@ -2,10 +2,14 @@
image:
registry: codeberg.org
# Use mirror
# https://code.forgejo.org/forgejo-helm/forgejo-helm/issues/1045
test:
image:
name: code.forgejo.org/oci/busybox
redis-cluster:
enabled: false
postgresql:
enabled: false
postgresql-ha:
enabled: false

View file

@ -1,10 +1,22 @@
# Use mirror
# https://code.forgejo.org/forgejo-helm/forgejo-helm/issues/1045
global:
security:
allowInsecureImages: true
test:
image:
name: code.forgejo.org/oci/busybox
redis-cluster:
enabled: false
postgresql:
enabled: true
postgresql-ha:
enabled: false
postgresql:
enabled: true
image:
registry: public.ecr.aws # Use mirror
persistence:
enabled: true

View file

@ -3,10 +3,14 @@ image:
repository: forgejo-experimental/forgejo
tag: 7.0-test # don't pin, manifests can be missing
# Use mirror
# https://code.forgejo.org/forgejo-helm/forgejo-helm/issues/1045
test:
image:
name: code.forgejo.org/oci/busybox
redis-cluster:
enabled: false
postgresql:
enabled: false
postgresql-ha:
enabled: false