mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-02 23:39:03 +00:00
[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:
parent
d15c8e49f9
commit
9a350b7074
@ -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.
|
||||
|
@ -9,7 +9,8 @@ image:
|
||||
# -- image repository
|
||||
repository: ghost
|
||||
# -- image tag
|
||||
tag: 4.27.2
|
||||
# @default -- chart.appVersion
|
||||
tag:
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user