File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ apiVersion: v2
88
99name : stac-manager
1010description : Helm chart deployment for web application to update collection and item meta data in STAC catalogs
11- version : " 0.0.4 "
11+ version : " 0.0.5 "
1212sources :
1313- https://github.com/developmentseed/stac-manager
1414
1515type : application
16- appVersion : " 0.0.4 "
16+ appVersion : " 0.0.5 "
1717
1818maintainers :
1919- name : Development Seed. All Rights Reserved.
Original file line number Diff line number Diff line change 4040 - name : http
4141 containerPort : {{ .Values.service.port }}
4242 protocol : TCP
43+ env :
44+ - name : REACT_APP_STAC_API
45+ value : {{ .Values.stacApi | required "Please provide a value for stacApi" }}
46+ {{ if .Values.publicUrl }}
47+ - name : PUBLIC_URL
48+ value : {{ .Values.publicUrl | required "Please provide a value for publicUrl" }}
49+ {{ end }}
4350 livenessProbe :
4451 {{- toYaml .Values.livenessProbe | nindent 12 }}
4552 readinessProbe :
You can’t perform that action at this time.
0 commit comments