Skip to content

Commit

Permalink
chore: update greptimedb chart version to 0.1.1-alpha.7 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
daviderli614 authored May 17, 2023
1 parent 6372531 commit 8d23900
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 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.6
appVersion: 0.1.2
version: 0.1.1-alpha.7
appVersion: 0.3.0-20230515-nightly
14 changes: 11 additions & 3 deletions charts/greptimedb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ image:
# The image repository
repository: greptime/greptimedb
# The image tag
tag: 0.1.2
tag: 0.3.0-20230515-nightly
# The image pull secrets.
pullSecrets: []

Expand Down Expand Up @@ -45,7 +45,7 @@ datanode:
initializer:
registry: docker.io
repository: greptime/greptimedb-initializer
tag: 0.1.0-alpha.9
tag: 0.1.0-alpha.11

# The etcdEndpoints need be modified to the actual etcd cluster.
etcdEndpoints: "etcd.default.svc.cluster.local:2379"
Expand All @@ -56,7 +56,15 @@ mysqlServicePort: 4002
postgresServicePort: 4003
openTSDBServicePort: 4242

enablePrometheusMonitor: false
# configure to prometheus podmonitor
prometheusMonitor: {}
# enabled: true
# path: "/metrics"
# port: "http"
# interval: "30s"
# honorLabels: true
# labelsSelector:
# release: prometheus

storage:
# configure to use local storage.
Expand Down

0 comments on commit 8d23900

Please sign in to comment.