File tree Expand file tree Collapse file tree 3 files changed +15
-7
lines changed
charts/greptimedb-operator Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
2
2
kubeVersion : " >=1.19.0-0"
3
3
description : The greptimedb-operator Helm chart for Kubernetes
4
4
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
7
7
type : application
8
8
home : https://github.com/GreptimeTeam/greptimedb-operator
9
9
sources :
Original file line number Diff line number Diff line change 30
30
- jsonPath: .status.clusterPhase
31
31
name: PHASE
32
32
type: string
33
+ - jsonPath: .status.version
34
+ name: VERSION
35
+ type: string
33
36
- jsonPath: .metadata.creationTimestamp
34
37
name: AGE
35
38
type: date
@@ -8012,8 +8015,6 @@ spec:
8012
8015
type: object
8013
8016
tls:
8014
8017
properties:
8015
- certificateMountPath:
8016
- type: string
8017
8018
secretName:
8018
8019
type: string
8019
8020
type: object
@@ -8035,6 +8036,8 @@ spec:
8035
8036
properties:
8036
8037
config:
8037
8038
type: string
8039
+ enableCheckEtcdService:
8040
+ type: boolean
8038
8041
etcdEndpoints:
8039
8042
items:
8040
8043
type: string
@@ -10712,6 +10715,9 @@ spec:
10712
10715
port:
10713
10716
type: string
10714
10717
type: object
10718
+ prometheusServicePort:
10719
+ format: int32
10720
+ type: integer
10715
10721
storage:
10716
10722
properties:
10717
10723
local:
@@ -10725,10 +10731,10 @@ spec:
10725
10731
type: string
10726
10732
endpoint:
10727
10733
type: string
10728
- prefix:
10729
- type: string
10730
10734
region:
10731
10735
type: string
10736
+ root:
10737
+ type: string
10732
10738
secretName:
10733
10739
type: string
10734
10740
type: object
@@ -10802,6 +10808,8 @@ spec:
10802
10808
- readyReplicas
10803
10809
- replicas
10804
10810
type: object
10811
+ version:
10812
+ type: string
10805
10813
type: object
10806
10814
type: object
10807
10815
served: true
Original file line number Diff line number Diff line change 7
7
# The image pull policy for the controller
8
8
imagePullPolicy : IfNotPresent
9
9
# The image tag
10
- tag : 0.1.0-alpha.11
10
+ tag : 0.1.0-alpha.12
11
11
# The image pull secrets.
12
12
pullSecrets : []
13
13
You can’t perform that action at this time.
0 commit comments