From 4dcce330b64eab23fd6e7c7b8d6326b87235fdfb Mon Sep 17 00:00:00 2001 From: Automated pipeline Date: Tue, 3 Jun 2025 12:05:41 +0000 Subject: [PATCH] Initial upload --- .../registry/forgejo.yaml | 24 +++++++++++++++++++ .../{core => forgejo}/forgejo-runner.yaml | 0 .../forgejo-runner/dind-docker.yaml | 0 .../stacks/{core => forgejo}/forgejo.yaml | 0 .../{core => forgejo}/forgejo/values.yaml | 3 +-- 5 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 otc/central-forgejo.think-ahead.cloud/registry/forgejo.yaml rename otc/central-forgejo.think-ahead.cloud/stacks/{core => forgejo}/forgejo-runner.yaml (100%) rename otc/central-forgejo.think-ahead.cloud/stacks/{core => forgejo}/forgejo-runner/dind-docker.yaml (100%) rename otc/central-forgejo.think-ahead.cloud/stacks/{core => forgejo}/forgejo.yaml (100%) rename otc/central-forgejo.think-ahead.cloud/stacks/{core => forgejo}/forgejo/values.yaml (99%) diff --git a/otc/central-forgejo.think-ahead.cloud/registry/forgejo.yaml b/otc/central-forgejo.think-ahead.cloud/registry/forgejo.yaml new file mode 100644 index 0000000..0c69829 --- /dev/null +++ b/otc/central-forgejo.think-ahead.cloud/registry/forgejo.yaml @@ -0,0 +1,24 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: forgejo + namespace: argocd + labels: + env: dev + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + destination: + name: in-cluster + namespace: argocd + source: + path: "otc/central-forgejo.think-ahead.cloud/stacks/forgejo" + repoURL: "https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/stacks-instances" + targetRevision: HEAD + project: default + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true diff --git a/otc/central-forgejo.think-ahead.cloud/stacks/core/forgejo-runner.yaml b/otc/central-forgejo.think-ahead.cloud/stacks/forgejo/forgejo-runner.yaml similarity index 100% rename from otc/central-forgejo.think-ahead.cloud/stacks/core/forgejo-runner.yaml rename to otc/central-forgejo.think-ahead.cloud/stacks/forgejo/forgejo-runner.yaml diff --git a/otc/central-forgejo.think-ahead.cloud/stacks/core/forgejo-runner/dind-docker.yaml b/otc/central-forgejo.think-ahead.cloud/stacks/forgejo/forgejo-runner/dind-docker.yaml similarity index 100% rename from otc/central-forgejo.think-ahead.cloud/stacks/core/forgejo-runner/dind-docker.yaml rename to otc/central-forgejo.think-ahead.cloud/stacks/forgejo/forgejo-runner/dind-docker.yaml diff --git a/otc/central-forgejo.think-ahead.cloud/stacks/core/forgejo.yaml b/otc/central-forgejo.think-ahead.cloud/stacks/forgejo/forgejo.yaml similarity index 100% rename from otc/central-forgejo.think-ahead.cloud/stacks/core/forgejo.yaml rename to otc/central-forgejo.think-ahead.cloud/stacks/forgejo/forgejo.yaml diff --git a/otc/central-forgejo.think-ahead.cloud/stacks/core/forgejo/values.yaml b/otc/central-forgejo.think-ahead.cloud/stacks/forgejo/forgejo/values.yaml similarity index 99% rename from otc/central-forgejo.think-ahead.cloud/stacks/core/forgejo/values.yaml rename to otc/central-forgejo.think-ahead.cloud/stacks/forgejo/forgejo/values.yaml index 7af447b..5316d12 100644 --- a/otc/central-forgejo.think-ahead.cloud/stacks/core/forgejo/values.yaml +++ b/otc/central-forgejo.think-ahead.cloud/stacks/forgejo/forgejo/values.yaml @@ -69,7 +69,6 @@ gitea: secretKeyRef: name: elasticsearch-cloud-credentials key: connection-string - admin: existingSecret: gitea-credential @@ -81,7 +80,7 @@ gitea: # TODO next REPO_INDEXER_ENABLED: false # REPO_INDEXER_TYPE: meilisearch # not yet working - + storage: MINIO_ENDPOINT: obs.eu-de.otc.t-systems.com:443 STORAGE_TYPE: minio