Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kustomize/base/operator/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: "confluent-operator"
helm.sh/chart: confluent-for-kubernetes-0.174.13
helm.sh/chart: confluent-for-kubernetes-0.174.25
name: confluent-operator
rules:
- apiGroups:
Expand Down
6 changes: 4 additions & 2 deletions kustomize/base/operator/clusterrolebinding.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---
# Source: confluent-for-kubernetes/templates/clusterrolebinding.yaml
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
Expand All @@ -7,12 +9,12 @@ metadata:
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: "confluent-operator"
helm.sh/chart: confluent-for-kubernetes-0.174.13
helm.sh/chart: confluent-for-kubernetes-0.174.25
name: confluent-operator
subjects:
- kind: ServiceAccount
name: confluent-for-kubernetes
namespace: sandbox
namespace: default
roleRef:
kind: ClusterRole
name: confluent-operator
Expand Down
10 changes: 5 additions & 5 deletions kustomize/base/operator/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ metadata:
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: "confluent-operator"
helm.sh/chart: confluent-for-kubernetes-0.174.13
version: 0.174.13
helm.sh/chart: confluent-for-kubernetes-0.174.25
version: 0.174.25
name: confluent-operator
namespace: default
spec:
replicas: 1
selector:
Expand All @@ -34,7 +35,7 @@ spec:
app.kubernetes.io/name: "confluent-operator"
app.kubernetes.io/instance: RELEASE-NAME
confluent-platform: "true"
version: 0.174.13
version: 0.174.25
spec:
securityContext:
fsGroup: 1001
Expand All @@ -43,9 +44,8 @@ spec:
containers:
- args:
- --debug=false
- --namespaces=default
name: confluent-operator
image: docker.io/confluentinc/confluent-operator:0.174.13
image: docker.io/confluentinc/confluent-operator:0.174.25
imagePullPolicy: IfNotPresent
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/operator/licensing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: "confluent-operator"
helm.sh/chart: confluent-for-kubernetes-0.174.13
helm.sh/chart: confluent-for-kubernetes-0.174.25
namespace: default
name: confluent-operator-licensing
type: Opaque
Expand Down
3 changes: 2 additions & 1 deletion kustomize/base/operator/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ metadata:
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: "confluent-operator"
helm.sh/chart: confluent-for-kubernetes-0.174.13
helm.sh/chart: confluent-for-kubernetes-0.174.25
name: confluent-operator
namespace: default
spec:
ports:
- name: http-metric
Expand Down
3 changes: 2 additions & 1 deletion kustomize/base/operator/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ metadata:
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: "confluent-operator"
helm.sh/chart: confluent-for-kubernetes-0.174.13
helm.sh/chart: confluent-for-kubernetes-0.174.25
name: confluent-for-kubernetes
namespace: default
377 changes: 114 additions & 263 deletions kustomize/crds/crds/platform.confluent.io_connects.yaml

Large diffs are not rendered by default.

365 changes: 114 additions & 251 deletions kustomize/crds/crds/platform.confluent.io_controlcenters.yaml

Large diffs are not rendered by default.

66 changes: 14 additions & 52 deletions kustomize/crds/crds/platform.confluent.io_kafkarestclasses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,48 +73,29 @@ spec:
API
properties:
basic:
description: BasicAuthentication defines basic authentication
description: KafkaRestBasicAuthentication defines basic authentication
properties:
directoryPathInContainer:
description: DirectoryPathInContainer allows to pass basic
credential through directory path in a container
minLength: 1
type: string
restrictedRoles:
description: RestrictedRoles defines restricted roles on
the server side only. Changes will be only reflected in
ControlCenter (C3). This configuration is ignored on the
client side configuration
items:
type: string
minItems: 1
type: array
roles:
description: Role defines list of roles configuration on
the server side only. This configuration is ignored on
the client side configuration
items:
type: string
type: array
secretRef:
description: Name of the secret reference
maxLength: 30
minLength: 1
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
type: string
required:
- secretRef
type: object
bearer:
description: BearerAuthentication used by MDS clients
description: KafkaRestBearerAuthentication defines bearer authentication,
used by MDS clients when RBAC enabled
properties:
directoryPathInContainer:
minLength: 1
type: string
secretRef:
description: Name of the secret reference
maxLength: 30
minLength: 1
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
type: string
required:
- secretRef
type: object
type:
enum:
Expand Down Expand Up @@ -200,48 +181,29 @@ spec:
API
properties:
basic:
description: BasicAuthentication defines basic authentication
description: KafkaRestBasicAuthentication defines basic authentication
properties:
directoryPathInContainer:
description: DirectoryPathInContainer allows to pass basic
credential through directory path in a container
minLength: 1
type: string
restrictedRoles:
description: RestrictedRoles defines restricted roles on
the server side only. Changes will be only reflected in
ControlCenter (C3). This configuration is ignored on the
client side configuration
items:
type: string
minItems: 1
type: array
roles:
description: Role defines list of roles configuration on
the server side only. This configuration is ignored on
the client side configuration
items:
type: string
type: array
secretRef:
description: Name of the secret reference
maxLength: 30
minLength: 1
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
type: string
required:
- secretRef
type: object
bearer:
description: BearerAuthentication used by MDS clients
description: KafkaRestBearerAuthentication defines bearer authentication,
used by MDS clients when RBAC enabled
properties:
directoryPathInContainer:
minLength: 1
type: string
secretRef:
description: Name of the secret reference
maxLength: 30
minLength: 1
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
type: string
required:
- secretRef
type: object
type:
enum:
Expand Down
Loading