Skip to content

Commit

Permalink
Merge pull request #292 from hms-dbmi-cellenics/biomage-changes-1
Browse files Browse the repository at this point in the history
Updates from biomage fork
  • Loading branch information
alexvpickering authored Jan 13, 2023
2 parents 349be4f + f81ed64 commit 0992367
Show file tree
Hide file tree
Showing 158 changed files with 426,109 additions and 1,924 deletions.
83 changes: 74 additions & 9 deletions .flux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,88 @@ metadata:
labels:
sandboxId: FILLED_IN_BY_CI
---
apiVersion: helm.fluxcd.io/v1
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: GitRepository
metadata:
name: FILLED_IN_BY_CI
namespace: FILLED_IN_BY_CI
spec:
interval: 5m0s
url: https://github.com/hms-dbmi-cellenics/pipeline
---
apiVersion: image.toolkit.fluxcd.io/v1beta1
kind: ImageRepository
metadata:
name: FILLED_IN_BY_CI
namespace: FILLED_IN_BY_CI
spec:
image: FILLED_IN_BY_CI
interval: 2m0s
---
apiVersion: image.toolkit.fluxcd.io/v1beta1
kind: ImagePolicy
metadata:
name: FILLED_IN_BY_CI
namespace: FILLED_IN_BY_CI
spec:
imageRepositoryRef:
name: FILLED_IN_BY_CI
namespace: FILLED_IN_BY_CI
filterTags:
pattern: FILLED_IN_BY_CI
extract: FILLED_IN_BY_CI
---
apiVersion: image.toolkit.fluxcd.io/v1beta1
kind: ImageUpdateAutomation
metadata:
name: FILLED_IN_BY_CI
namespace: FILLED_IN_BY_CI
spec:
interval: 2m0s
sourceRef:
kind: GitRepository
name: flux-system
namespace: flux-system
git:
commit:
author:
name: Flux - Pipeline image update
email: [email protected]
update:
strategy: Setters
path: FILLED_IN_BY_CI
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: FILLED_IN_BY_CI
namespace: FILLED_IN_BY_CI
annotations:
fluxcd.io/automated: "true"
labels:
sandboxId: FILLED_IN_BY_CI
spec:
releaseName: FILLED_IN_BY_CI
interval: 2m0s
chart:
git: https://github.com/hms-dbmi-cellenics/pipeline
path: chart-infra/
ref: FILLED_IN_BY_CI
spec:
chart: chart-infra/
sourceRef:
kind: GitRepository
name: FILLED_IN_BY_CI
namespace: FILLED_IN_BY_CI
reconcileStrategy: Revision
values:
replicaCount: FILLED_IN_BY_CI
clusterEnv: FILLED_IN_BY_CI
sandboxId: FILLED_IN_BY_CI
image:
registry: FILLED_IN_BY_CI
repository: FILLED_IN_BY_CI
tag: FILLED_IN_BY_CI
memoryRequest: FILLED_IN_BY_CI
serviceAccount:
iamRole: FILLED_IN_BY_CI
valuesFrom:
- configMapKeyRef:
- kind: ConfigMap
valuesKey: account-config.yaml
name: account-config
namespace: flux
key: account-config.yaml
optional: false
Loading

0 comments on commit 0992367

Please sign in to comment.