ci: use forgejo mirror for busybox

This commit is contained in:
Michael Kriese 2025-01-15 13:39:10 +01:00
parent bc3764c219
commit af662db1f2
No known key found for this signature in database
GPG key ID: F8D7748549A5986A
7 changed files with 38 additions and 1 deletions

View file

@ -15,3 +15,6 @@ postgresql-ha:
pgpool:
image:
registry: public.ecr.aws
test:
image:
name: code.forgejo.org/oci/busybox

View file

@ -1,6 +1,11 @@
# Test codeberg.org image
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

View file

@ -9,11 +9,16 @@ postgresql:
# https://code.forgejo.org/forgejo-helm/forgejo-helm/issues/1045
image:
registry: public.ecr.aws
global:
security:
allowInsecureImages: true
# Use mirror
# https://code.forgejo.org/forgejo-helm/forgejo-helm/issues/1045
test:
image:
name: code.forgejo.org/oci/busybox
persistence:
enabled: true

View file

@ -3,6 +3,12 @@ image:
repository: forgejo-experimental/forgejo
tag: 10.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-ha:

View file

@ -3,6 +3,12 @@ image:
repository: forgejo-experimental/forgejo
tag: 11.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-ha:

View file

@ -3,6 +3,12 @@ image:
repository: forgejo-experimental/forgejo
tag: 8.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-ha:

View file

@ -3,6 +3,12 @@ image:
repository: forgejo-experimental/forgejo
tag: 9.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-ha: