diff --git a/charts/dataplane/Chart.yaml b/charts/dataplane/Chart.yaml index 0854df4..60364e1 100644 --- a/charts/dataplane/Chart.yaml +++ b/charts/dataplane/Chart.yaml @@ -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 diff --git a/charts/dataplane/values.yaml b/charts/dataplane/values.yaml index 2d3db47..dbc1833 100644 --- a/charts/dataplane/values.yaml +++ b/charts/dataplane/values.yaml @@ -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: {} @@ -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 @@ -59,7 +56,6 @@ strimzi: class: "" zalando: - metabase: name: metabase version: 14 @@ -79,7 +75,6 @@ zalando: allowedSourceRanges: 0.0.0.0/0 metabase: - db: dataplane replicaCount: 2 @@ -94,7 +89,7 @@ metabase: image: repository: nephelaiio/dataplane-util pullPolicy: IfNotPresent - tag: dataplane-0.1.8 + tag: dataplane-0.1.9 securityContext: {} image: @@ -117,7 +112,7 @@ metabase: - name: "MB_REDIRECT_ALL_REQUESTS_TO_HTTPS" value: "true" - passwordComplexity: 'strong' + passwordComplexity: "strong" securityContext: {} podSecurityContext: {} podAnnotations: {} @@ -127,7 +122,6 @@ metabase: affinity: {} registry: - image: repository: confluentinc/cp-schema-registry pullPolicy: IfNotPresent diff --git a/pyproject.toml b/pyproject.toml index 01d6efc..64ee18c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dataplane" -version = "0.1.8" +version = "0.1.9" description = "" authors = ["Teodoro Cook "]