From 2eaa6516901c611bc25ea9db24f5953295249319 Mon Sep 17 00:00:00 2001 From: liyang Date: Mon, 8 Apr 2024 22:02:18 +0800 Subject: [PATCH] chore: bump greptimedb to v0.7.2 (#122) --- charts/greptimedb-cluster/Chart.yaml | 4 ++-- charts/greptimedb-cluster/README.md | 4 ++-- charts/greptimedb-cluster/values.yaml | 2 +- charts/greptimedb-standalone/Chart.yaml | 4 ++-- charts/greptimedb-standalone/README.md | 4 ++-- charts/greptimedb-standalone/values.yaml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/charts/greptimedb-cluster/Chart.yaml b/charts/greptimedb-cluster/Chart.yaml index 0e9435e..0ecdf26 100644 --- a/charts/greptimedb-cluster/Chart.yaml +++ b/charts/greptimedb-cluster/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: greptimedb-cluster description: A Helm chart for deploying GreptimeDB cluster in Kubernetes type: application -version: 0.1.23 -appVersion: 0.7.1 +version: 0.1.24 +appVersion: 0.7.2 home: https://github.com/GreptimeTeam/greptimedb sources: - https://github.com/GreptimeTeam/greptimedb diff --git a/charts/greptimedb-cluster/README.md b/charts/greptimedb-cluster/README.md index 6e2f2f9..2539c3b 100644 --- a/charts/greptimedb-cluster/README.md +++ b/charts/greptimedb-cluster/README.md @@ -2,7 +2,7 @@ A Helm chart for deploying GreptimeDB cluster in Kubernetes -![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.7.1](https://img.shields.io/badge/AppVersion-0.7.1-informational?style=flat-square) +![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.7.2](https://img.shields.io/badge/AppVersion-0.7.2-informational?style=flat-square) ## Source Code @@ -128,7 +128,7 @@ helm uninstall mycluster -n default | image.pullSecrets | list | `[]` | The image pull secrets | | image.registry | string | `"docker.io"` | The image registry | | image.repository | string | `"greptime/greptimedb"` | The image repository | -| image.tag | string | `"v0.7.1"` | The image tag | +| image.tag | string | `"v0.7.2"` | The image tag | | initializer.registry | string | `"docker.io"` | Initializer image registry | | initializer.repository | string | `"greptime/greptimedb-initializer"` | Initializer image repository | | initializer.tag | string | `"0.1.0-alpha.23"` | Initializer image tag | diff --git a/charts/greptimedb-cluster/values.yaml b/charts/greptimedb-cluster/values.yaml index 2b4bb87..46fd89b 100644 --- a/charts/greptimedb-cluster/values.yaml +++ b/charts/greptimedb-cluster/values.yaml @@ -4,7 +4,7 @@ image: # -- The image repository repository: greptime/greptimedb # -- The image tag - tag: "v0.7.1" + tag: "v0.7.2" # -- The image pull secrets pullSecrets: [] diff --git a/charts/greptimedb-standalone/Chart.yaml b/charts/greptimedb-standalone/Chart.yaml index 16154c4..e61bf79 100644 --- a/charts/greptimedb-standalone/Chart.yaml +++ b/charts/greptimedb-standalone/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: greptimedb-standalone description: A Helm chart for deploying standalone greptimedb type: application -version: 0.1.12 -appVersion: 0.7.1 +version: 0.1.13 +appVersion: 0.7.2 home: https://github.com/GreptimeTeam/greptimedb sources: - https://github.com/GreptimeTeam/greptimedb diff --git a/charts/greptimedb-standalone/README.md b/charts/greptimedb-standalone/README.md index b6db25f..683511b 100644 --- a/charts/greptimedb-standalone/README.md +++ b/charts/greptimedb-standalone/README.md @@ -2,7 +2,7 @@ A Helm chart for deploying standalone greptimedb -![Version: 0.1.12](https://img.shields.io/badge/Version-0.1.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.7.1](https://img.shields.io/badge/AppVersion-0.7.1-informational?style=flat-square) +![Version: 0.1.13](https://img.shields.io/badge/Version-0.1.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.7.2](https://img.shields.io/badge/AppVersion-0.7.2-informational?style=flat-square) ## Source Code - https://github.com/GreptimeTeam/greptimedb @@ -64,7 +64,7 @@ helm uninstall greptimedb-standalone -n default | image.pullSecrets | list | `[]` | The image pull secrets. | | image.registry | string | `"docker.io"` | The image registry | | image.repository | string | `"greptime/greptimedb"` | The image repository | -| image.tag | string | `"v0.7.1"` | The image tag | +| image.tag | string | `"v0.7.2"` | The image tag | | monitoring.annotations | object | `{}` | PodMonitor annotations | | monitoring.enabled | bool | `false` | Enable prometheus podmonitor | | monitoring.interval | string | `"30s"` | PodMonitor scrape interval | diff --git a/charts/greptimedb-standalone/values.yaml b/charts/greptimedb-standalone/values.yaml index eb89a46..5628898 100644 --- a/charts/greptimedb-standalone/values.yaml +++ b/charts/greptimedb-standalone/values.yaml @@ -4,7 +4,7 @@ image: # -- The image repository repository: greptime/greptimedb # -- The image tag - tag: "v0.7.1" + tag: "v0.7.2" # -- The image pull policy for the controller pullPolicy: IfNotPresent # -- The image pull secrets.