mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[incubator/schema-registry] update image to 5.0.1 (#9845)
* [incubator/schema-registry] update image to 5.0.1 Signed-off-by: Fabrizio Fortino <fabrizio.fortino@gmail.com> * upgraded kafka to latest version (0.13.2) in requirements Signed-off-by: Fabrizio Fortino <fabrizio.fortino@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
6fe91cfb46
commit
0ad27f12b4
@@ -1,7 +1,7 @@
|
||||
name: schema-registry
|
||||
home: https://docs.confluent.io/current/schema-registry/docs/index.html
|
||||
version: 1.0.4
|
||||
appVersion: 4.1.1
|
||||
version: 1.1.0
|
||||
appVersion: 5.0.1
|
||||
keywords:
|
||||
- confluent
|
||||
- kafka
|
||||
|
||||
@@ -62,7 +62,7 @@ The following table lists the configurable parameters of the SchemaRegistry char
|
||||
| Parameter | Description | Default |
|
||||
| --------- | ----------- | ------- |
|
||||
| `image` | The `SchemaRegistry` image repository | `confluentinc/cp-schema-registry` |
|
||||
| `imageTag` | The `SchemaRegistry` image tag | `4.0.1` |
|
||||
| `imageTag` | The `SchemaRegistry` image tag | `5.0.1` |
|
||||
| `imagePullPolicy` | Image Pull Policy | `IfNotPresent` |
|
||||
| `replicaCount` | The number of `SchemaRegistry` Pods in the Deployment | `1` |
|
||||
| `configurationOverrides` | `SchemaRegistry` [configuration setting](https://github.com/confluentinc/schema-registry/blob/master/docs/config.rst#configuration-options) overrides in the dictionary format `setting.name: value` | `{}` |
|
||||
@@ -70,7 +70,7 @@ The following table lists the configurable parameters of the SchemaRegistry char
|
||||
| `sasl.configPath` | where to store config for sasl configurations | `/etc/kafka-config` |
|
||||
| `sasl.scram.enabled` | whether sasl-scam is enabled | `false` |
|
||||
| `sasl.scram.init.image` | which image to use for initializing sasl scram | `confluentinc/cp-schema-registry` |
|
||||
| `sasl.scram.init.imageTag` | which version/tag to use for sasl scram init | `4.0.0` |
|
||||
| `sasl.scram.init.imageTag` | which version/tag to use for sasl scram init | `5.0.1` |
|
||||
| `sasl.scram.init.imagePullPolicy` | the sasl scram init pull policy | `IfNotPresent` |
|
||||
| `sasl.scram.clientUser` | the sasl scram user to use to authenticate to kafka | `kafka-client` |
|
||||
| `sasl.scram.clientPassword` | the sasl scram password to use to authenticate to kafka | `kafka-password` |
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: kafka
|
||||
repository: https://kubernetes-charts-incubator.storage.googleapis.com/
|
||||
version: 0.8.5
|
||||
digest: sha256:adabb725b053f1a598fecb6c086dc638e74b3631f08d8b65ecabecad638f2775
|
||||
generated: 2018-08-02T09:16:11.217500469-05:00
|
||||
version: 0.13.2
|
||||
digest: sha256:d7bb6ed7e6e7be2134f3bf9b2aa3e68ce27c44e6081293629eb963ad4fc19784
|
||||
generated: 2018-12-10T10:48:20.368348Z
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
dependencies:
|
||||
- name: kafka
|
||||
version: 0.8.5
|
||||
version: 0.13.2
|
||||
repository: https://kubernetes-charts-incubator.storage.googleapis.com/
|
||||
condition: kafka.enabled
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
## schema-registry repository
|
||||
image: "confluentinc/cp-schema-registry"
|
||||
## The container tag to use
|
||||
imageTag: 4.1.1
|
||||
imageTag: 5.0.1
|
||||
## Specify a imagePullPolicy
|
||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
imagePullPolicy: "IfNotPresent"
|
||||
@@ -64,7 +64,7 @@ sasl:
|
||||
enabled: false
|
||||
init:
|
||||
image: "confluentinc/cp-schema-registry"
|
||||
imageTag: "4.0.0"
|
||||
imageTag: "5.0.1"
|
||||
imagePullPolicy: "IfNotPresent"
|
||||
clientUser: "kafka-client"
|
||||
zookeeperClientUser: "zookeeper-client"
|
||||
|
||||
Reference in New Issue
Block a user