File tree Expand file tree Collapse file tree 5 files changed +10
-6
lines changed
Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.1.24
18+ version : 0.1.25
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 11# frontend-framework
22
3- ![ Version: 0.1.24 ] ( https://img.shields.io/badge/Version-0.1.24 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: develop] ( https://img.shields.io/badge/AppVersion-develop-informational?style=flat-square )
3+ ![ Version: 0.1.25 ] ( https://img.shields.io/badge/Version-0.1.25 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: develop] ( https://img.shields.io/badge/AppVersion-develop-informational?style=flat-square )
44
55A Helm chart for the gen3 frontend framework
66
Original file line number Diff line number Diff line change @@ -141,6 +141,10 @@ spec:
141141 name : {{ include "frontend-framework.fullname" . }}-configmap
142142 optional : true
143143 env :
144+ {{- range $key, $value := .Values.env }}
145+ - name : {{ $key }}
146+ value : {{ $value | quote }}
147+ {{- end }}
144148 - name : PORT
145149 value : {{ .Values.port | quote }}
146150 - name : HOSTNAME
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ dependencies:
6060 repository : file://../etl
6161 condition : etl.enabled
6262 - name : frontend-framework
63- version : 0.1.24
63+ version : 0.1.25
6464 repository : " file://../frontend-framework"
6565 condition : frontend-framework.enabled
6666 - name : fence
@@ -193,7 +193,7 @@ type: application
193193# to the chart and its templates, including the app version.
194194# Versions are expected to follow Semantic Versioning (https://semver.org/)
195195
196- version : 0.3.22
196+ version : 0.3.23
197197
198198# This is the version number of the application being deployed. This version number should be
199199# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 11# gen3
22
3- ![ Version: 0.3.22 ] ( https://img.shields.io/badge/Version-0.3.22 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: master] ( https://img.shields.io/badge/AppVersion-master-informational?style=flat-square )
3+ ![ Version: 0.3.23 ] ( https://img.shields.io/badge/Version-0.3.23 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: master] ( https://img.shields.io/badge/AppVersion-master-informational?style=flat-square )
44
55Helm chart to deploy Gen3 Data Commons
66
@@ -34,7 +34,7 @@ Helm chart to deploy Gen3 Data Commons
3434| file://../embedding-management-service | embedding-management-service | 0.1.4 |
3535| file://../etl | etl | 0.1.22 |
3636| file://../fence | fence | 0.1.73 |
37- | file://../frontend-framework | frontend-framework | 0.1.24 |
37+ | file://../frontend-framework | frontend-framework | 0.1.25 |
3838| file://../funnel | funnel | 0.1.13 |
3939| file://../gen3-analysis | gen3-analysis | 0.1.9 |
4040| file://../gen3-network-policies | gen3-network-policies | 0.1.3 |
You can’t perform that action at this time.
0 commit comments