Skip to content

Commit c6ff85f

Browse files
authored
chore: bump greptimedb-operator version to v0.1.1 and add operator service configs (#170)
1 parent 5fb18ec commit c6ff85f

File tree

7 files changed

+3318
-210
lines changed

7 files changed

+3318
-210
lines changed

charts/greptimedb-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
kubeVersion: ">=1.18.0-0"
33
description: The greptimedb-operator Helm chart for Kubernetes.
44
name: greptimedb-operator
5-
appVersion: 0.1.0
6-
version: 0.2.5
5+
appVersion: 0.1.1
6+
version: 0.2.6
77
type: application
88
home: https://github.com/GreptimeTeam/greptimedb-operator
99
sources:

charts/greptimedb-operator/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The greptimedb-operator Helm chart for Kubernetes.
44

5-
![Version: 0.2.5](https://img.shields.io/badge/Version-0.2.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square)
5+
![Version: 0.2.6](https://img.shields.io/badge/Version-0.2.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.1](https://img.shields.io/badge/AppVersion-0.1.1-informational?style=flat-square)
66

77
## Source Code
88

@@ -101,6 +101,9 @@ Kubernetes: `>=1.18.0-0`
101101
| Key | Type | Default | Description |
102102
|-----|------|---------|-------------|
103103
| affinity | object | `{}` | The pod affinity |
104+
| apiServer | object | `{"enabled":false,"port":8081}` | The configuration for the operator API server |
105+
| apiServer.enabled | bool | `false` | Whether to enable the API server |
106+
| apiServer.port | int | `8081` | The port for the API server |
104107
| crds.additionalLabels | object | `{}` | Addtional labels to be added to all CRDs |
105108
| crds.annotations | object | `{}` | Annotations to be added to all CRDs |
106109
| crds.install | bool | `true` | Install and upgrade CRDs |
@@ -110,7 +113,7 @@ Kubernetes: `>=1.18.0-0`
110113
| image.pullSecrets | list | `[]` | The image pull secrets |
111114
| image.registry | string | `"docker.io"` | The image registry |
112115
| image.repository | string | `"greptime/greptimedb-operator"` | The image repository |
113-
| image.tag | string | `"v0.1.0"` | The image tag |
116+
| image.tag | string | `"v0.1.1"` | The image tag |
114117
| nameOverride | string | `""` | String to partially override release template name |
115118
| nodeSelector | object | `{}` | The operator node selector |
116119
| rbac.create | bool | `true` | Install role based access control |

0 commit comments

Comments
 (0)