From 6561f270e69f20a1fb4b0c95635a92e111cc992e Mon Sep 17 00:00:00 2001 From: Automated pipeline Date: Thu, 31 Jul 2025 09:37:35 +0000 Subject: [PATCH] Automated upload for edp.buildth.ing --- otc/edp.buildth.ing/stacks/core/argocd.yaml | 4 ++-- otc/edp.buildth.ing/stacks/forgejo/forgejo-server.yaml | 10 ++-------- .../stacks/forgejo/forgejo-server/values.yaml | 1 + otc/edp.buildth.ing/stacks/otc/ingress-nginx.yaml | 4 ++-- 4 files changed, 7 insertions(+), 12 deletions(-) diff --git a/otc/edp.buildth.ing/stacks/core/argocd.yaml b/otc/edp.buildth.ing/stacks/core/argocd.yaml index db12173..6f8520a 100644 --- a/otc/edp.buildth.ing/stacks/core/argocd.yaml +++ b/otc/edp.buildth.ing/stacks/core/argocd.yaml @@ -18,12 +18,12 @@ spec: name: in-cluster namespace: argocd sources: - - repoURL: https://observability.buildth.ing/DevFW-CICD/argocd-helm.git + - repoURL: https://github.com/argoproj/argo-helm.git path: charts/argo-cd # TODO: RIRE Can be updated when https://github.com/argoproj/argo-cd/issues/20790 is fixed and merged # As logout make problems, it is suggested to switch from path based routing to an own argocd domain, # similar to the CNOE amazon reference implementation and in our case, Forgejo - targetRevision: argo-cd-7.8.14-depends + targetRevision: argo-cd-7.8.28 helm: valueFiles: - $values/otc/edp.buildth.ing/stacks/core/argocd/values.yaml diff --git a/otc/edp.buildth.ing/stacks/forgejo/forgejo-server.yaml b/otc/edp.buildth.ing/stacks/forgejo/forgejo-server.yaml index 467a4b0..d835ede 100644 --- a/otc/edp.buildth.ing/stacks/forgejo/forgejo-server.yaml +++ b/otc/edp.buildth.ing/stacks/forgejo/forgejo-server.yaml @@ -18,15 +18,9 @@ spec: name: in-cluster namespace: gitea sources: - - repoURL: https://observability.buildth.ing/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) - # then use the devops pipeline and select development, forgejo and the desired version (example v9.0.0): - # https://observability.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 + targetRevision: v12.0.0 helm: valueFiles: - $values/otc/edp.buildth.ing/stacks/forgejo/forgejo-server/values.yaml diff --git a/otc/edp.buildth.ing/stacks/forgejo/forgejo-server/values.yaml b/otc/edp.buildth.ing/stacks/forgejo/forgejo-server/values.yaml index c7fd83b..3126124 100644 --- a/otc/edp.buildth.ing/stacks/forgejo/forgejo-server/values.yaml +++ b/otc/edp.buildth.ing/stacks/forgejo/forgejo-server/values.yaml @@ -136,6 +136,7 @@ gitea: service: DISABLE_REGISTRATION: true + ENABLE_NOTIFY_MAIL: true other: SHOW_FOOTER_VERSION: false diff --git a/otc/edp.buildth.ing/stacks/otc/ingress-nginx.yaml b/otc/edp.buildth.ing/stacks/otc/ingress-nginx.yaml index 8b28d5e..c1b332c 100644 --- a/otc/edp.buildth.ing/stacks/otc/ingress-nginx.yaml +++ b/otc/edp.buildth.ing/stacks/otc/ingress-nginx.yaml @@ -18,9 +18,9 @@ spec: name: in-cluster namespace: ingress-nginx sources: - - repoURL: https://observability.buildth.ing/DevFW-CICD/ingress-nginx-helm.git + - repoURL: https://github.com/kubernetes/ingress-nginx.git path: charts/ingress-nginx - targetRevision: helm-chart-4.12.1-depends + targetRevision: helm-chart-4.12.1 helm: valueFiles: - $values/otc/edp.buildth.ing/stacks/otc/ingress-nginx/values.yaml