Skip to content

Commit

Permalink
update helm charts
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanetteclark committed Mar 8, 2024
1 parent 526cc78 commit 647c828
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helm/metadig-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
image:
repository: ghcr.io/nceas/metadig-controller
pullPolicy: Always
tag: "develop"
tag: "v.3.0.0"


imagePullSecrets: []
Expand Down
2 changes: 1 addition & 1 deletion helm/metadig-scheduler/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
image:
repository: ghcr.io/nceas/metadig-scheduler
pullPolicy: Always
tag: "develop"
tag: "v.3.0.0"

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


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

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 647c828

Please sign in to comment.