From 97e82fbee95e9a45947e23843adfcc3e6956c663 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?=
 <10630407+groundhog2k@users.noreply.github.com>
Date: Thu, 16 Dec 2021 21:42:19 +0100
Subject: [PATCH] Update charts to use latest image versions (#747)

---
 charts/ghost/Chart.yaml   | 4 ++--
 charts/ghost/README.md    | 2 +-
 charts/graylog/Chart.yaml | 4 ++--
 charts/graylog/README.md  | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/charts/ghost/Chart.yaml b/charts/ghost/Chart.yaml
index 6ea14a89..ff5cfc3a 100644
--- a/charts/ghost/Chart.yaml
+++ b/charts/ghost/Chart.yaml
@@ -7,9 +7,9 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.30.0
+version: 0.31.0
 
-appVersion: "4.29.0"
+appVersion: "4.30.1"
 
 dependencies:
   - name: mariadb
diff --git a/charts/ghost/README.md b/charts/ghost/README.md
index 99677b60..7d2eb8e8 100644
--- a/charts/ghost/README.md
+++ b/charts/ghost/README.md
@@ -1,6 +1,6 @@
 # Ghost
 
-![Version: 0.30.0](https://img.shields.io/badge/Version-0.30.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.29.0](https://img.shields.io/badge/AppVersion-4.29.0-informational?style=flat-square)
+![Version: 0.31.0](https://img.shields.io/badge/Version-0.31.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.30.1](https://img.shields.io/badge/AppVersion-4.30.1-informational?style=flat-square)
 
 A Helm chart for Ghost blog on Kubernetes
 
diff --git a/charts/graylog/Chart.yaml b/charts/graylog/Chart.yaml
index 769a1a21..66df4695 100644
--- a/charts/graylog/Chart.yaml
+++ b/charts/graylog/Chart.yaml
@@ -7,9 +7,9 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.3.4
+version: 0.3.5
 
-appVersion: "4.2.3-jre11"
+appVersion: "4.2.4-jre11"
 
 dependencies:
   - name: mongodb
diff --git a/charts/graylog/README.md b/charts/graylog/README.md
index fc3ea543..9b567fa8 100644
--- a/charts/graylog/README.md
+++ b/charts/graylog/README.md
@@ -1,6 +1,6 @@
 # Graylog
 
-![Version: 0.3.4](https://img.shields.io/badge/Version-0.3.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.2.3](https://img.shields.io/badge/AppVersion-4.2.3-informational?style=flat-square)
+![Version: 0.3.5](https://img.shields.io/badge/Version-0.3.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.2.4](https://img.shields.io/badge/AppVersion-4.2.4-informational?style=flat-square)
 
 A Helm chart for Graylog on Kubernetes
 
-- 
GitLab