From 9a350b707430c19f24397a8a1c17dc5a7ff38c2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Skyler=20M=C3=A4ntysaari?= Date: Fri, 4 Mar 2022 21:54:09 +0200 Subject: [PATCH] [ghost]: Upgrade appversion to 4.37.0 (#1439) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use the easier maintenance way for the chart and due to not being sure if it breaks something, I bumped minor version. Signed-off-by: Skyler Mäntysaari --- charts/stable/ghost/Chart.yaml | 8 ++++---- charts/stable/ghost/values.yaml | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/charts/stable/ghost/Chart.yaml b/charts/stable/ghost/Chart.yaml index 942114f9..8e3cb23b 100644 --- a/charts/stable/ghost/Chart.yaml +++ b/charts/stable/ghost/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 4.27.2 +appVersion: 4.37.0 description: Ghost is a blogging and publishing software name: ghost -version: 1.1.2 +version: 1.2.0 kubeVersion: ">=1.19.0-0" keywords: - ghost @@ -25,5 +25,5 @@ dependencies: condition: mariadb.enabled annotations: artifacthub.io/changes: | - - kind: fixed - description: Fixed database host to match mariadb-svc + - kind: changed + description: Upgrade `appversion` from 4.27.2 to 4.37.0. diff --git a/charts/stable/ghost/values.yaml b/charts/stable/ghost/values.yaml index e29fdbf3..7be7c390 100644 --- a/charts/stable/ghost/values.yaml +++ b/charts/stable/ghost/values.yaml @@ -9,7 +9,8 @@ image: # -- image repository repository: ghost # -- image tag - tag: 4.27.2 + # @default -- chart.appVersion + tag: # -- image pull policy pullPolicy: IfNotPresent