[stable/moodle] Release 0.1.8 (#1188)

* moodle: update to `bitnami/moodle:3.3.0-r2`

* moodle: bump chart version to `0.1.8`

* moodle: fix probes to properly query pod health

* Rename MARIADB_PORT to MARIADB_PORT_NUMBER
This commit is contained in:
Bitnami Bot
2017-06-06 17:20:12 -07:00
committed by Lachlan Evenson
parent b325f183e1
commit c57d4d7910
3 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: moodle
version: 0.1.7
version: 0.1.8
description: Moodle is a learning platform designed to provide educators, administrators and learners with a single robust, secure and integrated system to create personalised learning environments
keywords:
- moodle
+8 -6
View File
@@ -20,7 +20,7 @@ spec:
env:
- name: MARIADB_HOST
value: {{ template "mariadb.fullname" . }}
- name: MARIADB_PORT
- name: MARIADB_PORT_NUMBER
value: "3306"
- name: MARIADB_PASSWORD
valueFrom:
@@ -56,16 +56,18 @@ spec:
containerPort: 443
livenessProbe:
httpGet:
path: /
path: /login/index.php
port: http
initialDelaySeconds: 120
initialDelaySeconds: 180
timeoutSeconds: 5
failureThreshold: 6
readinessProbe:
httpGet:
path: /
path: /login/index.php
port: http
initialDelaySeconds: 5
timeoutSeconds: 1
initialDelaySeconds: 30
timeoutSeconds: 3
periodSeconds: 5
resources:
{{ toYaml .Values.resources | indent 10 }}
volumeMounts:
+1 -1
View File
@@ -1,7 +1,7 @@
## Bitnami Moodle` image version
## ref: https://hub.docker.com/r/bitnami/moodle/tags/
##
image: bitnami/moodle:3.3.0-r1
image: bitnami/moodle:3.3.0-r3
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'