From 5b0385d6ec185ad03dbceed05e70d7e00127ae2e Mon Sep 17 00:00:00 2001 From: liyang Date: Tue, 26 Nov 2024 18:01:21 +0800 Subject: [PATCH] chore(greptimedb-operator): bump greptimedb-operator version to v0.1.3 (#206) * chore: bump greptimedb-operator version to v0.1.3 * chore: update crds * chore: update docs --- charts/greptimedb-operator/Chart.yaml | 4 +-- charts/greptimedb-operator/README.md | 4 +-- .../templates/crds/crd-greptimedbcluster.yaml | 28 +++++++++++++++++++ .../crds/crd-greptimedbstandalone.yaml | 14 ++++++++++ charts/greptimedb-operator/values.yaml | 2 +- 5 files changed, 47 insertions(+), 5 deletions(-) diff --git a/charts/greptimedb-operator/Chart.yaml b/charts/greptimedb-operator/Chart.yaml index 3922179..31e8bff 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.3-alpha.8 -version: 0.2.12 +appVersion: 0.1.3 +version: 0.2.13 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 780f5a9..c7d43de 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.2.12](https://img.shields.io/badge/Version-0.2.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.3-alpha.8](https://img.shields.io/badge/AppVersion-0.1.3--alpha.8-informational?style=flat-square) +![Version: 0.2.13](https://img.shields.io/badge/Version-0.2.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.3](https://img.shields.io/badge/AppVersion-0.1.3-informational?style=flat-square) ## Source Code @@ -115,7 +115,7 @@ Kubernetes: `>=1.18.0-0` | image.pullSecrets | list | `[]` | The image pull secrets | | image.registry | string | `"docker.io"` | The image registry | | image.repository | string | `"greptime/greptimedb-operator"` | The image repository | -| image.tag | string | `"v0.1.3-alpha.8"` | The image tag | +| image.tag | string | `"v0.1.3"` | The image tag | | nameOverride | string | `""` | String to partially override release template name | | nodeSelector | object | `{}` | The operator node selector | | rbac.create | bool | `true` | Install role based access control | diff --git a/charts/greptimedb-operator/templates/crds/crd-greptimedbcluster.yaml b/charts/greptimedb-operator/templates/crds/crd-greptimedbcluster.yaml index ef7c6a2..ab7e7fe 100644 --- a/charts/greptimedb-operator/templates/crds/crd-greptimedbcluster.yaml +++ b/charts/greptimedb-operator/templates/crds/crd-greptimedbcluster.yaml @@ -18327,6 +18327,20 @@ spec: type: integer objectStorage: properties: + azblob: + properties: + container: + type: string + endpoint: + type: string + root: + type: string + secretName: + type: string + required: + - container + - root + type: object cache: properties: cacheCapacity: @@ -18537,6 +18551,20 @@ spec: type: integer objectStorage: properties: + azblob: + properties: + container: + type: string + endpoint: + type: string + root: + type: string + secretName: + type: string + required: + - container + - root + type: object cache: properties: cacheCapacity: diff --git a/charts/greptimedb-operator/templates/crds/crd-greptimedbstandalone.yaml b/charts/greptimedb-operator/templates/crds/crd-greptimedbstandalone.yaml index 281b0d9..acbebde 100644 --- a/charts/greptimedb-operator/templates/crds/crd-greptimedbstandalone.yaml +++ b/charts/greptimedb-operator/templates/crds/crd-greptimedbstandalone.yaml @@ -3091,6 +3091,20 @@ spec: type: integer objectStorage: properties: + azblob: + properties: + container: + type: string + endpoint: + type: string + root: + type: string + secretName: + type: string + required: + - container + - root + type: object cache: properties: cacheCapacity: diff --git a/charts/greptimedb-operator/values.yaml b/charts/greptimedb-operator/values.yaml index fcbc983..86c278f 100644 --- a/charts/greptimedb-operator/values.yaml +++ b/charts/greptimedb-operator/values.yaml @@ -8,7 +8,7 @@ image: # -- The image pull policy for the controller imagePullPolicy: IfNotPresent # -- The image tag - tag: v0.1.3-alpha.8 + tag: v0.1.3 # -- The image pull secrets pullSecrets: []