From deb9a62d56bcd3c1ea19b8aeb3f1a14683501484 Mon Sep 17 00:00:00 2001 From: Automated pipeline Date: Fri, 6 Jun 2025 09:52:37 +0000 Subject: [PATCH] Initial upload --- otc/abc.t09.de/stacks/core/argocd.yaml | 3 +++ otc/abc.t09.de/stacks/forgejo/forgejo-server.yaml | 8 +++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/otc/abc.t09.de/stacks/core/argocd.yaml b/otc/abc.t09.de/stacks/core/argocd.yaml index 22c28b9..79be92b 100644 --- a/otc/abc.t09.de/stacks/core/argocd.yaml +++ b/otc/abc.t09.de/stacks/core/argocd.yaml @@ -30,3 +30,6 @@ spec: - repoURL: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/stacks-instances targetRevision: HEAD ref: values + - repoURL: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/stacks-instances + targetRevision: HEAD + path: "otc/abc.t09.de/stacks/core/argocd/manifests" \ No newline at end of file diff --git a/otc/abc.t09.de/stacks/forgejo/forgejo-server.yaml b/otc/abc.t09.de/stacks/forgejo/forgejo-server.yaml index 0dd3171..762b202 100644 --- a/otc/abc.t09.de/stacks/forgejo/forgejo-server.yaml +++ b/otc/abc.t09.de/stacks/forgejo/forgejo-server.yaml @@ -20,7 +20,13 @@ spec: sources: - repoURL: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/forgejo-helm.git path: . - targetRevision: v12.0.0-depends + # 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) + # then use the devops pipeline and select development, forgejo and the desired version (example v9.0.0): + # 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 helm: valueFiles: - $values/otc/abc.t09.de/stacks/forgejo/forgejo-server/values.yaml