Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 4, 2024
1 parent 888a177 commit 5359b68
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion helm_charts/taxonium-backend/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v2
name: taxonium-backend
description: A Helm chart for the Taxonium backend
version: 0.1.0
version: 0.1.0
2 changes: 1 addition & 1 deletion helm_charts/taxonium-backend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ spec:
timeoutSeconds: {{ .Values.readinessProbe.timeoutSeconds }}
failureThreshold: {{ .Values.readinessProbe.failureThreshold }}
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- toYaml .Values.resources | nindent 12 }}
3 changes: 1 addition & 2 deletions helm_charts/taxonium-backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ image:
maxSurge: "25%"
maxUnavailable: "25%"


dataUrl: "https://cov2tree.nyc3.cdn.digitaloceanspaces.com/latest_public.jsonl.gz"
configJson: "config_public.json"
maxmem: "7000"
Expand All @@ -28,4 +27,4 @@ readinessProbe:
resources:
requests:
cpu: "1"
memory: 6500Mi
memory: 6500Mi
2 changes: 1 addition & 1 deletion taxonium_component/src/components/Key.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const Key = ({
</h3>

{!collapsed &&
((colorRamps && colorByField in colorRamps) ? (
(colorRamps && colorByField in colorRamps ? (
<ColorRamp ramp={colorRamps[colorByField]} />
) : (
<KeyContent
Expand Down

0 comments on commit 5359b68

Please sign in to comment.