2
2
3
3
The greptimedb-operator Helm chart for Kubernetes.
4
4
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 )
6
6
7
7
## Source Code
8
8
@@ -101,6 +101,9 @@ Kubernetes: `>=1.18.0-0`
101
101
| Key | Type | Default | Description |
102
102
| -----| ------| ---------| -------------|
103
103
| 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 |
104
107
| crds.additionalLabels | object | ` {} ` | Addtional labels to be added to all CRDs |
105
108
| crds.annotations | object | ` {} ` | Annotations to be added to all CRDs |
106
109
| crds.install | bool | ` true ` | Install and upgrade CRDs |
@@ -110,7 +113,7 @@ Kubernetes: `>=1.18.0-0`
110
113
| image.pullSecrets | list | ` [] ` | The image pull secrets |
111
114
| image.registry | string | ` "docker.io" ` | The image registry |
112
115
| 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 |
114
117
| nameOverride | string | ` "" ` | String to partially override release template name |
115
118
| nodeSelector | object | ` {} ` | The operator node selector |
116
119
| rbac.create | bool | ` true ` | Install role based access control |
0 commit comments