Skip to content

Commit

Permalink
moodle 2 plugins fix (#73)
Browse files Browse the repository at this point in the history
* fix 2 new plugins download, they are format instead of theme
* bump helm chart version and app Version
  • Loading branch information
JannikBadenhop authored Nov 12, 2024
1 parent e8daafb commit a2355ec
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/dbp-moodle/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion charts/dbp-moodle/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions charts/dbp-moodle/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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"}}
Expand All @@ -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 -}}
6 changes: 3 additions & 3 deletions moodle/scripts/install/downloadPlugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
moosh plugin-download -v "$major_minor" theme_snap

0 comments on commit a2355ec

Please sign in to comment.