diff --git a/charts/dbp-moodle/Chart.yaml b/charts/dbp-moodle/Chart.yaml index d9946b4..06846e3 100644 --- a/charts/dbp-moodle/Chart.yaml +++ b/charts/dbp-moodle/Chart.yaml @@ -6,8 +6,8 @@ description: | The Chart can be deployed without any modification but it is advised to set own secrets acccording to this readme. type: application home: https://dbildungsplattform.github.io/dbp-moodle/ -version: 0.0.7 -appVersion: "4.1.13" +version: 0.0.8 +appVersion: "4.1.14" dependencies: - name: moodle version: "22.2.7" diff --git a/charts/dbp-moodle/README.md b/charts/dbp-moodle/README.md index 42eb2db..9005889 100644 --- a/charts/dbp-moodle/README.md +++ b/charts/dbp-moodle/README.md @@ -1,6 +1,6 @@ # dbp-moodle -![Version: 0.0.7](https://img.shields.io/badge/Version-0.0.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.1.13](https://img.shields.io/badge/AppVersion-4.1.13-informational?style=flat-square) +![Version: 0.0.8](https://img.shields.io/badge/Version-0.0.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.1.14](https://img.shields.io/badge/AppVersion-4.1.14-informational?style=flat-square) This is a Helm Chart bundling some of the bitnami resources to deploy Moodle for DBildungsplattform. Extending them with features such as MariaDB and PostgreSQL support, Horizontal Autoscaling capabilities, Redis Session Store, Etherpad-Lite. diff --git a/charts/dbp-moodle/templates/_helpers.tpl b/charts/dbp-moodle/templates/_helpers.tpl index f3403ae..b5cea28 100644 --- a/charts/dbp-moodle/templates/_helpers.tpl +++ b/charts/dbp-moodle/templates/_helpers.tpl @@ -76,6 +76,8 @@ heartbeat:tool_heartbeat:admin/tool/heartbeat: {{- .Values.glob remuiformat:format_remuiformat:course/format/remuiformat: {{- .Values.global.moodlePlugins.remuiformat.enabled }}{{"\n"}} tiles:format_tiles:course/format/tiles: {{- .Values.global.moodlePlugins.tiles.enabled }}{{"\n"}} topcoll:format_topcoll:course/format/topcoll: {{- .Values.global.moodlePlugins.topcoll.enabled }}{{"\n"}} +flexsections:format_flexsections:format/flexsections: {{- .Values.global.moodlePlugins.flexsections.enabled }}{{"\n"}} +multitopic:format_multitopic:format/multitopic: {{- .Values.global.moodlePlugins.multitopic.enabled }}{{"\n"}} oidc:auth_oidc:auth/oidc: {{- .Values.global.moodlePlugins.oidc.enabled }}{{"\n"}} saml2:auth_saml2:auth/saml2: {{- .Values.global.moodlePlugins.saml2.enabled }}{{"\n"}} dash:block_dash:blocks/dash: {{- .Values.global.moodlePlugins.dash.enabled }}{{"\n"}} @@ -86,6 +88,4 @@ adaptable:theme_adaptable:theme/adaptable: {{- .Values.glob boost_union:theme_boost_union:theme/boost_union: {{- .Values.global.moodlePlugins.boost_union.enabled }}{{"\n"}} boost_magnific:theme_boost_magnific:theme/boost_magnific: {{- .Values.global.moodlePlugins.boost_magnific.enabled }}{{"\n"}} snap:theme_snap:theme/snap: {{- .Values.global.moodlePlugins.snap.enabled }}{{"\n"}} -flexsections:format_flexsections:format/flexsections: {{- .Values.global.moodlePlugins.flexsections.enabled }}{{"\n"}} -multitopic:format_multitopic:format/multitopic: {{- .Values.global.moodlePlugins.multitopic.enabled }}{{"\n"}} {{- end -}} diff --git a/moodle/scripts/install/downloadPlugins.sh b/moodle/scripts/install/downloadPlugins.sh index 7b505c7..a398344 100644 --- a/moodle/scripts/install/downloadPlugins.sh +++ b/moodle/scripts/install/downloadPlugins.sh @@ -38,6 +38,8 @@ moosh plugin-download -v "$major_minor" tool_heartbeat moosh plugin-download -v "$major_minor" format_remuiformat moosh plugin-download -v "$major_minor" format_tiles moosh plugin-download -v "$major_minor" format_topcoll +moosh plugin-download -v "$major_minor" format_flexsections +moosh plugin-download -v "$major_minor" format_multitopic moosh plugin-download -v "$major_minor" auth_oidc moosh plugin-download -v "$major_minor" auth_saml2 moosh plugin-download -v "$major_minor" block_dash @@ -47,6 +49,4 @@ moosh plugin-download -v "$major_minor" mod_coursecertificate moosh plugin-download -v "$major_minor" theme_adaptable moosh plugin-download -v "$major_minor" theme_boost_union moosh plugin-download -v "$major_minor" theme_boost_magnific -moosh plugin-download -v "$major_minor" theme_snap -moosh plugin-download -v "$major_minor" theme_flexsections -moosh plugin-download -v "$major_minor" theme_multitopic \ No newline at end of file +moosh plugin-download -v "$major_minor" theme_snap \ No newline at end of file