Skip to content

Commit 5444bfd

Browse files
daviderli614update-helm-charts-version
andauthored
chore: Update GreptimeDB version to v1.0.0-beta.2 (#374)
Signed-off-by: update-helm-charts-version <[email protected]> Co-authored-by: update-helm-charts-version <[email protected]>
1 parent 3e3a87e commit 5444bfd

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.7.0
6-
appVersion: 1.0.0-beta.1
5+
version: 0.7.1
6+
appVersion: 1.0.0-beta.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.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0-beta.1](https://img.shields.io/badge/AppVersion-1.0.0--beta.1-informational?style=flat-square)
5+
![Version: 0.7.1](https://img.shields.io/badge/Version-0.7.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0-beta.2](https://img.shields.io/badge/AppVersion-1.0.0--beta.2-informational?style=flat-square)
66

77
## Source Code
88

@@ -346,7 +346,7 @@ helm uninstall mycluster -n default
346346
| image.pullSecrets | list | `[]` | The image pull secrets |
347347
| image.registry | string | `"docker.io"` | The image registry |
348348
| image.repository | string | `"greptime/greptimedb"` | The image repository |
349-
| image.tag | string | `"v1.0.0-beta.1"` | The image tag |
349+
| image.tag | string | `"v1.0.0-beta.2"` | The image tag |
350350
| ingress | object | `{}` | Configure to frontend ingress |
351351
| initializer.registry | string | `"docker.io"` | Initializer image registry |
352352
| initializer.repository | string | `"greptime/greptimedb-initializer"` | Initializer image repository |

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: "v1.0.0-beta.1"
7+
tag: "v1.0.0-beta.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.3.0
6-
appVersion: 1.0.0-beta.1
5+
version: 0.3.1
6+
appVersion: 1.0.0-beta.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.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0-beta.1](https://img.shields.io/badge/AppVersion-1.0.0--beta.1-informational?style=flat-square)
5+
![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0-beta.2](https://img.shields.io/badge/AppVersion-1.0.0--beta.2-informational?style=flat-square)
66

77
## Source Code
88
- https://github.com/GreptimeTeam/greptimedb
@@ -73,7 +73,7 @@ helm uninstall greptimedb-standalone -n default
7373
| image.pullSecrets | list | `[]` | The image pull secrets. |
7474
| image.registry | string | `"docker.io"` | The image registry |
7575
| image.repository | string | `"greptime/greptimedb"` | The image repository |
76-
| image.tag | string | `"v1.0.0-beta.1"` | The image tag |
76+
| image.tag | string | `"v1.0.0-beta.2"` | The image tag |
7777
| logging | object | `{"format":"text","level":"info","logsDir":"/data/greptimedb/logs","onlyLogToStdout":false}` | Logging configuration for greptimedb |
7878
| logging.format | string | `"text"` | The log format for greptimedb, only support "json" and "text" |
7979
| logging.level | string | `"info"` | The log level for greptimedb, only support "debug", "info", "warn" |

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: "v1.0.0-beta.1"
7+
tag: "v1.0.0-beta.2"
88
# -- The image pull policy for the controller
99
pullPolicy: IfNotPresent
1010
# -- The image pull secrets.

0 commit comments

Comments
 (0)