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
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.10 "
11+ version : " 0.0.11 "
1212sources :
1313- https://github.com/developmentseed/stac-manager
1414
1515type : application
16- appVersion : " 0.0.10 "
16+ appVersion : " 0.0.11 "
1717
1818maintainers :
1919- name : Development Seed. All Rights Reserved.
Original file line number Diff line number Diff line change 4545 value : {{ .Values.stacApi | required "Please provide a value for stacApi" }}
4646 - name : PUBLIC_URL
4747 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 }}
4852 {{ if .Values.oidc }}
4953 - name : REACT_APP_KEYCLOAK_URL
5054 value : {{ .Values.oidc.providerUrl | required "Please provide a value for oidc.providerUrl" }}
5357 - name : REACT_APP_KEYCLOAK_REALM
5458 value : {{ .Values.oidc.realm | required "Please provide a value for oidc.realm" }}
5559 {{ 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 }}
5676 livenessProbe :
5777 {{- toYaml .Values.livenessProbe | nindent 12 }}
5878 readinessProbe :
You can’t perform that action at this time.
0 commit comments