File tree Expand file tree Collapse file tree 10 files changed +55
-10
lines changed Expand file tree Collapse file tree 10 files changed +55
-10
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ type: application
16
16
# This is the chart version. This version number should be incremented each time you make changes
17
17
# to the chart and its templates, including the app version.
18
18
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19
- version : 0.6.0
19
+ version : 0.6.1
20
20
21
21
# This is the version number of the application being deployed. This version number should be
22
22
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 8
8
resources :
9
9
- services
10
10
resourceNames :
11
- - chi-clickhouse-test-clickhouse-0-0
11
+ - chendpoint-{{ .Release.Name }}
12
12
verbs : ["get", "list", "watch"]
13
13
- apiGroups :
14
14
- " "
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ type: application
16
16
# This is the chart version. This version number should be incremented each time you make changes
17
17
# to the chart and its templates, including the app version.
18
18
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19
- version : 0.3.0
19
+ version : 0.3.1
20
20
21
21
# This is the version number of the application being deployed. This version number should be
22
22
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change
1
+ apiVersion : rbac.authorization.k8s.io/v1
2
+ kind : Role
3
+ metadata :
4
+ name : {{ .Release.Name }}-dashboard-resources
5
+ rules :
6
+ - apiGroups :
7
+ - " "
8
+ resources :
9
+ - services
10
+ resourceNames :
11
+ - {{ .Release.Name }}-kafka-bootstrap
12
+ verbs : ["get", "list", "watch"]
13
+ - apiGroups :
14
+ - " "
15
+ resources :
16
+ - secrets
17
+ resourceNames :
18
+ - {{ .Release.Name }}-clients-ca
19
+ verbs : ["get", "list", "watch"]
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ type: application
16
16
# This is the chart version. This version number should be incremented each time you make changes
17
17
# to the chart and its templates, including the app version.
18
18
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19
- version : 0.3.0
19
+ version : 0.3.1
20
20
21
21
# This is the version number of the application being deployed. This version number should be
22
22
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 40
40
nats :
41
41
fullnameOverride : {{ .Release.Name }}
42
42
config :
43
- {{- if gt (len .Values. passwords) 0 }}
43
+ {{- if gt (len $ passwords) 0 }}
44
44
merge :
45
45
accounts :
46
46
A :
Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ kind: Role
3
3
metadata :
4
4
name : {{ .Release.Name }}-dashboard-resources
5
5
rules :
6
+ - apiGroups :
7
+ - " "
8
+ resources :
9
+ - services
10
+ resourceNames :
11
+ - {{ .Release.Name }}
12
+ verbs : ["get", "list", "watch"]
6
13
- apiGroups :
7
14
- " "
8
15
resources :
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ type: application
16
16
# This is the chart version. This version number should be incremented each time you make changes
17
17
# to the chart and its templates, including the app version.
18
18
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19
- version : 0.3.0
19
+ version : 0.3.1
20
20
21
21
# This is the version number of the application being deployed. This version number should be
22
22
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change
1
+ apiVersion : rbac.authorization.k8s.io/v1
2
+ kind : Role
3
+ metadata :
4
+ name : {{ .Release.Name }}-dashboard-resources
5
+ rules :
6
+ - apiGroups :
7
+ - " "
8
+ resources :
9
+ - services
10
+ resourceNames :
11
+ - rfs-{{ .Release.Name }}
12
+ - rfrm-{{ .Release.Name }}
13
+ - rfrs-{{ .Release.Name }}
14
+ - " {{ .Release.Name }}-external-lb"
15
+ verbs : ["get", "list", "watch"]
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ clickhouse 0.2.1 5ca8823
5
5
clickhouse 0.3.0 b00621e
6
6
clickhouse 0.4.0 320fc32
7
7
clickhouse 0.5.0 2a4768a5
8
- clickhouse 0.6.0 HEAD
8
+ clickhouse 0.6.0 18bbdb67
9
+ clickhouse 0.6.1 HEAD
9
10
ferretdb 0.1.0 4ffa8615
10
11
ferretdb 0.1.1 5ca8823
11
12
ferretdb 0.2.0 adaf603
@@ -21,7 +22,8 @@ kafka 0.2.0 a2cc83d
21
22
kafka 0.2.1 3ac17018
22
23
kafka 0.2.2 d0758692
23
24
kafka 0.2.3 5ca8823
24
- kafka 0.3.0 HEAD
25
+ kafka 0.3.0 c07c4bbd
26
+ kafka 0.3.1 HEAD
25
27
kubernetes 0.1.0 f642698
26
28
kubernetes 0.2.0 7cd7de73
27
29
kubernetes 0.3.0 7caccec1
@@ -49,7 +51,8 @@ mysql 0.5.1 fab5940b
49
51
mysql 0.5.2 HEAD
50
52
nats 0.1.0 5ca8823
51
53
nats 0.2.0 c07c4bbd
52
- nats 0.3.0 HEAD
54
+ nats 0.3.0 78366f19
55
+ nats 0.3.1 HEAD
53
56
postgres 0.1.0 f642698
54
57
postgres 0.2.0 7cd7de73
55
58
postgres 0.2.1 4a97e297
@@ -70,7 +73,8 @@ rabbitmq 0.4.2 00b2834e
70
73
rabbitmq 0.4.3 HEAD
71
74
redis 0.1.1 f642698
72
75
redis 0.2.0 5ca8823
73
- redis 0.3.0 HEAD
76
+ redis 0.3.0 c07c4bbd
77
+ redis 0.3.1 HEAD
74
78
tcp-balancer 0.1.0 f642698
75
79
tcp-balancer 0.2.0 HEAD
76
80
tenant 0.1.3 3d1b86c
You can’t perform that action at this time.
0 commit comments