forgejo: updated values template with fedora forgejo image

Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
David Kirwan 2025-03-14 13:10:31 +00:00
parent d68dbcba37
commit bf2aa3ebbe
No known key found for this signature in database
GPG key ID: A5893AB6474AC37D

View file

@ -49,11 +49,11 @@ clusterDomain: cluster.local
## @param image.rootless Wether or not to pull the rootless version of Forgejo ## @param image.rootless Wether or not to pull the rootless version of Forgejo
## @param image.fullOverride Completely overrides the image registry, path/image, tag and digest. **Adjust `image.rootless` accordingly and review [Rootless defaults](#rootless-defaults).** ## @param image.fullOverride Completely overrides the image registry, path/image, tag and digest. **Adjust `image.rootless` accordingly and review [Rootless defaults](#rootless-defaults).**
image: image:
registry: code.forgejo.org registry: quay.io
repository: forgejo/forgejo repository: konflux-fedora/fedora-infra-tenant/forgejo-oci-images
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: '' tag: ''
digest: '' digest: 'sha256:f716da57351d75bd81c1f46c40a1f49f19e36e80702efea870212b0a90d426e7'
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
rootless: true rootless: true
fullOverride: '' fullOverride: ''
@ -197,7 +197,7 @@ ingress:
route: route:
enabled: true enabled: true
annotations: {} annotations: {}
host: host: "forgejo.apps.ocp.stg.fedoraproject.org"
wildcardPolicy: wildcardPolicy:
tls: tls:
termination: edge termination: edge