Skip to content

Commit

Permalink
chore(kubernetes): update LAPIS and SILO
Browse files Browse the repository at this point in the history
GenSpectrum/LAPIS-SILO#372 introduced a breaking change in the database config schema
(cherry picked from commit 57b2e2a)
  • Loading branch information
fengelniederhammer authored and corneliusroemer committed May 28, 2024
1 parent dc14744 commit 24bc771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions kubernetes/loculus/templates/lapis-silo-database-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ data:
generateIndex: {{ .generateIndex }}
{{- end }}
{{- end }}
- name: nucleotideInsertions
type: insertion
- name: aminoAcidInsertions
type: aaInsertion
primaryKey: accessionVersion
{{- .silo | toYaml | nindent 6 }}
{{- end }}
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/loculus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1174,8 +1174,8 @@ insecureCookies: false
bannerMessage: "This is a development environment. Data will not be persisted."
additionalHeadHTML: '<script defer data-domain="main.loculus.org" src="https://plausible.io/js/script.js"></script>'
imageTags:
lapisSilo: "0.1.0"
lapis: "0.1.1"
lapisSilo: "0.2.0"
lapis: "0.2.1"
secrets:
smtp-password:
type: raw
Expand Down

0 comments on commit 24bc771

Please sign in to comment.