Skip to content

Commit 1564591

Browse files
authored
chore: delete waldir in (#216)
1 parent 97b9394 commit 1564591

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

charts/greptimedb-cluster/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: greptimedb-cluster
33
description: A Helm chart for deploying GreptimeDB cluster in Kubernetes.
44
type: application
5-
version: 0.2.41
5+
version: 0.2.42
66
appVersion: 0.11.1
77
home: https://github.com/GreptimeTeam/greptimedb
88
sources:

charts/greptimedb-cluster/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A Helm chart for deploying GreptimeDB cluster in Kubernetes.
44

5-
![Version: 0.2.41](https://img.shields.io/badge/Version-0.2.41-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.11.1](https://img.shields.io/badge/AppVersion-0.11.1-informational?style=flat-square)
5+
![Version: 0.2.42](https://img.shields.io/badge/Version-0.2.42-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.11.1](https://img.shields.io/badge/AppVersion-0.11.1-informational?style=flat-square)
66

77
## Source Code
88

@@ -103,7 +103,7 @@ helm uninstall mycluster -n default
103103
| base.podTemplate.securityContext | object | `{}` | The configurations for pod security context. |
104104
| base.podTemplate.serviceAccountName | string | `""` | The global service account |
105105
| base.podTemplate.tolerations | list | `[]` | The pod tolerations |
106-
| datanode | object | `{"configData":"","configFile":"","logging":{},"podTemplate":{"affinity":{},"annotations":{},"labels":{},"main":{"args":[],"command":[],"env":[],"image":"","livenessProbe":{},"readinessProbe":{},"resources":{"limits":{},"requests":{}},"securityContext":{},"startupProbe":{},"volumeMounts":[]},"nodeSelector":{},"securityContext":{},"serviceAccount":{"annotations":{},"create":false},"tolerations":[],"volumes":[]},"replicas":1,"storage":{"dataHome":"/data/greptimedb","mountPath":"/data/greptimedb","storageClassName":null,"storageRetainPolicy":"Retain","storageSize":"10Gi","walDir":"/data/greptimedb/wal"}}` | Datanode configure |
106+
| datanode | object | `{"configData":"","configFile":"","logging":{},"podTemplate":{"affinity":{},"annotations":{},"labels":{},"main":{"args":[],"command":[],"env":[],"image":"","livenessProbe":{},"readinessProbe":{},"resources":{"limits":{},"requests":{}},"securityContext":{},"startupProbe":{},"volumeMounts":[]},"nodeSelector":{},"securityContext":{},"serviceAccount":{"annotations":{},"create":false},"tolerations":[],"volumes":[]},"replicas":1,"storage":{"dataHome":"/data/greptimedb","mountPath":"/data/greptimedb","storageClassName":null,"storageRetainPolicy":"Retain","storageSize":"10Gi"}}` | Datanode configure |
107107
| datanode.configData | string | `""` | Extra raw toml config data of datanode. Skip if the `configFile` is used. |
108108
| datanode.configFile | string | `""` | Extra toml file of datanode. |
109109
| datanode.logging | object | `{}` | Logging configuration for datanode, if not set, it will use the global logging configuration. |
@@ -135,7 +135,6 @@ helm uninstall mycluster -n default
135135
| datanode.storage.storageClassName | string | `nil` | Storage class for datanode persistent volume |
136136
| datanode.storage.storageRetainPolicy | string | `"Retain"` | Storage retain policy for datanode persistent volume |
137137
| datanode.storage.storageSize | string | `"10Gi"` | Storage size for datanode persistent volume |
138-
| datanode.storage.walDir | string | `"/data/greptimedb/wal"` | deprecated |
139138
| debugPod.enabled | bool | `false` | Enable debug pod |
140139
| debugPod.image | object | `{"registry":"docker.io","repository":"greptime/greptime-tool","tag":"20241107-9c210d18"}` | The debug pod image |
141140
| debugPod.resources | object | `{"limits":{"cpu":"200m","memory":"256Mi"},"requests":{"cpu":"50m","memory":"64Mi"}}` | The debug pod resource |

charts/greptimedb-cluster/values.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -539,9 +539,6 @@ datanode:
539539
dataHome: "/data/greptimedb"
540540
# -- The data directory of the storage, default is "/data/greptimedb"
541541
mountPath: "/data/greptimedb"
542-
# -- The wal directory of the storage, default is "/data/greptimedb/wal"
543-
# -- deprecated
544-
walDir: "/data/greptimedb/wal"
545542

546543
# -- Logging configuration for datanode, if not set, it will use the global logging configuration.
547544
logging: {}

0 commit comments

Comments
 (0)