Skip to content

Commit

Permalink
updating pelican export image to "master" as the code has been fixed …
Browse files Browse the repository at this point in the history
…to work with Helm
  • Loading branch information
EliseCastle23 committed Dec 5, 2024
1 parent 8c03803 commit 552bf3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helm/sower/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ A Helm chart for gen3 sower
| sowerConfig[0].container.env[7].name | string | `"SHEEPDOG"` | |
| sowerConfig[0].container.env[7].valueFrom.secretKeyRef.key | string | `"sheepdog"` | |
| sowerConfig[0].container.env[7].valueFrom.secretKeyRef.name | string | `"indexd-service-creds"` | |
| sowerConfig[0].container.image | string | `"quay.io/cdis/pelican-export:GPE-1252"` | |
| sowerConfig[0].container.image | string | `"quay.io/cdis/pelican-export:master"` | |
| sowerConfig[0].container.memory-limit | string | `"12Gi"` | |
| sowerConfig[0].container.name | string | `"job-task"` | |
| sowerConfig[0].container.pull_policy | string | `"Always"` | |
Expand Down Expand Up @@ -163,7 +163,7 @@ A Helm chart for gen3 sower
| sowerConfig[1].container.env[8].name | string | `"SHEEPDOG"` | |
| sowerConfig[1].container.env[8].valueFrom.secretKeyRef.key | string | `"sheepdog"` | |
| sowerConfig[1].container.env[8].valueFrom.secretKeyRef.name | string | `"indexd-service-creds"` | |
| sowerConfig[1].container.image | string | `"quay.io/cdis/pelican-export:GPE-1252"` | |
| sowerConfig[1].container.image | string | `"quay.io/cdis/pelican-export:master"` | |
| sowerConfig[1].container.memory-limit | string | `"12Gi"` | |
| sowerConfig[1].container.name | string | `"job-task"` | |
| sowerConfig[1].container.pull_policy | string | `"Always"` | |
Expand Down
4 changes: 2 additions & 2 deletions helm/sower/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ sowerConfig:
action: export
container:
name: job-task
image: quay.io/cdis/pelican-export:GPE-1252
image: quay.io/cdis/pelican-export:master
pull_policy: Always
env:
- name: DICTIONARY_URL
Expand Down Expand Up @@ -282,7 +282,7 @@ sowerConfig:
action: export-files
container:
name: job-task
image: quay.io/cdis/pelican-export:GPE-1252
image: quay.io/cdis/pelican-export:master
pull_policy: Always
env:
- name: DICTIONARY_URL
Expand Down

0 comments on commit 552bf3b

Please sign in to comment.