File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ apiVersion: v2
8
8
9
9
name : stac-manager
10
10
description : Helm chart deployment for web application to update collection and item meta data in STAC catalogs
11
- version : " 0.0.10 "
11
+ version : " 0.0.11 "
12
12
sources :
13
13
- https://github.com/developmentseed/stac-manager
14
14
15
15
type : application
16
- appVersion : " 0.0.10 "
16
+ appVersion : " 0.0.11 "
17
17
18
18
maintainers :
19
19
- name : Development Seed. All Rights Reserved.
Original file line number Diff line number Diff line change 45
45
value : {{ .Values.stacApi | required "Please provide a value for stacApi" }}
46
46
- name : PUBLIC_URL
47
47
value : {{ .Values.publicUrl | required "Please provide a value for publicUrl" }}
48
+ {{ if .Values.stacBrowser }}
49
+ - name : REACT_APP_STAC_BROWSER
50
+ value : {{ .Values.stacBrowser }}
51
+ {{ end }}
48
52
{{ if .Values.oidc }}
49
53
- name : REACT_APP_KEYCLOAK_URL
50
54
value : {{ .Values.oidc.providerUrl | required "Please provide a value for oidc.providerUrl" }}
53
57
- name : REACT_APP_KEYCLOAK_REALM
54
58
value : {{ .Values.oidc.realm | required "Please provide a value for oidc.realm" }}
55
59
{{ end }}
60
+ {{ if .Values.appTitle }}
61
+ - name : APP_TITLE
62
+ value : {{ .Values.appTitle }}
63
+ {{ end }}
64
+ {{ if .Values.appDescription }}
65
+ - name : APP_DESCRIPTION
66
+ value : {{ .Values.appDescription }}
67
+ {{ end }}
68
+ {{ if .Values.primaryColor }}
69
+ - name : REACT_APP_THEME_PRIMARY_COLOR
70
+ value : {{ .Values.primaryColor }}
71
+ {{ end }}
72
+ {{ if .Values.secondaryColor }}
73
+ - name : REACT_APP_THEME_SECONDARY_COLOR
74
+ value : {{ .Values.secondaryColor }}
75
+ {{ end }}
56
76
livenessProbe :
57
77
{{- toYaml .Values.livenessProbe | nindent 12 }}
58
78
readinessProbe :
You can’t perform that action at this time.
0 commit comments