Skip to content

Commit

Permalink
update helm charts
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanetteclark committed Aug 16, 2023
1 parent 6bd5e1f commit 17b9d3c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions helm/metadig-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ replicaCount: 1
image:
repository: ghcr.io/nceas/metadig-controller
pullPolicy: Always
tag: "v.2.5.0"


imagePullSecrets: []
Expand Down
1 change: 1 addition & 0 deletions helm/metadig-scheduler/config/taskList.csv
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ task-type,task-name,task-group,cron-schedule,params
# Dataset quality scoring tasks
quality,quality-knb,metadig,0 0/1 * * * ?,"^eml.*|^http.*eml.*;knb.suite.1;urn:node:KNB;2020-08-24T00:00:00.00Z;1;1000"
quality,quality-arctic,metadig,5 0/1 * * * ?,"^eml.*|^http.*eml.*;arctic.data.center.suite.1;urn:node:ARCTIC;2022-04-01T00:00:00.00Z;1;1000"
quality,quality-arctic,metadig,5 0/1 * * * ?,"^eml.*|^http.*eml.*;FAIR-suite-0.3.1;urn:node:ARCTIC;2022-04-01T00:00:00.00Z;1;1000"
quality,quality-dataone-fair,metadig,10 0/1 * * * ?,"^eml.*|^http.*eml.*|.*www.isotc211.org.*;FAIR-suite-0.3.1;urn:node:CN;2010-01-01T00:00:00.00Z;1;1000"
quality,quality-ess-dive,metadig,15 0/1 * * * ?,"^eml.*|^http.*eml.*;ess-dive.data.center.suite-1.1.0;urn:node:ESS_DIVE;2016-01-01T00:00:00.00Z;1;1000;"
quality,quality-cerp_sfwmd,metadig,20 0/1 * * * ?,"^eml.*|^http.*eml.*;FAIR-suite-0.3.1;urn:node:CERP_SFWMD;2010-10-07T00:00:00.00Z;1;1000;"
Expand Down
1 change: 1 addition & 0 deletions helm/metadig-scheduler/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ replicaCount: 1
image:
repository: ghcr.io/nceas/metadig-scheduler
pullPolicy: Always
tag: "v.2.5.0"

imagePullSecrets: []
nameOverride: ""
Expand Down
1 change: 1 addition & 0 deletions helm/metadig-scorer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ replicaCount: 1
image:
repository: ghcr.io/nceas/metadig-scorer
pullPolicy: Always
tag: "v.2.5.0"


imagePullSecrets: []
Expand Down
1 change: 1 addition & 0 deletions helm/metadig-worker/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ replicaCount: 1
image:
repository: ghcr.io/nceas/metadig-worker
pullPolicy: Always
tag: "v.2.5.0"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 17b9d3c

Please sign in to comment.