From cc80f1c646d9cf5c36074b9fa9f28ab886029ad7 Mon Sep 17 00:00:00 2001 From: bitnami-bot Date: Thu, 28 Mar 2019 18:37:33 +0000 Subject: [PATCH] Synchronize upstreamed folder to 5f7e98298 --- upstreamed/wordpress/Chart.yaml | 2 +- upstreamed/wordpress/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/upstreamed/wordpress/Chart.yaml b/upstreamed/wordpress/Chart.yaml index 3abd8953cc..41e6ca9d98 100644 --- a/upstreamed/wordpress/Chart.yaml +++ b/upstreamed/wordpress/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: wordpress -version: 5.7.0 +version: 5.7.1 appVersion: 5.1.1 description: Web publishing platform for building blogs and websites. icon: https://bitnami.com/assets/stacks/wordpress/img/wordpress-stack-220x234.png diff --git a/upstreamed/wordpress/templates/deployment.yaml b/upstreamed/wordpress/templates/deployment.yaml index bdf7cac14f..f1a12d6e72 100644 --- a/upstreamed/wordpress/templates/deployment.yaml +++ b/upstreamed/wordpress/templates/deployment.yaml @@ -1,4 +1,4 @@ -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ template "wordpress.fullname" . }}