From 96cde26d2c1996bce555607f27afba4799a0abc8 Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Wed, 7 Sep 2022 18:45:50 +0200
Subject: [PATCH] Updated graylog and gitea chart to use latest container image
 version

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

diff --git a/charts/gitea/Chart.yaml b/charts/gitea/Chart.yaml
index 7b6be083..8e6c269a 100644
--- a/charts/gitea/Chart.yaml
+++ b/charts/gitea/Chart.yaml
@@ -8,10 +8,10 @@ maintainers:
   - name: groundhog2k
 
 # This is the chart version
-version: 0.6.3
+version: 0.6.4
 
 # This is the version number of the application being deployed.
-appVersion: "1.17.1"
+appVersion: "1.17.2"
 
 dependencies:
   - name: mariadb
diff --git a/charts/gitea/README.md b/charts/gitea/README.md
index 6daf9a5d..9f764771 100644
--- a/charts/gitea/README.md
+++ b/charts/gitea/README.md
@@ -1,6 +1,6 @@
 # Gitea
 
-![Version: 0.6.3](https://img.shields.io/badge/Version-0.6.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.17.1](https://img.shields.io/badge/AppVersion-1.17.1-informational?style=flat-square)
+![Version: 0.6.4](https://img.shields.io/badge/Version-0.6.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.17.2](https://img.shields.io/badge/AppVersion-1.17.2-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/gitea/RELEASENOTES.md b/charts/gitea/RELEASENOTES.md
index 68f5919d..3d9dea8e 100644
--- a/charts/gitea/RELEASENOTES.md
+++ b/charts/gitea/RELEASENOTES.md
@@ -26,4 +26,5 @@
 | 0.6.1 | 1.17.0 | Updated chart dependencies (postgres 0.2.21) |
 | 0.6.2 | 1.17.1 | Updated to Gitea 1.17.1 |
 | 0.6.3 | 1.17.1 | Updated chart dependencies (mariadb 0.2.22) |
+| 0.6.4 | 1.17.2 | Updated to Gitea 1.17.2 |
 | | | |
diff --git a/charts/graylog/Chart.yaml b/charts/graylog/Chart.yaml
index e3deda77..33c18c3c 100644
--- a/charts/graylog/Chart.yaml
+++ b/charts/graylog/Chart.yaml
@@ -7,9 +7,9 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.4.8
+version: 0.4.9
 
-appVersion: "4.3.5-jre11"
+appVersion: "4.3.6-jre11"
 
 dependencies:
   - name: mongodb
diff --git a/charts/graylog/README.md b/charts/graylog/README.md
index 570a81d8..d2a9fe5c 100644
--- a/charts/graylog/README.md
+++ b/charts/graylog/README.md
@@ -1,6 +1,6 @@
 # Graylog
 
-![Version: 0.4.8](https://img.shields.io/badge/Version-0.4.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.3.5-jre11](https://img.shields.io/badge/AppVersion-4.3.5--jre11-informational?style=flat-square)
+![Version: 0.4.9](https://img.shields.io/badge/Version-0.4.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.3.6-jre11](https://img.shields.io/badge/AppVersion-4.3.6--jre11-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/graylog/RELEASENOTES.md b/charts/graylog/RELEASENOTES.md
index 0622bfaa..1b963124 100644
--- a/charts/graylog/RELEASENOTES.md
+++ b/charts/graylog/RELEASENOTES.md
@@ -21,4 +21,5 @@
 | 0.4.6 | 4.3.4-jre11 | Updated chart for Graylog 4.3.4 |
 | 0.4.7 | 4.3.5-jre11 | Updated chart for Graylog 4.3.5 |
 | 0.4.8 | 4.3.5-jre11 | Updated chart dependencies (mongodb 0.3.16) |
+| 0.4.9 | 4.3.6-jre11 | Updated chart for Graylog 4.3.6 |
 | | | |
-- 
GitLab