Initial upload

This commit is contained in:
Automated pipeline 2025-06-03 12:21:30 +00:00 committed by Actions pipeline
parent 915b6bdf9e
commit 8613d614cb
4 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
kind: Application kind: Application
metadata: metadata:
name: forgejostack name: forgejo
namespace: argocd namespace: argocd
labels: labels:
env: dev env: dev

View file

@ -21,4 +21,4 @@ spec:
source: source:
repoURL: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/stacks-instances repoURL: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/stacks-instances
targetRevision: HEAD targetRevision: HEAD
path: "otc/central-forgejo.think-ahead.cloud/stacks/core/forgejo-runner" path: "otc/central-forgejo.think-ahead.cloud/stacks/forgejo/forgejo-runner"

View file

@ -1,7 +1,7 @@
apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
kind: Application kind: Application
metadata: metadata:
name: forgejo name: forgejo-server
namespace: argocd namespace: argocd
labels: labels:
env: dev env: dev
@ -23,7 +23,7 @@ spec:
targetRevision: v12.0.0-depends targetRevision: v12.0.0-depends
helm: helm:
valueFiles: valueFiles:
- $values/otc/central-forgejo.think-ahead.cloud/stacks/core/forgejo/values.yaml - $values/otc/central-forgejo.think-ahead.cloud/stacks/forgejo/forgejo-server/values.yaml
- repoURL: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/stacks-instances - repoURL: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/stacks-instances
targetRevision: HEAD targetRevision: HEAD
ref: values ref: values