From 1738062323f2a056898dced201e7b4787a423203 Mon Sep 17 00:00:00 2001 From: "Patrick.Sy" Date: Wed, 11 Jun 2025 13:13:20 +0000 Subject: [PATCH] Update otc/abc.t09.de/stacks/forgejo/forgejo-server.yaml --- otc/abc.t09.de/stacks/forgejo/forgejo-server.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/otc/abc.t09.de/stacks/forgejo/forgejo-server.yaml b/otc/abc.t09.de/stacks/forgejo/forgejo-server.yaml index 762b202..9c59731 100644 --- a/otc/abc.t09.de/stacks/forgejo/forgejo-server.yaml +++ b/otc/abc.t09.de/stacks/forgejo/forgejo-server.yaml @@ -18,7 +18,7 @@ spec: name: in-cluster namespace: gitea sources: - - repoURL: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/forgejo-helm.git + - repoURL: https://code.forgejo.org/forgejo-helm/forgejo-helm.git path: . # first check out the desired version (example v9.0.0): https://code.forgejo.org/forgejo-helm/forgejo-helm/src/tag/v9.0.0/Chart.yaml # (note that the chart version is not the same as the forgejo application version, which is specified in the above Chart.yaml file) @@ -26,7 +26,7 @@ spec: # https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/devops-pipelines/actions?workflow=update-helm-depends.yaml&actor=0&status=0 # finally update the desired version here and include "-depends", it is created by the devops pipeline. # why do we have an added "-depends" tag? it resolves rate limitings when downloading helm OCI dependencies - targetRevision: v9.0.0-depends + targetRevision: v10.1.2 helm: valueFiles: - $values/otc/abc.t09.de/stacks/forgejo/forgejo-server/values.yaml