From fde0607e8f927e2eff59bb75fd6a3c0e6ca330d8 Mon Sep 17 00:00:00 2001 From: Lucas Bickel Date: Tue, 13 Nov 2018 14:51:56 +0100 Subject: [PATCH] fix typo in livenessProbe (#9213) Signed-off-by: Lucas Bickel --- stable/joomla/Chart.yaml | 2 +- stable/joomla/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/joomla/Chart.yaml b/stable/joomla/Chart.yaml index e374dc63d3..4f1f0214a5 100644 --- a/stable/joomla/Chart.yaml +++ b/stable/joomla/Chart.yaml @@ -1,5 +1,5 @@ name: joomla -version: 3.4.0 +version: 3.4.1 appVersion: 3.9.0 description: PHP content management system (CMS) for publishing web content keywords: diff --git a/stable/joomla/values.yaml b/stable/joomla/values.yaml index e7300be7ef..5492ab9464 100644 --- a/stable/joomla/values.yaml +++ b/stable/joomla/values.yaml @@ -120,7 +120,7 @@ mariadb: ## Configure extra options for liveness and readiness probes ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes) livenessProbe: - enbaled: true + enabled: true initialDelaySeconds: 120 periodSeconds: 10 timeoutSeconds: 5