From 8973554581bb147e71af0c32822919c2abada39a Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Wed, 24 Aug 2022 15:19:47 +0200
Subject: [PATCH] Bump chart version to 0.10.23

---
 CHANGELOG.md | 6 ++++++
 Chart.yaml   | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6b0df82e..e4459a96 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## [0.10.23] - 2022-08-24
+
+* Update Helm release rabbitmq to v10.3.1
+* Make CYPRESS_PROJECT_ID and CYPRESS_RECORD_KEY optional
+* Quote COMMIT_INFO_SHA because it should not be an int
+
 ## [0.10.21] - 2022-08-23
 
 * Use right Gitlab CI var for Cypress branch name
diff --git a/Chart.yaml b/Chart.yaml
index 3468c300..ed2464bc 100644
--- a/Chart.yaml
+++ b/Chart.yaml
@@ -3,7 +3,7 @@ apiVersion: v2
 description: |
   A helm chart for installing NextCloud and setting up ONLYOFFICE integration
 name: nextcloud-onlyoffice
-version: 0.10.22
+version: 0.10.23
 appVersion: NC-24.0.2-OO-7.1.1.23
 icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg
 dependencies:
-- 
GitLab