Skip to content

Commit be9ca15

Browse files
authored
chore: bump greptimedb version to v0.9.5 (#175)
1 parent ead535f commit be9ca15

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

charts/greptimedb-cluster/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: greptimedb-cluster
33
description: A Helm chart for deploying GreptimeDB cluster in Kubernetes.
44
type: application
5-
version: 0.2.20
6-
appVersion: 0.9.4
5+
version: 0.2.21
6+
appVersion: 0.9.5
77
home: https://github.com/GreptimeTeam/greptimedb
88
sources:
99
- https://github.com/GreptimeTeam/greptimedb

charts/greptimedb-cluster/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A Helm chart for deploying GreptimeDB cluster in Kubernetes.
44

5-
![Version: 0.2.20](https://img.shields.io/badge/Version-0.2.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.9.4](https://img.shields.io/badge/AppVersion-0.9.4-informational?style=flat-square)
5+
![Version: 0.2.21](https://img.shields.io/badge/Version-0.2.21-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)
66

77
## Source Code
88

@@ -182,7 +182,7 @@ helm uninstall mycluster -n default
182182
| image.pullSecrets | list | `[]` | The image pull secrets |
183183
| image.registry | string | `"docker.io"` | The image registry |
184184
| image.repository | string | `"greptime/greptimedb"` | The image repository |
185-
| image.tag | string | `"v0.9.4"` | The image tag |
185+
| image.tag | string | `"v0.9.5"` | The image tag |
186186
| initializer.registry | string | `"docker.io"` | Initializer image registry |
187187
| initializer.repository | string | `"greptime/greptimedb-initializer"` | Initializer image repository |
188188
| initializer.tag | string | `"v0.1.2"` | Initializer image tag |

charts/greptimedb-cluster/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ image:
44
# -- The image repository
55
repository: greptime/greptimedb
66
# -- The image tag
7-
tag: "v0.9.4"
7+
tag: "v0.9.5"
88
# -- The image pull secrets
99
pullSecrets: []
1010

charts/greptimedb-standalone/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: greptimedb-standalone
33
description: A Helm chart for deploying standalone greptimedb
44
type: application
5-
version: 0.1.23
6-
appVersion: 0.9.4
5+
version: 0.1.24
6+
appVersion: 0.9.5
77
home: https://github.com/GreptimeTeam/greptimedb
88
sources:
99
- https://github.com/GreptimeTeam/greptimedb

charts/greptimedb-standalone/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A Helm chart for deploying standalone greptimedb
44

5-
![Version: 0.1.23](https://img.shields.io/badge/Version-0.1.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.9.4](https://img.shields.io/badge/AppVersion-0.9.4-informational?style=flat-square)
5+
![Version: 0.1.24](https://img.shields.io/badge/Version-0.1.24-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)
66

77
## Source Code
88
- https://github.com/GreptimeTeam/greptimedb
@@ -64,7 +64,7 @@ helm uninstall greptimedb-standalone -n default
6464
| image.pullSecrets | list | `[]` | The image pull secrets. |
6565
| image.registry | string | `"docker.io"` | The image registry |
6666
| image.repository | string | `"greptime/greptimedb"` | The image repository |
67-
| image.tag | string | `"v0.9.4"` | The image tag |
67+
| image.tag | string | `"v0.9.5"` | The image tag |
6868
| monitoring.annotations | object | `{}` | PodMonitor annotations |
6969
| monitoring.enabled | bool | `false` | Enable prometheus podmonitor |
7070
| monitoring.interval | string | `"30s"` | PodMonitor scrape interval |

charts/greptimedb-standalone/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ image:
44
# -- The image repository
55
repository: greptime/greptimedb
66
# -- The image tag
7-
tag: "v0.9.4"
7+
tag: "v0.9.5"
88
# -- The image pull policy for the controller
99
pullPolicy: IfNotPresent
1010
# -- The image pull secrets.

0 commit comments

Comments
 (0)