From 8581a378c5ed2fa95c1822f57f626fd412aaee2b Mon Sep 17 00:00:00 2001 From: zyy17 Date: Thu, 19 Oct 2023 17:31:36 +0800 Subject: [PATCH] ci: bump greptimedb version from 0.4.0 to 0.4.1 (#70) --- charts/greptimedb-standalone/Chart.yaml | 4 ++-- charts/greptimedb-standalone/values.yaml | 2 +- charts/greptimedb/Chart.yaml | 4 ++-- charts/greptimedb/values.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/greptimedb-standalone/Chart.yaml b/charts/greptimedb-standalone/Chart.yaml index 164c0d8..cb7dfd2 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.0-alpha.1 -appVersion: 0.4.0 +version: 0.1.0-alpha.2 +appVersion: 0.4.1 diff --git a/charts/greptimedb-standalone/values.yaml b/charts/greptimedb-standalone/values.yaml index deaac9a..bc40c75 100644 --- a/charts/greptimedb-standalone/values.yaml +++ b/charts/greptimedb-standalone/values.yaml @@ -3,7 +3,7 @@ image: # The image repository repository: greptime/greptimedb # The image tag - tag: "v0.4.0" + tag: "v0.4.1" # The image pull policy for the controller pullPolicy: IfNotPresent # The image pull secrets. diff --git a/charts/greptimedb/Chart.yaml b/charts/greptimedb/Chart.yaml index d50590b..5fbb76e 100644 --- a/charts/greptimedb/Chart.yaml +++ b/charts/greptimedb/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: greptimedb description: A Helm chart for deploying GreptimeDB cluster in Kubernetes type: application -version: 0.1.1-alpha.17 -appVersion: 0.4.0 +version: 0.1.1-alpha.18 +appVersion: 0.4.1 diff --git a/charts/greptimedb/values.yaml b/charts/greptimedb/values.yaml index e830fab..b3fb844 100644 --- a/charts/greptimedb/values.yaml +++ b/charts/greptimedb/values.yaml @@ -3,7 +3,7 @@ image: # The image repository repository: greptime/greptimedb # The image tag - tag: "v0.4.0" + tag: "v0.4.1" # The image pull secrets. pullSecrets: []