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