File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed
charts/greptimedb-standalone Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : greptimedb-standalone
3
3
description : A Helm chart for deploying standalone greptimedb
4
4
type : application
5
- version : 0.1.26
5
+ version : 0.1.27
6
6
appVersion : 0.9.5
7
7
home : https://github.com/GreptimeTeam/greptimedb
8
8
sources :
Original file line number Diff line number Diff line change 2
2
3
3
A Helm chart for deploying standalone greptimedb
4
4
5
- ![ Version: 0.1.26 ] ( https://img.shields.io/badge/Version-0.1.26 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.9.5] ( https://img.shields.io/badge/AppVersion-0.9.5-informational?style=flat-square )
5
+ ![ Version: 0.1.27 ] ( https://img.shields.io/badge/Version-0.1.27 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.9.5] ( https://img.shields.io/badge/AppVersion-0.9.5-informational?style=flat-square )
6
6
7
7
## Source Code
8
8
- https://github.com/GreptimeTeam/greptimedb
Original file line number Diff line number Diff line change @@ -41,21 +41,21 @@ dataHome: "/data/greptimedb/"
41
41
42
42
# -- Configure to object storage
43
43
objectStorage :
44
- # credentials:
45
- # # AWS or AliCloud cloudProvider accessKeyID
46
- # accessKeyId: "you-should-set-the-access-key-id-here"
44
+ # credentials:
45
+ # # AWS or AliCloud cloudProvider accessKeyID
46
+ # accessKeyId: "you-should-set-the-access-key-id-here"
47
47
48
- # # AWS cloudProvider secretAccessKey
49
- # secretAccessKey: "you-should-set-the-secret-access-key-here"
48
+ # # AWS cloudProvider secretAccessKey
49
+ # secretAccessKey: "you-should-set-the-secret-access-key-here"
50
50
51
- # # AliCloud cloudProvider secretAccessKey
52
- # accessKeySecret: "you-should-set-the-access-key-secret-here"
51
+ # # AliCloud cloudProvider secretAccessKey
52
+ # accessKeySecret: "you-should-set-the-access-key-secret-here"
53
53
54
- # # GCP cloudProvider serviceAccountKey JSON-formatted base64 value
55
- # serviceAccountKey: "you-should-set-the-base64-service-account-key-here"
54
+ # # GCP cloudProvider serviceAccountKey JSON-formatted base64 value
55
+ # serviceAccountKey: "you-should-set-the-base64-service-account-key-here"
56
56
57
- # # Set the existing secret to get the key's of cloudProvider
58
- # existingSecretName: ""
57
+ # # Set the existing secret to get the key's of cloudProvider
58
+ # existingSecretName: ""
59
59
60
60
# configure to use s3 storage
61
61
s3 : {}
You can’t perform that action at this time.
0 commit comments