From 686a204134733118374861eb7b2ffda5d1f82e35 Mon Sep 17 00:00:00 2001
From: Arie Peterson <arie@greenhost.nl>
Date: Thu, 2 Sep 2021 15:28:52 +0200
Subject: [PATCH] Release 0.3.3

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index bb049062..72ff1f6a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## [0.3.3] - 2021-09-02
+
+* Add startupProbe for ONLYOFFICE
+
 ## [0.3.2] - 2021-08-12
 
 * Update NC chart to 2.7.3
diff --git a/Chart.yaml b/Chart.yaml
index 2b0eb63a..34ad388b 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.3.2
+version: 0.3.3
 appVersion: NC-20.0.11-OO-6.2.2.21
 dependencies:
   # https://artifacthub.io/packages/helm/nextcloud/nextcloud
-- 
GitLab