Skip to content

Commit

Permalink
Bump startup
Browse files Browse the repository at this point in the history
  • Loading branch information
bpblanken committed Nov 5, 2024
1 parent a879e82 commit 6c9f2a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/seqr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ maintainers:
- name: seqr
email: [email protected]
type: application
version: 1.4.5
version: 1.4.6
appVersion: "d4df2c2415e2baaed1eb780f3cf178d8593a309e"
dependencies:
- name: redis
Expand Down
2 changes: 1 addition & 1 deletion charts/seqr/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# seqr

![Version: 1.4.5](https://img.shields.io/badge/Version-1.4.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: d4df2c2415e2baaed1eb780f3cf178d8593a309e](https://img.shields.io/badge/AppVersion-d4df2c2415e2baaed1eb780f3cf178d8593a309e-informational?style=flat-square)
![Version: 1.4.6](https://img.shields.io/badge/Version-1.4.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: d4df2c2415e2baaed1eb780f3cf178d8593a309e](https://img.shields.io/badge/AppVersion-d4df2c2415e2baaed1eb780f3cf178d8593a309e-informational?style=flat-square)

A Helm chart for deploying the Seqr app, an open source software platform for rare disease genomics

Expand Down
2 changes: 1 addition & 1 deletion charts/seqr/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
- /bin/bash
- -c
- /readiness_probe
failureThreshold: 6
failureThreshold: 30
periodSeconds: 10
{{- with .Values.deploymentSidecars }}
{{- tpl . $ | nindent 6 }}
Expand Down

0 comments on commit 6c9f2a1

Please sign in to comment.