Skip to content

Commit

Permalink
bump pipeline runner with docker
Browse files Browse the repository at this point in the history
  • Loading branch information
bpblanken committed Oct 11, 2024
1 parent 79e7706 commit 24de6c5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/pipeline-runner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ maintainers:
- name: seqr
email: [email protected]
type: application
version: 0.1.15-dev
appVersion: "92f827224f608388fc4e20be60a08b1f675c7408"
version: 0.1.16-dev
appVersion: "ffa085dca1e1c8a4a168345468f795a141dd63f1"
dependencies:
- name: lib
version: 0.1.4
Expand Down
6 changes: 6 additions & 0 deletions charts/pipeline-runner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ volumes: |-
persistentVolumeClaim:
readOnly: false
claimName: {{ include "lib.pvc-name" . }}
- name: docker-socket
hostPath:
path: /var/run/docker.sock
- name: luigi-config
configMap:
name: luigi-config
Expand All @@ -25,6 +28,9 @@ volumeMounts: |-
- name: seqr-datasets
mountPath: /var/seqr
readOnly: false
- name: docker-socket
mountPath: /var/run/docker.sock
readOnly: false
- name: luigi-config
mountPath: /etc/luigi/luigi.cfg
subPath: luigi.cfg
Expand Down
2 changes: 2 additions & 0 deletions kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ nodes:
- hostPath: /var/seqr
containerPath: /var/seqr
readOnly: false
- hostPath: /var/run/docker.sock
containerPath: /var/run/docker.sock
extraPortMappings:
- containerPort: 30950 # the seqr app exposes a NodePort on this port
hostPort: 80
Expand Down

0 comments on commit 24de6c5

Please sign in to comment.