Skip to content

Commit 83c4924

Browse files
committed
upgrade to helm 174.25
1 parent af38226 commit 83c4924

15 files changed

+883
-2242
lines changed

kustomize/base/operator/clusterrole.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
---
22
# Source: confluent-for-kubernetes/templates/clusterrole.yaml
33
apiVersion: rbac.authorization.k8s.io/v1
4-
kind: ClusterRole
4+
kind: Role
55
metadata:
66
labels:
77
app: confluent-for-kubernetes
88
app.kubernetes.io/name: confluent-for-kubernetes
99
app.kubernetes.io/instance: RELEASE-NAME
1010
app.kubernetes.io/managed-by: Helm
1111
app.kubernetes.io/component: "confluent-operator"
12-
helm.sh/chart: confluent-for-kubernetes-0.174.13
12+
helm.sh/chart: confluent-for-kubernetes-0.174.25
1313
name: confluent-operator
14+
namespace: default
1415
rules:
1516
- apiGroups:
1617
- cluster.confluent.com
Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
kind: ClusterRoleBinding
1+
---
2+
# Source: confluent-for-kubernetes/templates/clusterrolebinding.yaml
3+
kind: RoleBinding
24
apiVersion: rbac.authorization.k8s.io/v1
35
metadata:
46
labels:
@@ -7,13 +9,14 @@ metadata:
79
app.kubernetes.io/instance: RELEASE-NAME
810
app.kubernetes.io/managed-by: Helm
911
app.kubernetes.io/component: "confluent-operator"
10-
helm.sh/chart: confluent-for-kubernetes-0.174.13
12+
helm.sh/chart: confluent-for-kubernetes-0.174.25
1113
name: confluent-operator
14+
namespace: default
1215
subjects:
1316
- kind: ServiceAccount
1417
name: confluent-for-kubernetes
15-
namespace: sandbox
18+
namespace: default
1619
roleRef:
17-
kind: ClusterRole
20+
kind: Role
1821
name: confluent-operator
1922
apiGroup: rbac.authorization.k8s.io

kustomize/base/operator/deployment.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ metadata:
99
app.kubernetes.io/instance: RELEASE-NAME
1010
app.kubernetes.io/managed-by: Helm
1111
app.kubernetes.io/component: "confluent-operator"
12-
helm.sh/chart: confluent-for-kubernetes-0.174.13
13-
version: 0.174.13
12+
helm.sh/chart: confluent-for-kubernetes-0.174.25
13+
version: 0.174.25
1414
name: confluent-operator
15+
namespace: default
1516
spec:
1617
replicas: 1
1718
selector:
@@ -34,7 +35,7 @@ spec:
3435
app.kubernetes.io/name: "confluent-operator"
3536
app.kubernetes.io/instance: RELEASE-NAME
3637
confluent-platform: "true"
37-
version: 0.174.13
38+
version: 0.174.25
3839
spec:
3940
securityContext:
4041
fsGroup: 1001
@@ -45,7 +46,7 @@ spec:
4546
- --debug=false
4647
- --namespaces=default
4748
name: confluent-operator
48-
image: docker.io/confluentinc/confluent-operator:0.174.13
49+
image: docker.io/confluentinc/confluent-operator:0.174.25
4950
imagePullPolicy: IfNotPresent
5051
terminationMessagePath: /dev/termination-log
5152
terminationMessagePolicy: File

kustomize/base/operator/licensing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
app.kubernetes.io/instance: RELEASE-NAME
1010
app.kubernetes.io/managed-by: Helm
1111
app.kubernetes.io/component: "confluent-operator"
12-
helm.sh/chart: confluent-for-kubernetes-0.174.13
12+
helm.sh/chart: confluent-for-kubernetes-0.174.25
1313
namespace: default
1414
name: confluent-operator-licensing
1515
type: Opaque

kustomize/base/operator/service.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ metadata:
99
app.kubernetes.io/instance: RELEASE-NAME
1010
app.kubernetes.io/managed-by: Helm
1111
app.kubernetes.io/component: "confluent-operator"
12-
helm.sh/chart: confluent-for-kubernetes-0.174.13
12+
helm.sh/chart: confluent-for-kubernetes-0.174.25
1313
name: confluent-operator
14+
namespace: default
1415
spec:
1516
ports:
1617
- name: http-metric

