forgejo: update with prod/stg quay image and tag variables

Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
David Kirwan
2025-10-06 12:40:42 +01:00
parent 3fe44802f6
commit 3cda3377ee

View File

@@ -50,9 +50,9 @@ clusterDomain: cluster.local
## @param image.fullOverride Completely overrides the image registry, path/image, tag and digest. **Adjust `image.rootless` accordingly and review [Rootless defaults](#rootless-defaults).**
image:
registry: quay.io
repository: konflux-fedora/fedora-infra-tenant/forgejo-oci-images-main-stable
repository: "{{ (env == 'production') | ternary(forgejo_prod_quay_image, forgejo_stg_quay_image) }}"
# Overrides the image tag whose default is the chart appVersion.
tag: 'latest'
tag: "{{ (env == 'production') | ternary(forgejo_prod_quay_image_tag, forgejo_stg_quay_image_tag) }}"
digest: ''
pullPolicy: IfNotPresent
rootless: true