parent
5cb92476cb
commit
7783a7e6da
4 changed files with 45 additions and 6 deletions
|
@ -1 +1,20 @@
|
||||||
# default values
|
# 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
|
||||||
|
|
|
@ -2,10 +2,14 @@
|
||||||
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
|
||||||
postgresql:
|
|
||||||
enabled: false
|
|
||||||
postgresql-ha:
|
postgresql-ha:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
|
|
|
@ -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:
|
redis-cluster:
|
||||||
enabled: false
|
enabled: false
|
||||||
postgresql:
|
|
||||||
enabled: true
|
|
||||||
postgresql-ha:
|
postgresql-ha:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
|
postgresql:
|
||||||
|
enabled: true
|
||||||
|
image:
|
||||||
|
registry: public.ecr.aws # Use mirror
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
|
|
@ -3,10 +3,14 @@ image:
|
||||||
repository: forgejo-experimental/forgejo
|
repository: forgejo-experimental/forgejo
|
||||||
tag: 7.0-test # don't pin, manifests can be missing
|
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:
|
redis-cluster:
|
||||||
enabled: false
|
enabled: false
|
||||||
postgresql:
|
|
||||||
enabled: false
|
|
||||||
postgresql-ha:
|
postgresql-ha:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue