Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/ghost/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: ghost
description: A simple, powerful publishing platform that allows you to share your stories with the world.
type: application
version: 0.18.0
appVersion: "6.28.0"
version: 0.18.1
appVersion: "6.30.0"
keywords:
- ghost
- blogging
Expand Down
2 changes: 1 addition & 1 deletion charts/ghost/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ image:
## @param image.repository Ghost image repository
repository: ghost
## @param image.tag Ghost image tag
tag: "6.28.0@sha256:b7e8380d870369ddff882873ff63ee7ce013d382e81cf97adbe26a4d13daf38b"
tag: "6.30.0@sha256:a85d2229c91fce01b9d0354862b39f65e18e003dc32030dbd95886cf323fea04"
## @param image.pullPolicy Ghost image pull policy
pullPolicy: Always

Expand Down
Loading