diff --git a/roles/openshift-apps/forgejo/templates/values.yaml.j2 b/roles/openshift-apps/forgejo/templates/values.yaml.j2 index 3dbf428a09..ccd0e89573 100644 --- a/roles/openshift-apps/forgejo/templates/values.yaml.j2 +++ b/roles/openshift-apps/forgejo/templates/values.yaml.j2 @@ -52,10 +52,10 @@ image: registry: quay.io repository: konflux-fedora/fedora-infra-tenant/forgejo-oci-images-main-stable # Overrides the image tag whose default is the chart appVersion. - tag: 'latest' - digest: '' + tag: '' + digest: 'sha256:741cdeb1bb263657b50aae1954905bf35bae0ba7faddca626aa90d0c126f9874sha256:741cdeb1bb263657b50aae1954905bf35bae0ba7faddca626aa90d0c126f9874' pullPolicy: IfNotPresent - rootless: false + rootless: true fullOverride: '' ## @param imagePullSecrets Secret to use for pulling the image