kustomize/base/operator/serviceaccount.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ metadata:
1111
app.kubernetes.io/instance: RELEASE-NAME
1212
app.kubernetes.io/managed-by: Helm
1313
app.kubernetes.io/component: "confluent-operator"
14-
helm.sh/chart: confluent-for-kubernetes-0.174.13
14+
helm.sh/chart: confluent-for-kubernetes-0.174.25
1515
name: confluent-for-kubernetes
16+
namespace: default

kustomize/crds/crds/platform.confluent.io_connects.yaml

Lines changed: 114 additions & 263 deletions
Large diffs are not rendered by default.

kustomize/crds/crds/platform.confluent.io_controlcenters.yaml

Lines changed: 114 additions & 251 deletions
Large diffs are not rendered by default.

kustomize/crds/crds/platform.confluent.io_kafkarestclasses.yaml

Lines changed: 14 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -73,48 +73,29 @@ spec:
7373
API
7474
properties:
7575
basic:
76-
description: BasicAuthentication defines basic authentication
76+
description: KafkaRestBasicAuthentication defines basic authentication
7777
properties:
78-
directoryPathInContainer:
79-
description: DirectoryPathInContainer allows to pass basic
80-
credential through directory path in a container
81-
minLength: 1
82-
type: string
83-
restrictedRoles:
84-
description: RestrictedRoles defines restricted roles on
85-
the server side only. Changes will be only reflected in
86-
ControlCenter (C3). This configuration is ignored on the
87-
client side configuration
88-
items:
89-
type: string
90-
minItems: 1
91-
type: array
92-
roles:
93-
description: Role defines list of roles configuration on
94-
the server side only. This configuration is ignored on
95-
the client side configuration
96-
items:
97-
type: string
98-
type: array
9978
secretRef:
10079
description: Name of the secret reference
10180
maxLength: 30
10281
minLength: 1
10382
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
10483
type: string
84+
required:
85+
- secretRef
10586
type: object
10687
bearer:
107-
description: BearerAuthentication used by MDS clients
88+
description: KafkaRestBearerAuthentication defines bearer authentication,
89+
used by MDS clients when RBAC enabled
10890
properties:
109-
directoryPathInContainer:
110-
minLength: 1
111-
type: string
11291
secretRef:
11392
description: Name of the secret reference
11493
maxLength: 30
11594
minLength: 1
11695
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
11796
type: string
97+
required:
98+
- secretRef
11899
type: object
119100
type:
120101
enum:
@@ -200,48 +181,29 @@ spec:
200181
API
201182
properties:
202183
basic:
203-
description: BasicAuthentication defines basic authentication
184+
description: KafkaRestBasicAuthentication defines basic authentication
204185
properties:
205-
directoryPathInContainer:
206-
description: DirectoryPathInContainer allows to pass basic
207-
credential through directory path in a container
208-
minLength: 1
209-
type: string
210-
restrictedRoles:
211-
description: RestrictedRoles defines restricted roles on
212-
the server side only. Changes will be only reflected in
213-
ControlCenter (C3). This configuration is ignored on the
214-
client side configuration
215-
items:
216-
type: string
217-
minItems: 1
218-
type: array
219-
roles:
220-
description: Role defines list of roles configuration on
221-
the server side only. This configuration is ignored on
222-
the client side configuration
223-
items:
224-
type: string
225-
type: array
226186
secretRef:
227187
description: Name of the secret reference
228188
maxLength: 30
229189
minLength: 1
230190
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
231191
type: string
192+
required:
193+
- secretRef
232194
type: object
233195
bearer:
234-
description: BearerAuthentication used by MDS clients
196+
description: KafkaRestBearerAuthentication defines bearer authentication,
197+
used by MDS clients when RBAC enabled
235198
properties:
236-
directoryPathInContainer:
237-
minLength: 1
238-
type: string
239199
secretRef:
240200
description: Name of the secret reference
241201
maxLength: 30
242202
minLength: 1
243203
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
244204
type: string
205+
required:
206+
- secretRef
245207
type: object
246208
type:
247209
enum:

0 commit comments

Comments
 (0)