From c92175cd68b4773a8dab3648b3fba81cd7ca09c1 Mon Sep 17 00:00:00 2001 From: liyang Date: Tue, 24 Oct 2023 14:56:56 +0800 Subject: [PATCH] chore: update greptimedb image v0.4.2 (#82) * chore: update greptimedb v0.4.2 * chore: update chart.yaml * chore: update readme --- 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 ad14062..018a7af 100644 --- a/charts/greptimedb-cluster/Chart.yaml +++ b/charts/greptimedb-cluster/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: greptimedb-cluster description: A Helm chart for deploying GreptimeDB cluster in Kubernetes type: application -version: 0.1.2 -appVersion: 0.4.1 +version: 0.1.3 +appVersion: 0.4.2 diff --git a/charts/greptimedb-cluster/README.md b/charts/greptimedb-cluster/README.md index efcb1a4..afaaeea 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.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.1](https://img.shields.io/badge/AppVersion-0.4.1-informational?style=flat-square) +![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.2](https://img.shields.io/badge/AppVersion-0.4.2-informational?style=flat-square) ## Source Code @@ -82,7 +82,7 @@ helm uninstall greptimedb-cluster -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.4.1"` | The image tag | +| image.tag | string | `"v0.4.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.17"` | Initializer image tag | diff --git a/charts/greptimedb-cluster/values.yaml b/charts/greptimedb-cluster/values.yaml index 8303733..5fc8b8f 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.4.1" + tag: "v0.4.2" # -- The image pull secrets pullSecrets: [] diff --git a/charts/greptimedb-standalone/Chart.yaml b/charts/greptimedb-standalone/Chart.yaml index 4215015..096ef23 100644 --- a/charts/greptimedb-standalone/Chart.yaml +++ b/charts/greptimedb-standalone/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: greptimedb-standalone description: A Helm chart for deploying standalone greptimedb type: application -version: 0.1.1 -appVersion: 0.4.1 +version: 0.1.2 +appVersion: 0.4.2 diff --git a/charts/greptimedb-standalone/README.md b/charts/greptimedb-standalone/README.md index 174963e..e0bf161 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.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.1](https://img.shields.io/badge/AppVersion-0.4.1-informational?style=flat-square) +![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.2](https://img.shields.io/badge/AppVersion-0.4.2-informational?style=flat-square) ## Source Code - https://github.com/GreptimeTeam/greptimedb @@ -42,7 +42,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.4.1"` | The image tag | +| image.tag | string | `"v0.4.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 98e11c7..50a42f1 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.4.1" + tag: "v0.4.2" # -- The image pull policy for the controller pullPolicy: IfNotPresent # -- The image pull secrets.