diff --git a/charts/greptimedb/Chart.yaml b/charts/greptimedb/Chart.yaml index fc4f290..9cdfcf9 100644 --- a/charts/greptimedb/Chart.yaml +++ b/charts/greptimedb/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: greptimedb description: A Helm chart for deploying GreptimeDB cluster in Kubernetes type: application -version: 0.1.1-alpha.9 -appVersion: 0.4.0-20230626-nightly +version: 0.1.1-alpha.10 +appVersion: 0.3.2 diff --git a/charts/greptimedb/values.yaml b/charts/greptimedb/values.yaml index 7a4d1b0..d35b52f 100644 --- a/charts/greptimedb/values.yaml +++ b/charts/greptimedb/values.yaml @@ -3,17 +3,17 @@ image: # The image repository repository: greptime/greptimedb # The image tag - tag: 0.4.0-20230626-nightly + tag: 0.3.2 # The image pull secrets. pullSecrets: [] resources: requests: - cpu: 250m - memory: 64Mi + cpu: 500m + memory: 512Mi limits: cpu: 500m - memory: 128Mi + memory: 512Mi frontend: replicas: 1