Skip to content

Commit

Permalink
fix up helm tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanetteclark committed May 3, 2024
1 parent a7105bd commit bb8c236
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: "bugfix-postgres-connections"
tag: "develop"


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: "bugfix-postgres-connections"
tag: "develop"

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: "bugfix-postgres-connections"
tag: "develop"


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 @@ -10,7 +10,7 @@ labels:
image:
repository: ghcr.io/nceas/metadig-worker
pullPolicy: Always
tag: "bugfix-postgres-connections"
tag: "develop"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit bb8c236

Please sign in to comment.