From 498ae48a7dcb2eec7fddfb4ee0fa58a8e601606c Mon Sep 17 00:00:00 2001 From: Juan Ariza Toledano Date: Fri, 20 Sep 2019 17:42:05 +0200 Subject: [PATCH] [stable/ghost] Update deployment apiVersion to 'apps/v1' - Mandatory for K8s 1.16 (#17297) Signed-off-by: juan131 --- stable/ghost/Chart.yaml | 2 +- stable/ghost/requirements.lock | 4 ++-- stable/ghost/templates/deployment.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/ghost/Chart.yaml b/stable/ghost/Chart.yaml index ed1b3d620e..f66c10fe95 100644 --- a/stable/ghost/Chart.yaml +++ b/stable/ghost/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: ghost -version: 7.2.4 +version: 7.2.5 appVersion: 2.31.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 48374a90f5..7f576dc874 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: 6.8.8 + version: 6.9.1 digest: sha256:234702bf5dbec8956e4f113b783db5559f7d3cbf60abf8a89c7a3c73b3c79c5c -generated: 2019-09-09T19:22:40.149465325Z +generated: "2019-09-20T15:05:20.05876+02:00" diff --git a/stable/ghost/templates/deployment.yaml b/stable/ghost/templates/deployment.yaml index 7ff6d8c16f..b2e8b8f702 100644 --- a/stable/ghost/templates/deployment.yaml +++ b/stable/ghost/templates/deployment.yaml @@ -1,5 +1,5 @@ {{- if include "ghost.host" . -}} -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ template "ghost.fullname" . }}