mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 18:36:53 +08:00
forgejo: update with prod/stg quay image and tag variables
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user