diff --git a/helm/dbrepo/charts/seaweedfs-4.2.1.tgz b/helm/dbrepo/charts/seaweedfs-4.2.1.tgz
index fd21ef4beb528cf8eb854a7e89752c5babdf97f9..8b7d04b8926ea3f58a45cde600c02805b4805feb 100644
Binary files a/helm/dbrepo/charts/seaweedfs-4.2.1.tgz and b/helm/dbrepo/charts/seaweedfs-4.2.1.tgz differ
diff --git a/helm/dbrepo/templates/logging-configmap.yaml b/helm/dbrepo/templates/logging-configmap.yaml
index 0d5951d16e91faafb0693226a35d5dfe3f5f014e..f4c088642367fafebffce22b7d5c110d272cf728 100644
--- a/helm/dbrepo/templates/logging-configmap.yaml
+++ b/helm/dbrepo/templates/logging-configmap.yaml
@@ -3,7 +3,7 @@
 apiVersion: v1
 kind: ConfigMap
 metadata:
-  name: metadata-db-config
+  name: logging-service-config
   namespace: {{ include "common.names.namespace" . | quote }}
 data:
   dbrepo_parser.conf: |-
diff --git a/helm/dbrepo/templates/logging-deployment.yaml b/helm/dbrepo/templates/logging-deployment.yaml
index 02ff2011940647de5086e4ff3516acd7a64422d4..80b93a4053896df409ce0edf9a0897933f08fbc2 100644
--- a/helm/dbrepo/templates/logging-deployment.yaml
+++ b/helm/dbrepo/templates/logging-deployment.yaml
@@ -65,5 +65,5 @@ spec:
       volumes:
         - name: config
           configMap:
-            name: metadata-db-config
+            name: logging-service-config
 {{- end }}
diff --git a/helm/dbrepo/templates/metadata-setup-configmap.yaml b/helm/dbrepo/templates/metadata-setup-configmap.yaml
index a3cd44ca5475cb18a13a98fd910c462d7b1313c9..36fed736d8368e5209a96fd778f6555b89494bc1 100644
--- a/helm/dbrepo/templates/metadata-setup-configmap.yaml
+++ b/helm/dbrepo/templates/metadata-setup-configmap.yaml
@@ -13,7 +13,6 @@ data:
   02-setup-data.sql: |
     BEGIN;
     INSERT INTO `mdb_containers` (name, internal_name, image_id, host, port, privileged_username, privileged_password)
-    VALUES ('mariadb-galera:11.3.2-debian-12-r9', 'mariadb-galera:11.3.2-debian-12-r9', 1, 'data-db', 3306,
-            '{{ .Values.datadb.rootUser.user }}', '{{ .Values.datadb.rootUser.password }}');
+    VALUES ('mariadb-galera:11.3.2-debian-12-r9', 'mariadb-galera:11.3.2-debian-12-r9', 1, 'data-db', 3306, '{{ .Values.datadb.rootUser.user }}', '{{ .Values.datadb.rootUser.password }}');
     COMMIT;
-    {{- end }}
+{{- end }}