Skip to content

Commit be5da3a

Browse files
committed
Upgraded stac-fastapi-pgstac to 5.0.1.
1 parent ed048f3 commit be5da3a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

helm-chart/eoapi/templates/services/deployment.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,8 @@ spec:
5050
name: {{ $serviceName }}
5151
command:
5252
{{- toYaml (index $v "command") | nindent 10 }}
53-
{{- if (and ($.Values.ingress.className) (or (eq $.Values.ingress.className "nginx") (eq $.Values.ingress.className "traefik")) (not $.Values.testing)) }}
53+
{{- if (and ($.Values.ingress.className) (or (eq $.Values.ingress.className "nginx") (eq $.Values.ingress.className "traefik"))) }}
5454
- "--root-path=/{{ $serviceName }}"
55-
{{- else if (and ($.Values.ingress.className) (or (eq $.Values.ingress.className "nginx") (eq $.Values.ingress.className "traefik")) ($.Values.testing)) }}
56-
- "--root-path=/{{ $serviceName }}{{ $.Release.Name }}"
5755
{{- end }}{{/* needed for proxies and path rewrites on NLB */}}
5856
livenessProbe:
5957
tcpSocket:

helm-chart/eoapi/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ stac:
323323
requestRate: 100000m
324324
image:
325325
name: ghcr.io/stac-utils/stac-fastapi-pgstac
326-
tag: 3.0.1
326+
tag: 5.0.1
327327
command:
328328
- "uvicorn"
329329
- "stac_fastapi.pgstac.app:app"

0 commit comments

Comments
 (0)