diff --git a/charts/commento/Chart.yaml b/charts/commento/Chart.yaml
index 8807902992f3c2e0d29afe18e0aea6682d899bf9..0227b4891545afade2776108f54e8c7e18734a80 100644
--- a/charts/commento/Chart.yaml
+++ b/charts/commento/Chart.yaml
@@ -7,7 +7,7 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.1.21
+version: 0.1.22
 
 appVersion: "v1.8.0"
 
diff --git a/charts/commento/README.md b/charts/commento/README.md
index d7312ca7d48c5427dcf6642537677eb8f3aa3686..00c2325dc0724fbd3e2615038b5bd4a2ea5dd01c 100644
--- a/charts/commento/README.md
+++ b/charts/commento/README.md
@@ -1,6 +1,6 @@
 # Commento
 
-![Version: 0.1.21](https://img.shields.io/badge/Version-0.1.21-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.8.0](https://img.shields.io/badge/AppVersion-v1.8.0-informational?style=flat-square)
+![Version: 0.1.22](https://img.shields.io/badge/Version-0.1.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.8.0](https://img.shields.io/badge/AppVersion-v1.8.0-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/commento/templates/deployment.yaml b/charts/commento/templates/deployment.yaml
index f70e0d15341596399f1614f53ea3df06ec177d44..ff8d0eb9163fae40330163f7b49e10720d4c755b 100644
--- a/charts/commento/templates/deployment.yaml
+++ b/charts/commento/templates/deployment.yaml
@@ -53,8 +53,12 @@ spec:
           {{- else }}
           {{- if .Values.startupProbe.enabled }}
           startupProbe:
-            tcpSocket:
+            httpGet:
+              path: /
               port: http
+              httpHeaders:
+                - name: Host
+                  value: localhost:{{ .Values.containerPort  }}
           {{- with .Values.startupProbe }}
             initialDelaySeconds: {{ .initialDelaySeconds }}
             timeoutSeconds: {{ .timeoutSeconds }}
diff --git a/charts/elasticsearch/Chart.yaml b/charts/elasticsearch/Chart.yaml
index 82ef078058eb46188eb6b8e282dd8f6d9f75a465..7be2f969329f89b4971da2f6a26674cbb5d245bb 100644
--- a/charts/elasticsearch/Chart.yaml
+++ b/charts/elasticsearch/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.6.5
+version: 0.0.5
 
-appVersion: 7.16.3
+appVersion: 6.8.23
diff --git a/charts/elasticsearch/README.md b/charts/elasticsearch/README.md
index cf19ecc37d3aae38f9f7bc4b504bdf1e5ec235f7..0f9fba1c5888596ca2a0699e19ec50750dc83a48 100644
--- a/charts/elasticsearch/README.md
+++ b/charts/elasticsearch/README.md
@@ -1,6 +1,6 @@
 # Elasticsearch
 
-![Version: 0.6.5](https://img.shields.io/badge/Version-0.6.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.16.3](https://img.shields.io/badge/AppVersion-7.16.3-informational?style=flat-square)
+![Version: 0.0.5](https://img.shields.io/badge/Version-0.0.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.8.23](https://img.shields.io/badge/AppVersion-6.8.23-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/elasticsearch/RELEASENOTES.md b/charts/elasticsearch/RELEASENOTES.md
index fb78b0c6b8983df8f714afa00cad8dadb58d38ac..16f602d16886a6e231a9d1e49db2e6f99f2f9a44 100644
--- a/charts/elasticsearch/RELEASENOTES.md
+++ b/charts/elasticsearch/RELEASENOTES.md
@@ -3,6 +3,7 @@
 | Chart version | App version | Change description |
 | :------------ | :---------- | :----------------- |
 | 0.0.4 | 6.8.23 | Fixed ingress API detection<br>Implemented startupProbe support |
+| 0.0.5 | 6.8.23 | Fixed startupProbe |
 | 0.1.105 | 7.10.2 | Fixed ingress API detection<br>Implemented startupProbe support |
 | 0.6.5 | 7.16.3 | Fixed ingress API detection<br>Implemented startupProbe support |
 | | | |
diff --git a/charts/elasticsearch/templates/statefulset.yaml b/charts/elasticsearch/templates/statefulset.yaml
index b13dbc40b65bec7b05ab1d98595d5290571085d6..ff341755263455095ab5de964f854676c774b112 100644
--- a/charts/elasticsearch/templates/statefulset.yaml
+++ b/charts/elasticsearch/templates/statefulset.yaml
@@ -76,8 +76,12 @@ spec:
           {{- else }}
           {{- if .Values.startupProbe.enabled }}
           startupProbe:
-            tcpSocket:
+            httpGet:
+              path: /
               port: http
+              httpHeaders:
+                - name: Host
+                  value: localhost:9200
           {{- with .Values.startupProbe }}
             initialDelaySeconds: {{ .initialDelaySeconds }}
             timeoutSeconds: {{ .timeoutSeconds }}
diff --git a/charts/ghost/Chart.yaml b/charts/ghost/Chart.yaml
index 89d8f9ddbd6245565aa1c2f4a8d6d5c64dddb1ed..13e42123ee2d9276d89c2c53c1778049ff81703f 100644
--- a/charts/ghost/Chart.yaml
+++ b/charts/ghost/Chart.yaml
@@ -7,7 +7,7 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.33.5
+version: 0.33.6
 
 appVersion: "4.32.3"
 
diff --git a/charts/ghost/README.md b/charts/ghost/README.md
index c18900526b6008aef5e44f0e31b3bebff70fdc1d..86edd3137b266c188d6c2a9b65e19d12b36d3908 100644
--- a/charts/ghost/README.md
+++ b/charts/ghost/README.md
@@ -1,6 +1,6 @@
 # Ghost
 
-![Version: 0.33.5](https://img.shields.io/badge/Version-0.33.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.32.3](https://img.shields.io/badge/AppVersion-4.32.3-informational?style=flat-square)
+![Version: 0.33.6](https://img.shields.io/badge/Version-0.33.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.32.3](https://img.shields.io/badge/AppVersion-4.32.3-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/ghost/RELEASENOTES.md b/charts/ghost/RELEASENOTES.md
index f4b0c8fb433ec54e5a9254cbea140fa960a8fdd1..7000a90ea4d2ecbfc921c5670dd62c0af659bc10 100644
--- a/charts/ghost/RELEASENOTES.md
+++ b/charts/ghost/RELEASENOTES.md
@@ -4,4 +4,5 @@
 | :------------ | :---------- | :----------------- |
 | 0.33.4 | 4.32.2 | Fixed ingress API detection<br>Implemented startupProbe support |
 | 0.33.5 | 4.32.3 | Upgraded to Ghost 4.32.3 |
+| 0.33.6 | 4.32.3 | Fixed startupProbe |
 | | | |
diff --git a/charts/ghost/templates/deployment.yaml b/charts/ghost/templates/deployment.yaml
index 899c8ab904445890b0312ba8c207b51559104b2b..9cf6f694b66653936561fabdb68a0e13ea735241 100644
--- a/charts/ghost/templates/deployment.yaml
+++ b/charts/ghost/templates/deployment.yaml
@@ -102,8 +102,12 @@ spec:
           {{- else }}
           {{- if .Values.startupProbe.enabled }}
           startupProbe:
-            tcpSocket:
+            httpGet:
+              path: /
               port: http
+              httpHeaders:
+                - name: Host
+                  value: localhost:2368
           {{- with .Values.startupProbe }}
             initialDelaySeconds: {{ .initialDelaySeconds }}
             timeoutSeconds: {{ .timeoutSeconds }}
diff --git a/charts/graylog/Chart.yaml b/charts/graylog/Chart.yaml
index 7780f0307fab5c8b7912967bfd0c488ed014b728..a875aada4106ec343f63aedc6f6eb4395fdd19e6 100644
--- a/charts/graylog/Chart.yaml
+++ b/charts/graylog/Chart.yaml
@@ -7,7 +7,7 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.3.8
+version: 0.3.9
 
 appVersion: "4.2.5-jre11"
 
diff --git a/charts/graylog/README.md b/charts/graylog/README.md
index ab9ec370c6ebf877875d37ea230aa19889f2ac17..73a1809c0f379e31b8b923e6469899e7581b020e 100644
--- a/charts/graylog/README.md
+++ b/charts/graylog/README.md
@@ -1,6 +1,6 @@
 # Graylog
 
-![Version: 0.3.8](https://img.shields.io/badge/Version-0.3.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.2.5](https://img.shields.io/badge/AppVersion-4.2.5-informational?style=flat-square)
+![Version: 0.3.9](https://img.shields.io/badge/Version-0.3.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.2.5](https://img.shields.io/badge/AppVersion-4.2.5-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/graylog/RELEASENOTES.md b/charts/graylog/RELEASENOTES.md
index 8f2c5af8deae5d11f2798dcec16293fca3408edf..e8dd93fc47b9f5619a0cc1298d6abab630e924cc 100644
--- a/charts/graylog/RELEASENOTES.md
+++ b/charts/graylog/RELEASENOTES.md
@@ -3,4 +3,5 @@
 | Chart version | App version | Change description |
 | :------------ | :---------- | :----------------- |
 | 0.3.8 | 4.2.5-jre11 | Fixed ingress API detection<br>Implemented startupProbe support |
+| 0.3.9 | 4.2.5-jre11 | Fixed startupProbe |
 | | | |
diff --git a/charts/graylog/templates/statefulset.yaml b/charts/graylog/templates/statefulset.yaml
index 00aa126aaf46fff889f8d9e7ba0c6c44661b9327..cb5c55df33f1c6f72c323ab1f9335cd7064c69f3 100644
--- a/charts/graylog/templates/statefulset.yaml
+++ b/charts/graylog/templates/statefulset.yaml
@@ -101,8 +101,12 @@ spec:
           {{- else }}
           {{- if .Values.startupProbe.enabled }}
           startupProbe:
-            tcpSocket:
+            httpGet:
+              path: /api/system/lbstatus
               port: http
+              httpHeaders:
+                - name: Host
+                  value: localhost:9000
           {{- with .Values.startupProbe }}
             initialDelaySeconds: {{ .initialDelaySeconds }}
             timeoutSeconds: {{ .timeoutSeconds }}
diff --git a/charts/rabbitmq/Chart.yaml b/charts/rabbitmq/Chart.yaml
index 2e078f72318a5eb381bc3380933599edb0b3d17b..36c8db1d67c3bbcc42a28d0846b3d603d15ad888 100644
--- a/charts/rabbitmq/Chart.yaml
+++ b/charts/rabbitmq/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.4.8
+version: 0.3.14
 
-appVersion: "3.9.13"
+appVersion: "3.8.27"
diff --git a/charts/rabbitmq/README.md b/charts/rabbitmq/README.md
index 154c3e63cf196a05db17c8a9f85d4be680ad9187..6a00db00f5244a1a30f2b87c81298a46ac90737d 100644
--- a/charts/rabbitmq/README.md
+++ b/charts/rabbitmq/README.md
@@ -1,6 +1,6 @@
 # RabbitMQ
 
-![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: 3.9.13](https://img.shields.io/badge/AppVersion-3.9.13-informational?style=flat-square)
+![Version: 0.3.14](https://img.shields.io/badge/Version-0.3.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.8.27](https://img.shields.io/badge/AppVersion-3.8.27-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/rabbitmq/RELEASENOTES.md b/charts/rabbitmq/RELEASENOTES.md
index e634317e1608658e0d1cbb501ea9e5b3bdad5f2a..a98bdc4d10e750bfb02c2dea85991eb973a07fe3 100644
--- a/charts/rabbitmq/RELEASENOTES.md
+++ b/charts/rabbitmq/RELEASENOTES.md
@@ -3,5 +3,6 @@
 | Chart version | App version | Change description |
 | :------------ | :---------- | :----------------- |
 | 0.3.13 | 3.8.27 | Fixed ingress API detection<br>Implemented startupProbe support |
+| 0.3.14 | 3.8.27 | Fixed startupProbe |
 | 0.4.8 | 3.9.13 | Upgraded to RabbitMQ 3.9.13<br>Fixed ingress API detection<br>Implemented startupProbe support |
 | | | |
diff --git a/charts/rabbitmq/templates/statefulset.yaml b/charts/rabbitmq/templates/statefulset.yaml
index 0ab83a63f7b76c8af936907f54217c43a762ee88..ae6559f01f2e1b86494587a98da368d75dd1bfc0 100644
--- a/charts/rabbitmq/templates/statefulset.yaml
+++ b/charts/rabbitmq/templates/statefulset.yaml
@@ -99,8 +99,11 @@ spec:
           {{- else }}
           {{- if .Values.startupProbe.enabled }}
           startupProbe:
-            tcpSocket:
-              port: http
+            exec:
+              command:
+                - /bin/bash
+                - -ec
+                - rabbitmq-diagnostics -q check_running
           {{- with .Values.startupProbe }}
             initialDelaySeconds: {{ .initialDelaySeconds }}
             timeoutSeconds: {{ .timeoutSeconds }}