Skip to content

Commit c85b126

Browse files
authored
chore: upgrade greptimedb-operator to 0.1.0-alpha.12 (#46)
1 parent 18f6af7 commit c85b126

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
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.19.0-0"
33
description: The greptimedb-operator Helm chart for Kubernetes
44
name: greptimedb-operator
5-
appVersion: 0.1.0-alpha.11
6-
version: 0.1.1-alpha.6
5+
appVersion: 0.1.0-alpha.12
6+
version: 0.1.1-alpha.7
77
type: application
88
home: https://github.com/GreptimeTeam/greptimedb-operator
99
sources:

charts/greptimedb-operator/crds/greptimedbcluster.yaml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ spec:
3030
- jsonPath: .status.clusterPhase
3131
name: PHASE
3232
type: string
33+
- jsonPath: .status.version
34+
name: VERSION
35+
type: string
3336
- jsonPath: .metadata.creationTimestamp
3437
name: AGE
3538
type: date
@@ -8012,8 +8015,6 @@ spec:
80128015
type: object
80138016
tls:
80148017
properties:
8015-
certificateMountPath:
8016-
type: string
80178018
secretName:
80188019
type: string
80198020
type: object
@@ -8035,6 +8036,8 @@ spec:
80358036
properties:
80368037
config:
80378038
type: string
8039+
enableCheckEtcdService:
8040+
type: boolean
80388041
etcdEndpoints:
80398042
items:
80408043
type: string
@@ -10712,6 +10715,9 @@ spec:
1071210715
port:
1071310716
type: string
1071410717
type: object
10718+
prometheusServicePort:
10719+
format: int32
10720+
type: integer
1071510721
storage:
1071610722
properties:
1071710723
local:
@@ -10725,10 +10731,10 @@ spec:
1072510731
type: string
1072610732
endpoint:
1072710733
type: string
10728-
prefix:
10729-
type: string
1073010734
region:
1073110735
type: string
10736+
root:
10737+
type: string
1073210738
secretName:
1073310739
type: string
1073410740
type: object
@@ -10802,6 +10808,8 @@ spec:
1080210808
- readyReplicas
1080310809
- replicas
1080410810
type: object
10811+
version:
10812+
type: string
1080510813
type: object
1080610814
type: object
1080710815
served: true

charts/greptimedb-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ image:
77
# The image pull policy for the controller
88
imagePullPolicy: IfNotPresent
99
# The image tag
10-
tag: 0.1.0-alpha.11
10+
tag: 0.1.0-alpha.12
1111
# The image pull secrets.
1212
pullSecrets: []
1313

0 commit comments

Comments
 (0)