From 0f83a6b3102b8c3c84222d31c4bd2001a72f8065 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Skyler=20M=C3=A4ntysaari?= Date: Wed, 10 Aug 2022 23:18:03 +0300 Subject: [PATCH] [Ghost]: Upgrade to 5.8.2 Fixes a security vulnerability: https://github.com/TryGhost/Ghost/security/advisories/GHSA-7v28-g2pq-ggg8 --- charts/stable/ghost/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/ghost/Chart.yaml b/charts/stable/ghost/Chart.yaml index cda01802..c22fc8d4 100644 --- a/charts/stable/ghost/Chart.yaml +++ b/charts/stable/ghost/Chart.yaml @@ -1,9 +1,9 @@ --- apiVersion: v2 -appVersion: 4.37.0 +appVersion: 5.8.2 description: Ghost is a blogging and publishing software name: ghost -version: 2.1.2 +version: 3.0.0 kubeVersion: ">=1.19.0-0" keywords: - ghost @@ -27,4 +27,4 @@ dependencies: annotations: artifacthub.io/changes: |- - kind: changed - description: Upgraded `common` chart dependency to version 4.5.2 + description: Upgraded `appVersion` to 5.8.2 from 4.37.0.