Initial upload
This commit is contained in:
parent
915b6bdf9e
commit
8613d614cb
4 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: forgejostack
|
||||
name: forgejo
|
||||
namespace: argocd
|
||||
labels:
|
||||
env: dev
|
||||
|
|
|
@ -21,4 +21,4 @@ spec:
|
|||
source:
|
||||
repoURL: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/stacks-instances
|
||||
targetRevision: HEAD
|
||||
path: "otc/central-forgejo.think-ahead.cloud/stacks/core/forgejo-runner"
|
||||
path: "otc/central-forgejo.think-ahead.cloud/stacks/forgejo/forgejo-runner"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: forgejo
|
||||
name: forgejo-server
|
||||
namespace: argocd
|
||||
labels:
|
||||
env: dev
|
||||
|
@ -23,7 +23,7 @@ spec:
|
|||
targetRevision: v12.0.0-depends
|
||||
helm:
|
||||
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
|
||||
targetRevision: HEAD
|
||||
ref: values
|
||||
|
|
Loading…
Reference in a new issue