File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
2
2
name : greptimedb-cluster
3
3
description : A Helm chart for deploying GreptimeDB cluster in Kubernetes.
4
4
type : application
5
- version : 0.2.39
6
- appVersion : 0.10.2
5
+ version : 0.2.40
6
+ appVersion : 0.11.0
7
7
home : https://github.com/GreptimeTeam/greptimedb
8
8
sources :
9
9
- https://github.com/GreptimeTeam/greptimedb
Original file line number Diff line number Diff line change 2
2
3
3
A Helm chart for deploying GreptimeDB cluster in Kubernetes.
4
4
5
- ![ Version: 0.2.39 ] ( https://img.shields.io/badge/Version-0.2.39 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.10.2 ] ( https://img.shields.io/badge/AppVersion-0.10.2 -informational?style=flat-square )
5
+ ![ Version: 0.2.40 ] ( https://img.shields.io/badge/Version-0.2.40 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.11.0 ] ( https://img.shields.io/badge/AppVersion-0.11.0 -informational?style=flat-square )
6
6
7
7
## Source Code
8
8
@@ -222,7 +222,7 @@ helm uninstall mycluster -n default
222
222
| image.pullSecrets | list | ` [] ` | The image pull secrets |
223
223
| image.registry | string | ` "docker.io" ` | The image registry |
224
224
| image.repository | string | ` "greptime/greptimedb" ` | The image repository |
225
- | image.tag | string | ` "v0.10.2 " ` | The image tag |
225
+ | image.tag | string | ` "v0.11.0 " ` | The image tag |
226
226
| initializer.registry | string | ` "docker.io" ` | Initializer image registry |
227
227
| initializer.repository | string | ` "greptime/greptimedb-initializer" ` | Initializer image repository |
228
228
| initializer.tag | string | ` "v0.1.4-alpha.2" ` | Initializer image tag |
Original file line number Diff line number Diff line change 4
4
# -- The image repository
5
5
repository : greptime/greptimedb
6
6
# -- The image tag
7
- tag : " v0.10.2 "
7
+ tag : " v0.11.0 "
8
8
# -- The image pull secrets
9
9
pullSecrets : []
10
10
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ 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.35
6
- appVersion : 0.10.2
5
+ version : 0.1.36
6
+ appVersion : 0.11.0
7
7
home : https://github.com/GreptimeTeam/greptimedb
8
8
sources :
9
9
- https://github.com/GreptimeTeam/greptimedb
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.35 ] ( https://img.shields.io/badge/Version-0.1.35 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.10.2 ] ( https://img.shields.io/badge/AppVersion-0.10.2 -informational?style=flat-square )
5
+ ![ Version: 0.1.36 ] ( https://img.shields.io/badge/Version-0.1.36 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.11.0 ] ( https://img.shields.io/badge/AppVersion-0.11.0 -informational?style=flat-square )
6
6
7
7
## Source Code
8
8
- https://github.com/GreptimeTeam/greptimedb
@@ -66,7 +66,7 @@ helm uninstall greptimedb-standalone -n default
66
66
| image.pullSecrets | list | ` [] ` | The image pull secrets. |
67
67
| image.registry | string | ` "docker.io" ` | The image registry |
68
68
| image.repository | string | ` "greptime/greptimedb" ` | The image repository |
69
- | image.tag | string | ` "v0.10.2 " ` | The image tag |
69
+ | image.tag | string | ` "v0.11.0 " ` | The image tag |
70
70
| monitoring.annotations | object | ` {} ` | PodMonitor annotations |
71
71
| monitoring.enabled | bool | ` false ` | Enable prometheus podmonitor |
72
72
| monitoring.interval | string | ` "30s" ` | PodMonitor scrape interval |
Original file line number Diff line number Diff line change 4
4
# -- The image repository
5
5
repository : greptime/greptimedb
6
6
# -- The image tag
7
- tag : " v0.10.2 "
7
+ tag : " v0.11.0 "
8
8
# -- The image pull policy for the controller
9
9
pullPolicy : IfNotPresent
10
10
# -- The image pull secrets.
You can’t perform that action at this time.
0 commit comments