Skip to content

Commit

Permalink
chore: bump operator version and CRDs (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyy17 authored Apr 28, 2024
1 parent 9dd50c9 commit 8fda1d8
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 11 deletions.
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.23
version: 0.1.13
appVersion: 0.1.0-alpha.24
version: 0.1.14
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.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.1.0-alpha.23](https://img.shields.io/badge/AppVersion-0.1.0--alpha.23-informational?style=flat-square)
![Version: 0.1.14](https://img.shields.io/badge/Version-0.1.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0-alpha.24](https://img.shields.io/badge/AppVersion-0.1.0--alpha.24-informational?style=flat-square)

## Source Code
- https://github.com/GreptimeTeam/greptimedb-operator
Expand Down Expand Up @@ -46,7 +46,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.23"` | The image tag |
| image.tag | string | `"0.1.0-alpha.24"` | 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
13 changes: 10 additions & 3 deletions charts/greptimedb-operator/crds/greptimedbclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10743,9 +10743,16 @@ spec:
type: string
type: object
type: object
prometheusServicePort:
format: int32
type: integer
remoteWal:
properties:
kafka:
properties:
brokerEndpoints:
items:
type: string
type: array
type: object
type: object
version:
type: string
type: object
Expand Down
13 changes: 10 additions & 3 deletions charts/greptimedb-operator/crds/greptimedbstandalones.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2765,9 +2765,16 @@ spec:
type: string
type: object
type: object
prometheusServicePort:
format: int32
type: integer
remoteWal:
properties:
kafka:
properties:
brokerEndpoints:
items:
type: string
type: array
type: object
type: object
service:
properties:
annotations:
Expand Down
2 changes: 1 addition & 1 deletion charts/greptimedb-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
# -- The image pull policy for the controller
imagePullPolicy: IfNotPresent
# -- The image tag
tag: 0.1.0-alpha.23
tag: 0.1.0-alpha.24
# -- The image pull secrets
pullSecrets: []

Expand Down

0 comments on commit 8fda1d8

Please sign in to comment.