[ghost]: Upgrade appversion to 4.37.0 (#1439)

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 <samip5@users.noreply.github.com>
This commit is contained in:
Skyler Mäntysaari 2022-03-04 21:54:09 +02:00 committed by GitHub
parent d15c8e49f9
commit 9a350b7074
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View File

@ -1,8 +1,8 @@
apiVersion: v2 apiVersion: v2
appVersion: 4.27.2 appVersion: 4.37.0
description: Ghost is a blogging and publishing software description: Ghost is a blogging and publishing software
name: ghost name: ghost
version: 1.1.2 version: 1.2.0
kubeVersion: ">=1.19.0-0" kubeVersion: ">=1.19.0-0"
keywords: keywords:
- ghost - ghost
@ -25,5 +25,5 @@ dependencies:
condition: mariadb.enabled condition: mariadb.enabled
annotations: annotations:
artifacthub.io/changes: | artifacthub.io/changes: |
- kind: fixed - kind: changed
description: Fixed database host to match mariadb-svc description: Upgrade `appversion` from 4.27.2 to 4.37.0.

View File

@ -9,7 +9,8 @@ image:
# -- image repository # -- image repository
repository: ghost repository: ghost
# -- image tag # -- image tag
tag: 4.27.2 # @default -- chart.appVersion
tag:
# -- image pull policy # -- image pull policy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent