Skip to content

Commit

Permalink
Update kafka broker version (#33)
Browse files Browse the repository at this point in the history
* Update kafka broker version

* Bump release version
  • Loading branch information
teddyphreak authored Jun 17, 2023
1 parent ab48be2 commit 8a01e73
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
4 changes: 2 additions & 2 deletions charts/dataplane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.8
version: 0.1.9

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: 0.1.8
appVersion: 0.1.9
16 changes: 5 additions & 11 deletions charts/dataplane/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,19 @@ nameOverride: ""
fullnameOverride: ""

util:

image:
repository: nephelaiio/dataplane-util
pullPolicy: IfNotPresent
tag: dataplane-0.1.8
tag: dataplane-0.1.9
resources: {}

cdc:

postgres: []
mysql: []

strimzi:

kafka:
version: "3.2.3"
version: "3.4.0"
replicas: 1
brokers: 1
annotations: {}
Expand All @@ -39,7 +36,7 @@ strimzi:
connect:
image:
repository: nephelaiio/dataplane-connect
tag: dataplane-0.1.8
tag: dataplane-0.1.9
replicas: 1
config:
group.id: connect-cluster
Expand All @@ -59,7 +56,6 @@ strimzi:
class: ""

zalando:

metabase:
name: metabase
version: 14
Expand All @@ -79,7 +75,6 @@ zalando:
allowedSourceRanges: 0.0.0.0/0

metabase:

db: dataplane

replicaCount: 2
Expand All @@ -94,7 +89,7 @@ metabase:
image:
repository: nephelaiio/dataplane-util
pullPolicy: IfNotPresent
tag: dataplane-0.1.8
tag: dataplane-0.1.9
securityContext: {}

image:
Expand All @@ -117,7 +112,7 @@ metabase:
- name: "MB_REDIRECT_ALL_REQUESTS_TO_HTTPS"
value: "true"

passwordComplexity: 'strong'
passwordComplexity: "strong"
securityContext: {}
podSecurityContext: {}
podAnnotations: {}
Expand All @@ -127,7 +122,6 @@ metabase:
affinity: {}

registry:

image:
repository: confluentinc/cp-schema-registry
pullPolicy: IfNotPresent
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dataplane"
version = "0.1.8"
version = "0.1.9"
description = ""
authors = ["Teodoro Cook <[email protected]>"]

Expand Down

0 comments on commit 8a01e73

Please sign in to comment.