From 900c5e048f467c991dd0088a0fd3a5af3e820307 Mon Sep 17 00:00:00 2001 From: zyy17 Date: Fri, 22 Nov 2024 16:56:08 +0800 Subject: [PATCH] chore(greptimedb-operator): release greptimedb-operator v0.1.3-alpha.8 (#202) --- charts/greptimedb-operator/Chart.yaml | 4 +- charts/greptimedb-operator/README.md | 4 +- .../templates/crds/crd-greptimedbcluster.yaml | 59 +++++++++++++++++++ .../crds/crd-greptimedbstandalone.yaml | 11 ++++ charts/greptimedb-operator/values.yaml | 2 +- 5 files changed, 75 insertions(+), 5 deletions(-) diff --git a/charts/greptimedb-operator/Chart.yaml b/charts/greptimedb-operator/Chart.yaml index d4935cd..3922179 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.6 -version: 0.2.11 +appVersion: 0.1.3-alpha.8 +version: 0.2.12 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 ad71f80..780f5a9 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.11](https://img.shields.io/badge/Version-0.2.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.3-alpha.6](https://img.shields.io/badge/AppVersion-0.1.3--alpha.6-informational?style=flat-square) +![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) ## 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.6"` | The image tag | +| image.tag | string | `"v0.1.3-alpha.8"` | 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 d7931d4..ef7c6a2 100644 --- a/charts/greptimedb-operator/templates/crds/crd-greptimedbcluster.yaml +++ b/charts/greptimedb-operator/templates/crds/crd-greptimedbcluster.yaml @@ -3075,6 +3075,17 @@ spec: format: int32 minimum: 0 type: integer + rollingUpdate: + properties: + maxUnavailable: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + partition: + format: int32 + type: integer + type: object rpcPort: format: int32 maximum: 65535 @@ -6114,6 +6125,17 @@ spec: format: int32 minimum: 0 type: integer + rollingUpdate: + properties: + maxUnavailable: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + partition: + format: int32 + type: integer + type: object rpcPort: format: int32 maximum: 65535 @@ -9146,6 +9168,19 @@ spec: format: int32 minimum: 0 type: integer + rollingUpdate: + properties: + maxSurge: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + maxUnavailable: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + type: object rpcPort: format: int32 maximum: 65535 @@ -12246,6 +12281,19 @@ spec: format: int32 minimum: 0 type: integer + rollingUpdate: + properties: + maxSurge: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + maxUnavailable: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + type: object rpcPort: format: int32 maximum: 65535 @@ -18370,6 +18418,17 @@ spec: required: - enabled type: object + rollingUpdate: + properties: + maxUnavailable: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + partition: + format: int32 + type: integer + type: object rpcPort: format: int32 maximum: 65535 diff --git a/charts/greptimedb-operator/templates/crds/crd-greptimedbstandalone.yaml b/charts/greptimedb-operator/templates/crds/crd-greptimedbstandalone.yaml index a027f70..281b0d9 100644 --- a/charts/greptimedb-operator/templates/crds/crd-greptimedbstandalone.yaml +++ b/charts/greptimedb-operator/templates/crds/crd-greptimedbstandalone.yaml @@ -3182,6 +3182,17 @@ spec: required: - enabled type: object + rollingUpdate: + properties: + maxUnavailable: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + partition: + format: int32 + type: integer + type: object rpcPort: format: int32 maximum: 65535 diff --git a/charts/greptimedb-operator/values.yaml b/charts/greptimedb-operator/values.yaml index 1d5713d..fcbc983 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.6 + tag: v0.1.3-alpha.8 # -- The image pull secrets pullSecrets: []