Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(chore): Update to update to silo 0.3.0, lapis to 0.3.7, fix e2e tests #3077

Merged
merged 23 commits into from
Oct 26, 2024
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions kubernetes/loculus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1243,9 +1243,9 @@ defaultOrganisms:
header: "Collection Details"
- name: pangoLineage
initiallyVisible: true
type: pango_lineage
autocomplete: true
required: true
type: string
website:
tableColumns:
- country
Expand All @@ -1256,7 +1256,6 @@ defaultOrganisms:
defaultOrderBy: date
silo:
dateToSortBy: date
partitionBy: pangoLineage
preprocessing:
- version: 1
image: ghcr.io/loculus-project/preprocessing-dummy
Expand Down Expand Up @@ -1451,7 +1450,7 @@ insecureCookies: false
bannerMessage: "This is a demonstration environment. It may contain non-accurate test data and should not be used for real-world applications. Data will be deleted regularly."
additionalHeadHTML: '<script defer data-domain="loculus.org" src="https://plausible.io/js/script.js"></script>'
images:
lapisSilo: "ghcr.io/genspectrum/lapis-silo:0.2.23"
lapisSilo: "ghcr.io/genspectrum/lapis-silo:0.3.0"
lapis: "ghcr.io/genspectrum/lapis:0.3.5"
anna-parker marked this conversation as resolved.
Show resolved Hide resolved
secrets:
smtp-password:
Expand Down
Loading