From 00cc33fb3eb67dea2e08770c2d5b283daf576ca7 Mon Sep 17 00:00:00 2001 From: David Kirwan Date: Wed, 21 May 2025 13:13:33 +0100 Subject: [PATCH] forgejo: update the image to the f42 base v11 + main commits Signed-off-by: David Kirwan --- roles/openshift-apps/forgejo/templates/values.yaml.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/openshift-apps/forgejo/templates/values.yaml.j2 b/roles/openshift-apps/forgejo/templates/values.yaml.j2 index 74469811e5..21dc1a5b82 100644 --- a/roles/openshift-apps/forgejo/templates/values.yaml.j2 +++ b/roles/openshift-apps/forgejo/templates/values.yaml.j2 @@ -50,10 +50,10 @@ 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 + repository: konflux-fedora/fedora-infra-tenant/forgejo-oci-images-main-stable # Overrides the image tag whose default is the chart appVersion. - tag: '' - digest: 'sha256:4f29a06ab8ad2d2a86025a8176e1088a583306597813a14447d34f8dbfb7a439' + tag: 'latest' + digest: '' pullPolicy: IfNotPresent rootless: true fullOverride: ''