Skip to content

Commit

Permalink
chore(kubernetes): use latest tag of SILO
Browse files Browse the repository at this point in the history
Since GenSpectrum/LAPIS-SILO#215 is merged now
  • Loading branch information
fengelniederhammer committed Dec 19, 2023
1 parent dc17234 commit 51f0eaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/preview/templates/lapis-silo-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
spec:
containers:
- name: silo
image: ghcr.io/genspectrum/lapis-silo:test-branch
image: ghcr.io/genspectrum/lapis-silo:latest
ports:
- containerPort: 8081
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
spec:
containers:
- name: silo-preprocessing
image: ghcr.io/genspectrum/lapis-silo:test-branch
image: ghcr.io/genspectrum/lapis-silo:latest
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down

0 comments on commit 51f0eaf

Please sign in to comment.