diff --git a/charts/ghost/Chart.yaml b/charts/ghost/Chart.yaml index 9cc02a64b..4c8b0b3d3 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -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 diff --git a/charts/ghost/values.yaml b/charts/ghost/values.yaml index 96653ab8c..b1c9ef6af 100644 --- a/charts/ghost/values.yaml +++ b/charts/ghost/values.yaml @@ -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