ci: use forgejo mirror for busybox
This commit is contained in:
parent
bc3764c219
commit
af662db1f2
7 changed files with 38 additions and 1 deletions
|
@ -15,3 +15,6 @@ postgresql-ha:
|
||||||
pgpool:
|
pgpool:
|
||||||
image:
|
image:
|
||||||
registry: public.ecr.aws
|
registry: public.ecr.aws
|
||||||
|
test:
|
||||||
|
image:
|
||||||
|
name: code.forgejo.org/oci/busybox
|
||||||
|
|
|
@ -1,6 +1,11 @@
|
||||||
# Test codeberg.org image
|
# Test codeberg.org image
|
||||||
image:
|
image:
|
||||||
registry: codeberg.org
|
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:
|
redis-cluster:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
|
@ -9,11 +9,16 @@ postgresql:
|
||||||
# https://code.forgejo.org/forgejo-helm/forgejo-helm/issues/1045
|
# https://code.forgejo.org/forgejo-helm/forgejo-helm/issues/1045
|
||||||
image:
|
image:
|
||||||
registry: public.ecr.aws
|
registry: public.ecr.aws
|
||||||
|
|
||||||
global:
|
global:
|
||||||
security:
|
security:
|
||||||
allowInsecureImages: true
|
allowInsecureImages: true
|
||||||
|
|
||||||
|
# Use mirror
|
||||||
|
# https://code.forgejo.org/forgejo-helm/forgejo-helm/issues/1045
|
||||||
|
test:
|
||||||
|
image:
|
||||||
|
name: code.forgejo.org/oci/busybox
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,12 @@ image:
|
||||||
repository: forgejo-experimental/forgejo
|
repository: forgejo-experimental/forgejo
|
||||||
tag: 10.0-test # don't pin, manifests can be missing
|
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:
|
redis-cluster:
|
||||||
enabled: false
|
enabled: false
|
||||||
postgresql-ha:
|
postgresql-ha:
|
||||||
|
|
|
@ -3,6 +3,12 @@ image:
|
||||||
repository: forgejo-experimental/forgejo
|
repository: forgejo-experimental/forgejo
|
||||||
tag: 11.0-test # don't pin, manifests can be missing
|
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:
|
redis-cluster:
|
||||||
enabled: false
|
enabled: false
|
||||||
postgresql-ha:
|
postgresql-ha:
|
||||||
|
|
|
@ -3,6 +3,12 @@ image:
|
||||||
repository: forgejo-experimental/forgejo
|
repository: forgejo-experimental/forgejo
|
||||||
tag: 8.0-test # don't pin, manifests can be missing
|
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:
|
redis-cluster:
|
||||||
enabled: false
|
enabled: false
|
||||||
postgresql-ha:
|
postgresql-ha:
|
||||||
|
|
|
@ -3,6 +3,12 @@ image:
|
||||||
repository: forgejo-experimental/forgejo
|
repository: forgejo-experimental/forgejo
|
||||||
tag: 9.0-test # don't pin, manifests can be missing
|
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:
|
redis-cluster:
|
||||||
enabled: false
|
enabled: false
|
||||||
postgresql-ha:
|
postgresql-ha:
|
||||||
|
|
Loading…
Reference in a new issue