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.42
6
- appVersion : 0.11.1
5
+ version : 0.2.43
6
+ appVersion : 0.11.2
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.42 ] ( https://img.shields.io/badge/Version-0.2.42 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.11.1 ] ( https://img.shields.io/badge/AppVersion-0.11.1 -informational?style=flat-square )
5
+ ![ Version: 0.2.43 ] ( https://img.shields.io/badge/Version-0.2.43 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.11.2 ] ( https://img.shields.io/badge/AppVersion-0.11.2 -informational?style=flat-square )
6
6
7
7
## Source Code
8
8
@@ -221,7 +221,7 @@ helm uninstall mycluster -n default
221
221
| image.pullSecrets | list | ` [] ` | The image pull secrets |
222
222
| image.registry | string | ` "docker.io" ` | The image registry |
223
223
| image.repository | string | ` "greptime/greptimedb" ` | The image repository |
224
- | image.tag | string | ` "v0.11.1 " ` | The image tag |
224
+ | image.tag | string | ` "v0.11.2 " ` | The image tag |
225
225
| initializer.registry | string | ` "docker.io" ` | Initializer image registry |
226
226
| initializer.repository | string | ` "greptime/greptimedb-initializer" ` | Initializer image repository |
227
227
| 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.11.1 "
7
+ tag : " v0.11.2 "
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.38
6
- appVersion : 0.11.1
5
+ version : 0.1.39
6
+ appVersion : 0.11.2
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.38 ] ( https://img.shields.io/badge/Version-0.1.38 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.11.1 ] ( https://img.shields.io/badge/AppVersion-0.11.1 -informational?style=flat-square )
5
+ ![ Version: 0.1.39 ] ( https://img.shields.io/badge/Version-0.1.39 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.11.2 ] ( https://img.shields.io/badge/AppVersion-0.11.2 -informational?style=flat-square )
6
6
7
7
## Source Code
8
8
- https://github.com/GreptimeTeam/greptimedb
@@ -71,7 +71,7 @@ helm uninstall greptimedb-standalone -n default
71
71
| image.pullSecrets | list | ` [] ` | The image pull secrets. |
72
72
| image.registry | string | ` "docker.io" ` | The image registry |
73
73
| image.repository | string | ` "greptime/greptimedb" ` | The image repository |
74
- | image.tag | string | ` "v0.11.1 " ` | The image tag |
74
+ | image.tag | string | ` "v0.11.2 " ` | The image tag |
75
75
| monitoring.annotations | object | ` {} ` | PodMonitor annotations |
76
76
| monitoring.enabled | bool | ` false ` | Enable prometheus podmonitor |
77
77
| 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.11.1 "
7
+ tag : " v0.11.2 "
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