Skip to content

Commit 03ebef0

Browse files
authored
chore: bump greptimedb version to v0.11.2 (#217)
1 parent 1564591 commit 03ebef0

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.42
6-
appVersion: 0.11.1
5+
version: 0.2.43
6+
appVersion: 0.11.2
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.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)
66

77
## Source Code
88

@@ -221,7 +221,7 @@ helm uninstall mycluster -n default
221221
| image.pullSecrets | list | `[]` | The image pull secrets |
222222
| image.registry | string | `"docker.io"` | The image registry |
223223
| 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 |
225225
| initializer.registry | string | `"docker.io"` | Initializer image registry |
226226
| initializer.repository | string | `"greptime/greptimedb-initializer"` | Initializer image repository |
227227
| initializer.tag | string | `"v0.1.4-alpha.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.11.1"
7+
tag: "v0.11.2"
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.38
6-
appVersion: 0.11.1
5+
version: 0.1.39
6+
appVersion: 0.11.2
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.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)
66

77
## Source Code
88
- https://github.com/GreptimeTeam/greptimedb
@@ -71,7 +71,7 @@ helm uninstall greptimedb-standalone -n default
7171
| image.pullSecrets | list | `[]` | The image pull secrets. |
7272
| image.registry | string | `"docker.io"` | The image registry |
7373
| 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 |
7575
| monitoring.annotations | object | `{}` | PodMonitor annotations |
7676
| monitoring.enabled | bool | `false` | Enable prometheus podmonitor |
7777
| 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.11.1"
7+
tag: "v0.11.2"
88
# -- The image pull policy for the controller
99
pullPolicy: IfNotPresent
1010
# -- The image pull secrets.

0 commit comments

Comments
 (0)