From 7a3e35bc0f3b5f85998166361cfeab518f1bc154 Mon Sep 17 00:00:00 2001 From: liyang Date: Wed, 1 Nov 2023 12:13:21 +0800 Subject: [PATCH] chore: update crds --- charts/greptimedb-operator/Chart.yaml | 2 +- charts/greptimedb-operator/README.md | 2 +- charts/greptimedb-operator/crds/greptimedbcluster.yaml | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/greptimedb-operator/Chart.yaml b/charts/greptimedb-operator/Chart.yaml index f7af5ba..dc7e8ab 100644 --- a/charts/greptimedb-operator/Chart.yaml +++ b/charts/greptimedb-operator/Chart.yaml @@ -3,7 +3,7 @@ kubeVersion: ">=1.18.0-0" description: The greptimedb-operator Helm chart for Kubernetes name: greptimedb-operator appVersion: 0.1.0-alpha.17 -version: 0.1.2 +version: 0.1.3 type: application home: https://github.com/GreptimeTeam/greptimedb-operator sources: diff --git a/charts/greptimedb-operator/README.md b/charts/greptimedb-operator/README.md index ae16aab..6229171 100644 --- a/charts/greptimedb-operator/README.md +++ b/charts/greptimedb-operator/README.md @@ -2,7 +2,7 @@ The greptimedb-operator Helm chart for 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.1.0-alpha.17](https://img.shields.io/badge/AppVersion-0.1.0--alpha.17-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.1.0-alpha.17](https://img.shields.io/badge/AppVersion-0.1.0--alpha.17-informational?style=flat-square) ## Source Code - https://github.com/GreptimeTeam/greptimedb-operator diff --git a/charts/greptimedb-operator/crds/greptimedbcluster.yaml b/charts/greptimedb-operator/crds/greptimedbcluster.yaml index 71abb06..485e009 100644 --- a/charts/greptimedb-operator/crds/greptimedbcluster.yaml +++ b/charts/greptimedb-operator/crds/greptimedbcluster.yaml @@ -8036,6 +8036,8 @@ spec: type: string enableCheckEtcdService: type: boolean + enableRegionFailover: + type: boolean etcdEndpoints: items: type: string