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
|
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.
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user