Skip to content

Commit

Permalink
refactor: update greptime configs (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyy17 authored Jul 6, 2023
1 parent 025e80b commit 0a3bfaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/greptimedb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions charts/greptimedb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a3bfaa

Please sign in to comment.