stacks-instances/otc/infra-test.t09.de/stacks/forgejo/forgejo-server.yaml

38 lines
1.6 KiB
YAML
Raw Permalink Normal View History

2025-07-03 10:09:13 +00:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: forgejo-server
namespace: argocd
labels:
env: dev
spec:
project: default
syncPolicy:
automated:
selfHeal: true
syncOptions:
- CreateNamespace=true
retry:
limit: -1
destination:
name: in-cluster
namespace: gitea
sources:
2025-07-07 14:13:18 +00:00
- repoURL: https://edp.buildth.ing/DevFW-CICD/forgejo-helm.git
2025-07-03 10:09:13 +00:00
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)
# then use the devops pipeline and select development, forgejo and the desired version (example v9.0.0):
2025-07-07 14:13:18 +00:00
# https://edp.buildth.ing/DevFW-CICD/devops-pipelines/actions?workflow=update-helm-depends.yaml&actor=0&status=0
2025-07-03 10:09:13 +00:00
# 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
2025-07-07 14:13:18 +00:00
targetRevision: v12.0.0-depends
2025-07-03 10:09:13 +00:00
helm:
valueFiles:
- $values/otc/infra-test.t09.de/stacks/forgejo/forgejo-server/values.yaml
- 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/infra-test.t09.de/stacks/forgejo/forgejo-server/manifests"