From 370354af539e3d7d926ebbaaf0db707bd93702ed Mon Sep 17 00:00:00 2001 From: zyy17 Date: Thu, 19 Oct 2023 17:31:18 +0800 Subject: [PATCH] ci: bump operator version from '0.1.0-alpha.16' tp '0.1.0-alpha.17' (#71) --- charts/greptimedb-operator/Chart.yaml | 4 ++-- charts/greptimedb-operator/values.yaml | 2 +- charts/greptimedb/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/greptimedb-operator/Chart.yaml b/charts/greptimedb-operator/Chart.yaml index 394b7d0..f1e9d71 100644 --- a/charts/greptimedb-operator/Chart.yaml +++ b/charts/greptimedb-operator/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 kubeVersion: ">=1.18.0-0" description: The greptimedb-operator Helm chart for Kubernetes name: greptimedb-operator -appVersion: 0.1.0-alpha.16 -version: 0.1.1-alpha.13 +appVersion: 0.1.0-alpha.17 +version: 0.1.1-alpha.14 type: application home: https://github.com/GreptimeTeam/greptimedb-operator sources: diff --git a/charts/greptimedb-operator/values.yaml b/charts/greptimedb-operator/values.yaml index 7e31ecd..71469f6 100644 --- a/charts/greptimedb-operator/values.yaml +++ b/charts/greptimedb-operator/values.yaml @@ -7,7 +7,7 @@ image: # The image pull policy for the controller imagePullPolicy: IfNotPresent # The image tag - tag: 0.1.0-alpha.16 + tag: 0.1.0-alpha.17 # The image pull secrets. pullSecrets: [] diff --git a/charts/greptimedb/values.yaml b/charts/greptimedb/values.yaml index 0d3ba61..e830fab 100644 --- a/charts/greptimedb/values.yaml +++ b/charts/greptimedb/values.yaml @@ -49,7 +49,7 @@ datanode: initializer: registry: docker.io repository: greptime/greptimedb-initializer - tag: 0.1.0-alpha.16 + tag: 0.1.0-alpha.17 # The etcdEndpoints need be modified to the actual etcd cluster. etcdEndpoints: "etcd.default.svc.cluster.local:2379"