Skip to content

Commit

Permalink
add ui section to KafkaVersions (#1290)
Browse files Browse the repository at this point in the history
Signed-off-by: Subrata7a <[email protected]>
  • Loading branch information
Subrata7a authored Sep 17, 2024
1 parent c38927b commit 6b84b0f
Show file tree
Hide file tree
Showing 16 changed files with 48 additions and 0 deletions.
3 changes: 3 additions & 0 deletions catalog/kubedb/raw/kafka/deprecated-kafka-3.3.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ spec:
databasePolicyName: kafka-db
securityContext:
runAsUser: 1001
ui:
- name: kafka-ui
version: v2024.4.27
version: 3.3.0
3 changes: 3 additions & 0 deletions catalog/kubedb/raw/kafka/deprecated-kafka-3.4.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ spec:
databasePolicyName: kafka-db
securityContext:
runAsUser: 1001
ui:
- name: kafka-ui
version: v2024.4.27
version: 3.4.0
3 changes: 3 additions & 0 deletions catalog/kubedb/raw/kafka/kafka-3.3.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ spec:
databasePolicyName: kafka-db
securityContext:
runAsUser: 1001
ui:
- name: kafka-ui
version: v2024.4.27
updateConstraints:
allowlist:
- '> 3.3.2, <= 3.6.1'
Expand Down
3 changes: 3 additions & 0 deletions catalog/kubedb/raw/kafka/kafka-3.4.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ spec:
databasePolicyName: kafka-db
securityContext:
runAsUser: 1001
ui:
- name: kafka-ui
version: v2024.4.27
updateConstraints:
allowlist:
- '> 3.4.1, <= 3.6.1'
Expand Down
3 changes: 3 additions & 0 deletions catalog/kubedb/raw/kafka/kafka-3.5.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ spec:
databasePolicyName: kafka-db
securityContext:
runAsUser: 1001
ui:
- name: kafka-ui
version: v2024.4.27
updateConstraints:
allowlist:
- '> 3.5.1, <= 3.6.1'
Expand Down
3 changes: 3 additions & 0 deletions catalog/kubedb/raw/kafka/kafka-3.5.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ spec:
databasePolicyName: kafka-db
securityContext:
runAsUser: 1001
ui:
- name: kafka-ui
version: v2024.4.27
updateConstraints:
allowlist:
- '> 3.5.2, <= 3.6.1'
Expand Down
3 changes: 3 additions & 0 deletions catalog/kubedb/raw/kafka/kafka-3.6.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ spec:
databasePolicyName: kafka-db
securityContext:
runAsUser: 1001
ui:
- name: kafka-ui
version: v2024.4.27
updateConstraints:
allowlist:
- '> 3.6.0, <= 3.6.1'
Expand Down
3 changes: 3 additions & 0 deletions catalog/kubedb/raw/kafka/kafka-3.6.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ spec:
databasePolicyName: kafka-db
securityContext:
runAsUser: 1001
ui:
- name: kafka-ui
version: v2024.4.27
updateConstraints:
allowlist:
- '> 3.6.1, <= 3.6.1'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ spec:
databasePolicyName: kafka-db
securityContext:
runAsUser: 1001
ui:
- name: kafka-ui
version: v2024.4.27
version: 3.3.0
deprecated: {{ not (has "3.3.0" .Values.enableVersions.Kafka) }}
{{ end }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ spec:
databasePolicyName: kafka-db
securityContext:
runAsUser: 1001
ui:
- name: kafka-ui
version: v2024.4.27
version: 3.4.0
deprecated: {{ not (has "3.4.0" .Values.enableVersions.Kafka) }}
{{ end }}
Expand Down
3 changes: 3 additions & 0 deletions charts/kubedb-catalog/templates/kafka/kafka-3.3.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ spec:
databasePolicyName: kafka-db
securityContext:
runAsUser: 1001
ui:
- name: kafka-ui
version: v2024.4.27
updateConstraints:
allowlist:
- '> 3.3.2, <= 3.6.1'
Expand Down
3 changes: 3 additions & 0 deletions charts/kubedb-catalog/templates/kafka/kafka-3.4.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ spec:
databasePolicyName: kafka-db
securityContext:
runAsUser: 1001
ui:
- name: kafka-ui
version: v2024.4.27
updateConstraints:
allowlist:
- '> 3.4.1, <= 3.6.1'
Expand Down
3 changes: 3 additions & 0 deletions charts/kubedb-catalog/templates/kafka/kafka-3.5.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ spec:
databasePolicyName: kafka-db
securityContext:
runAsUser: 1001
ui:
- name: kafka-ui
version: v2024.4.27
updateConstraints:
allowlist:
- '> 3.5.1, <= 3.6.1'
Expand Down
3 changes: 3 additions & 0 deletions charts/kubedb-catalog/templates/kafka/kafka-3.5.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ spec:
databasePolicyName: kafka-db
securityContext:
runAsUser: 1001
ui:
- name: kafka-ui
version: v2024.4.27
updateConstraints:
allowlist:
- '> 3.5.2, <= 3.6.1'
Expand Down
3 changes: 3 additions & 0 deletions charts/kubedb-catalog/templates/kafka/kafka-3.6.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ spec:
databasePolicyName: kafka-db
securityContext:
runAsUser: 1001
ui:
- name: kafka-ui
version: v2024.4.27
updateConstraints:
allowlist:
- '> 3.6.0, <= 3.6.1'
Expand Down
3 changes: 3 additions & 0 deletions charts/kubedb-catalog/templates/kafka/kafka-3.6.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ spec:
databasePolicyName: kafka-db
securityContext:
runAsUser: 1001
ui:
- name: kafka-ui
version: v2024.4.27
updateConstraints:
allowlist:
- '> 3.6.1, <= 3.6.1'
Expand Down

0 comments on commit 6b84b0f

Please sign in to comment.