diff --git a/.gitignore b/.gitignore
index 1cb9c00d0bc0ae0fb4e3154d7ac1f0c199e5cdb5..a1e149a9c68a3da39e6ead4e69224e2010e620b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,9 @@
-values-local.yaml
 charts
 *.swp
 node_modules/
 cypress/videos/
 cypress/screenshots/
+# Ignore local dev files
+Taskfile.yaml
+values-stackspin.yaml
+values-local.yaml
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6b0df82e65543b1b388e77cf3488a1f3802cf9b7..e4459a968ef42542b2a6033239c369d50f0774ea 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.lock b/Chart.lock
index ffff6875a393030cb860c8bbf88caf6d7b601d8e..3cfbbd7089de22035d00f1c10f54a7120640b09f 100644
--- a/Chart.lock
+++ b/Chart.lock
@@ -4,7 +4,7 @@ dependencies:
   version: 3.0.4
 - name: rabbitmq
   repository: https://charts.bitnami.com/bitnami
-  version: 10.2.1
+  version: 10.3.1
 - name: redis
   repository: https://charts.bitnami.com/bitnami
   version: 17.1.1
diff --git a/Chart.yaml b/Chart.yaml
index b6c3864801306524caa1d86b98d2d5ff982bcc4c..ed2464bc893d6556f7a3baebd63d5ab6d440a8df 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:
@@ -13,7 +13,7 @@ dependencies:
     repository: "https://nextcloud.github.io/helm"
   # https://artifacthub.io/packages/helm/bitnami/rabbitmq
   - name: rabbitmq
-    version: 10.2.1
+    version: 10.3.1
     repository: "https://charts.bitnami.com/bitnami"
   # https://artifacthub.io/packages/helm/bitnami/redis
   - name: redis
diff --git a/templates/tests/cypress-test-nc-oo.yaml b/templates/tests/cypress-test-nc-oo.yaml
index 16395e85869bd4bac4a86d9ad8a1900940ee7d30..3844d6b6462ba30815ead0b2e71015e8a60d57d9 100644
--- a/templates/tests/cypress-test-nc-oo.yaml
+++ b/templates/tests/cypress-test-nc-oo.yaml
@@ -49,10 +49,14 @@ spec:
         {{- end }}
         - name: CYPRESS_ONLYOFFICE_URL
           value: {{ .Values.onlyoffice.server_name }}
+        {{- if .Values.tests.cypress.projectId }}
         - name: CYPRESS_PROJECT_ID
           value: {{ .Values.tests.cypress.projectId }}
+        {{- end }}
+        {{- if .Values.tests.cypress.recordKey }}
         - name: CYPRESS_RECORD_KEY
           value: {{ .Values.tests.cypress.recordKey }}
+        {{- end }}
         {{- if .Values.tests.cypress.commitInfo }}
         {{- if .Values.tests.cypress.commitInfo.branch }}
         - name: COMMIT_INFO_BRANCH
@@ -68,7 +72,7 @@ spec:
         {{- end }}
         {{- if .Values.tests.cypress.commitInfo.sha }}
         - name: COMMIT_INFO_SHA
-          value: {{ .Values.tests.cypress.commitInfo.sha }}
+          value: "{{ .Values.tests.cypress.commitInfo.sha }}"
         {{- end }}
         {{- end }}
         - name: INSTALLED_APPS