stacks-instances/otc/dev.t09.de/stacks/forgejo/forgejo-server.yaml
Daniel Sy f43880cb11
build(forgejo): ⬆️ Bump Helm chart version to v16.2.0
Updates the Helm chart source to a newer version to leverage the latest features, improvements, and bug fixes for Forgejo deployment.
2026-03-02 15:49:43 +01:00

33 lines
842 B
YAML

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:
- repoURL: https://code.forgejo.org/forgejo-helm/forgejo-helm.git
path: .
targetRevision: v16.2.0
helm:
valueFiles:
- $values/otc/dev.t09.de/stacks/forgejo/forgejo-server/values.yaml
- repoURL: https://edp.buildth.ing/DevFW-CICD/stacks-instances
targetRevision: HEAD
ref: values
- repoURL: https://edp.buildth.ing/DevFW-CICD/stacks-instances
targetRevision: HEAD
path: "otc/dev.t09.de/stacks/forgejo/forgejo-server/manifests"