Skip to content

Commit

Permalink
another pg attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
bpblanken committed Oct 11, 2024
1 parent 726d87d commit 1e77921
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Chart Lint
run: ct lint --all
- name: Create folder
run: sudo mkdir -p /var/seqr; sudo chmod 666 /var/seqr
run: sudo mkdir -p /var/seqr; sudo chmod 777 /var/seqr
- name: Create kind cluster
uses: helm/[email protected]
with:
Expand Down
6 changes: 3 additions & 3 deletions charts/seqr-platform/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ dependencies:
version: 1.1.13-dev
- name: pipeline-runner
repository: https://broadinstitute.github.io/seqr-helm
version: 0.1.13-dev
version: 0.1.14-dev
- name: hail-search
repository: https://broadinstitute.github.io/seqr-helm
version: 0.2.10-dev
- name: lib
repository: https://broadinstitute.github.io/seqr-helm
version: 0.1.4
digest: sha256:8b94d568d4ba828676204f8deba918ffefb63a0f5faed3f07b3b3329eca81feb
generated: "2024-10-10T18:36:41.094876-04:00"
digest: sha256:734f95db1cdd869847897f6b082d7a77e88126e40b47dd2c24949ad20fdca880
generated: "2024-10-10T22:12:09.088046-04:00"
4 changes: 2 additions & 2 deletions charts/seqr-platform/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ maintainers:
- name: seqr
email: [email protected]
type: application
version: 0.1.18-dev
version: 0.1.19-dev
dependencies:
- name: seqr
version: 1.1.13-dev
repository: "https://broadinstitute.github.io/seqr-helm"
- name: pipeline-runner
version: 0.1.13-dev
version: 0.1.14-dev
repository: "https://broadinstitute.github.io/seqr-helm"
condition: pipeline-runner.enabled
- name: hail-search
Expand Down
2 changes: 1 addition & 1 deletion charts/seqr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ postgresql:
chown -R `id -u`:`id -G | cut -d " " -f2` {{ .Values.postgresqlDataDir }}
# In theory this block is template-able but is getting wrapped in single quotes.
securityContext:
runAsGroup: 0
runAsGroup: 1001
runAsNonRoot: false
seLinuxOptions: {}
seccompProfile:
Expand Down

0 comments on commit 1e77921

Please sign in to comment.