-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #292 from hms-dbmi-cellenics/biomage-changes-1
Updates from biomage fork
- Loading branch information
Showing
158 changed files
with
426,109 additions
and
1,924 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
Oops, something went wrong.