fix: bump Redis minor version (#15430)

Co-authored-by: Maksym V <maksym.v@pm.bet>
diff --git a/helm/superset/Chart.yaml b/helm/superset/Chart.yaml
index 72089dd..d51c9b5 100644
--- a/helm/superset/Chart.yaml
+++ b/helm/superset/Chart.yaml
@@ -22,13 +22,13 @@
   - name: craig-rueda
     email: craig@craigrueda.com
     url: https://github.com/craig-rueda
-version: 0.3.0
+version: 0.3.1
 dependencies:
 - name: postgresql
   version: 10.2.0
   repository: https://charts.bitnami.com/bitnami
   condition: postgresql.enabled
 - name: redis
-  version: 12.3.0
+  version: 12.3.3
   repository: https://charts.bitnami.com/bitnami
   condition: redis.enabled