File tree 3 files changed +10
-1
lines changed
3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ apiVersion: v1
14
14
appVersion : v1.0.0
15
15
description : OpenStack-Helm Horizon
16
16
name : horizon
17
- version : 0.3.6
17
+ version : 0.3.7
18
18
home : https://docs.openstack.org/horizon/latest/
19
19
icon : https://www.openstack.org/themes/openstack/images/project-mascots/Horizon/OpenStack_Project_Horizon_vertical.png
20
20
sources :
Original file line number Diff line number Diff line change @@ -62,6 +62,14 @@ function start () {
62
62
done
63
63
fi
64
64
unset PANEL_DIR
65
+ PANEL_DIR=" ${SITE_PACKAGES_ROOT} /{{ . }}/local/enabled"
66
+ if [ -d ${PANEL_DIR} ]; then
67
+ for panel in ` ls -1 ${PANEL_DIR} /_[1-9]* .py`
68
+ do
69
+ ln -s ${panel} ${SITE_PACKAGES_ROOT} /openstack_dashboard/local/enabled/$( basename ${panel} )
70
+ done
71
+ fi
72
+ unset PANEL_DIR
65
73
{{- end }}
66
74
67
75
# If the image has support for it, compile the translations
Original file line number Diff line number Diff line change @@ -43,4 +43,5 @@ horizon:
43
43
- 0.3.4 Add readiness probe timeout
44
44
- 0.3.5 Replace node-role.kubernetes.io/master with control-plane
45
45
- 0.3.6 Fix container infra api version parsing
46
+ - 0.3.7 Update the script to add extra panels
46
47
...
You can’t perform that action at this time.
0 commit comments