From 02571588bec5ea9c04596a739961e3c87f60afbf Mon Sep 17 00:00:00 2001 From: Tomas Pizarro Date: Fri, 2 Aug 2019 13:51:51 +0200 Subject: [PATCH] [stable/ghost] Update MariaDB dependency version (#16057) Signed-off-by: tompizmor --- stable/ghost/Chart.yaml | 2 +- stable/ghost/requirements.lock | 6 +++--- stable/ghost/requirements.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/stable/ghost/Chart.yaml b/stable/ghost/Chart.yaml index 8bdfd38818..d0160c4627 100644 --- a/stable/ghost/Chart.yaml +++ b/stable/ghost/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: ghost -version: 6.7.33 +version: 7.0.0 appVersion: 2.26.0 description: A simple, powerful publishing platform that allows you to share your stories with the world keywords: diff --git a/stable/ghost/requirements.lock b/stable/ghost/requirements.lock index ec4810e7cf..11824158be 100644 --- a/stable/ghost/requirements.lock +++ b/stable/ghost/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: mariadb repository: https://kubernetes-charts.storage.googleapis.com/ - version: 5.11.3 -digest: sha256:b3053e73f5c114f55a794eccea2606cc9fe8a669eaab1716246994bbdd37a473 -generated: 2019-07-16T10:19:06.007402028Z + version: 6.7.4 +digest: sha256:234702bf5dbec8956e4f113b783db5559f7d3cbf60abf8a89c7a3c73b3c79c5c +generated: "2019-08-02T13:28:17.725866+02:00" diff --git a/stable/ghost/requirements.yaml b/stable/ghost/requirements.yaml index 2d21fd00a6..7c4e77e8a4 100644 --- a/stable/ghost/requirements.yaml +++ b/stable/ghost/requirements.yaml @@ -1,6 +1,6 @@ dependencies: - name: mariadb - version: 5.x.x + version: 6.x.x repository: https://kubernetes-charts.storage.googleapis.com/ condition: mariadb.enabled tags: