Skip to content

Commit

Permalink
release: greptimedb-operator 0.1.0-alpha.22 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyy17 authored Jan 23, 2024
1 parent 75b9bb7 commit 8183adb
Show file tree
Hide file tree
Showing 10 changed files with 2,875 additions and 16 deletions.
9 changes: 8 additions & 1 deletion charts/greptimedb-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,12 @@ apiVersion: v2
name: greptimedb-cluster
description: A Helm chart for deploying GreptimeDB cluster in Kubernetes
type: application
version: 0.1.12
version: 0.1.13
appVersion: 0.6.0
maintainers:
- name: daviderli614
email: [email protected]
url: https://github.com/daviderli614
- name: zyy17
email: [email protected]
url: https://github.com/zyy17
5 changes: 2 additions & 3 deletions charts/greptimedb-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A Helm chart for deploying GreptimeDB cluster in Kubernetes

![Version: 0.1.12](https://img.shields.io/badge/Version-0.1.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.0](https://img.shields.io/badge/AppVersion-0.6.0-informational?style=flat-square)
![Version: 0.1.13](https://img.shields.io/badge/Version-0.1.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.0](https://img.shields.io/badge/AppVersion-0.6.0-informational?style=flat-square)

## Source Code

Expand Down Expand Up @@ -115,7 +115,7 @@ helm uninstall mycluster -n default
| image.tag | string | `"v0.6.0"` | The image tag |
| initializer.registry | string | `"docker.io"` | Initializer image registry |
| initializer.repository | string | `"greptime/greptimedb-initializer"` | Initializer image repository |
| initializer.tag | string | `"0.1.0-alpha.19"` | Initializer image tag |
| initializer.tag | string | `"0.1.0-alpha.22"` | Initializer image tag |
| meta | object | `{"config":"","etcdEndpoints":"etcd.default.svc.cluster.local:2379","podTemplate":{"affinity":{},"annotations":{},"labels":{},"main":{"args":[],"command":[],"env":[],"image":"","resources":{"limits":{},"requests":{}}},"nodeSelector":{},"serviceAccountName":"","tolerations":[]},"replicas":1,"storeKeyPrefix":""}` | Meta configure |
| meta.config | string | `""` | Extra Meta config in toml format. |
| meta.etcdEndpoints | string | `"etcd.default.svc.cluster.local:2379"` | Meta etcd endpoints |
Expand Down Expand Up @@ -143,6 +143,5 @@ helm uninstall mycluster -n default
| prometheusMonitor.enabled | bool | `false` | Create PodMonitor resource for scraping metrics using PrometheusOperator |
| prometheusMonitor.interval | string | `"30s"` | Interval at which metrics should be scraped |
| prometheusMonitor.labels | object | `{"release":"prometheus"}` | Add labels to the PodMonitor |
| reloadWhenConfigChange | bool | `false` | Enable configure reloading. This option need to be supported by the Reloader(https://github.com/stakater/Reloader). |
| resources.limits | object | `{"cpu":"1","memory":"1Gi"}` | The resources limits for the container |
| resources.requests | object | `{"cpu":"500m","memory":"512Mi"}` | The requested resources for the container |
1 change: 0 additions & 1 deletion charts/greptimedb-cluster/templates/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ spec:
- name: {{ . }}
{{- end }}
{{- end }}
reloadWhenConfigChange: {{ .Values.reloadWhenConfigChange }}
frontend:
replicas: {{ .Values.frontend.replicas }}
{{- if .Values.frontend.config }}
Expand Down
5 changes: 1 addition & 4 deletions charts/greptimedb-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ initializer:
# -- Initializer image repository
repository: greptime/greptimedb-initializer
# -- Initializer image tag
tag: 0.1.0-alpha.19
tag: 0.1.0-alpha.22

resources:
# -- The requested resources for the container
Expand All @@ -26,9 +26,6 @@ resources:
cpu: "1"
memory: "1Gi"

# -- Enable configure reloading. This option need to be supported by the Reloader(https://github.com/stakater/Reloader).
reloadWhenConfigChange: false

# -- Frontend configure
frontend:
# -- Frontend replicas
Expand Down
4 changes: 2 additions & 2 deletions charts/greptimedb-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0-alpha.20
version: 0.1.7
appVersion: 0.1.0-alpha.22
version: 0.1.8
type: application
home: https://github.com/GreptimeTeam/greptimedb-operator
sources:
Expand Down
4 changes: 2 additions & 2 deletions charts/greptimedb-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The greptimedb-operator Helm chart for Kubernetes

![Version: 0.1.7](https://img.shields.io/badge/Version-0.1.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0-alpha.20](https://img.shields.io/badge/AppVersion-0.1.0--alpha.20-informational?style=flat-square)
![Version: 0.1.8](https://img.shields.io/badge/Version-0.1.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0-alpha.22](https://img.shields.io/badge/AppVersion-0.1.0--alpha.22-informational?style=flat-square)

## Source Code
- https://github.com/GreptimeTeam/greptimedb-operator
Expand Down Expand Up @@ -45,7 +45,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 | `"0.1.0-alpha.20"` | The image tag |
| image.tag | string | `"0.1.0-alpha.22"` | 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 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10746,8 +10746,6 @@ spec:
prometheusServicePort:
format: int32
type: integer
reloadWhenConfigChange:
type: boolean
version:
type: string
type: object
Expand Down Expand Up @@ -10817,6 +10815,9 @@ spec:
- readyReplicas
- replicas
type: object
observedGeneration:
format: int64
type: integer
version:
type: string
type: object
Expand Down
Loading

0 comments on commit 8183adb

Please sign in to comment.