Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
820ddf43d6 fix 2025-07-16 16:13:15 +02:00
6ea603ddb1 fix: update repo url 2025-07-16 16:00:39 +02:00
4 changed files with 3 additions and 66 deletions

View file

@ -2,6 +2,7 @@ apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
name: forgejo
namespace: argocd
spec:
goTemplate: true
goTemplateOptions: ["missingkey=error"]
@ -37,9 +38,9 @@ spec:
helm:
valueFiles:
- $values/forgejo/forgejo-server/values.yaml
- repoURL: https://edp.buildth.ing/DevFW/applicationset-poc.git
- repoURL: https://edp.buildth.ing/DevFW-CICD/applicationset-poc.git
targetRevision: '{{.cluster}}'
ref: values
- repoURL: https://edp.buildth.ing/DevFW/applicationset-poc.git
- repoURL: https://edp.buildth.ing/DevFW-CICD/applicationset-poc.git
targetRevision: '{{.cluster}}'
path: "forgejo/forgejo-server/manifests"

View file

@ -1,24 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: forgejo-runner
namespace: argocd
labels:
env: dev
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
syncPolicy:
automated:
selfHeal: true
syncOptions:
- CreateNamespace=true
retry:
limit: -1
destination:
server: "https://kubernetes.default.svc"
source:
repoURL: https://edp.buildth.ing/DevFW/applicationset-poc.git
targetRevision: HEAD
path: "forgejo/forgejo-runner"

View file

@ -1,38 +0,0 @@
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://edp.buildth.ing/DevFW-CICD/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)
# then use the devops pipeline and select development, forgejo and the desired version (example v9.0.0):
# https://edp.buildth.ing/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: v12.0.0-depends
helm:
valueFiles:
- $values/{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/forgejo/forgejo-server/values.yaml
- repoURL: https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}}
targetRevision: HEAD
ref: values
- repoURL: https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}}
targetRevision: HEAD
path: "{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/forgejo/forgejo-server/manifests"

View file

@ -17,8 +17,6 @@ postgresql-ha:
persistence:
enabled: true
size: 200Gi
annotations:
everest.io/crypt-key-id: {{{ .Env.PVC_KMS_KEY_ID }}}
test:
enabled: false