mirror of
https://github.com/bitnami/charts.git
synced 2026-02-19 19:47:22 +08:00
[bitnami/spring-cloud-dataflow] feat!: ⬆️ Bump MariaDB version to 10.6 (#9860)
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
This commit is contained in:
committed by
GitHub
parent
931d75ffb0
commit
3d2cd15b6e
@@ -1,15 +1,15 @@
|
||||
dependencies:
|
||||
- name: rabbitmq
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 8.31.5
|
||||
version: 8.32.0
|
||||
- name: mariadb
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 10.5.0
|
||||
version: 11.0.0
|
||||
- name: kafka
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 16.2.4
|
||||
version: 16.2.6
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 1.13.0
|
||||
digest: sha256:ccbf524c303ac6fad1ef969f5029d896635145bb4dd684a10df124611764c53e
|
||||
generated: "2022-04-19T05:27:41.942623695Z"
|
||||
digest: sha256:031d1d67679ed2d1b4e6ffefce5b3ccfd3dd04a20de0b9d24458562976cac07a
|
||||
generated: "2022-04-21T11:42:19.113376+02:00"
|
||||
|
||||
@@ -12,7 +12,7 @@ dependencies:
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
tags:
|
||||
- dataflow-database
|
||||
version: 10.x.x
|
||||
version: 11.x.x
|
||||
- condition: kafka.enabled
|
||||
name: kafka
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
@@ -39,4 +39,4 @@ sources:
|
||||
- https://github.com/bitnami/bitnami-docker-spring-cloud-dataflow
|
||||
- https://github.com/bitnami/bitnami-docker-spring-cloud-skipper
|
||||
- https://dataflow.spring.io/
|
||||
version: 7.0.6
|
||||
version: 8.0.0
|
||||
|
||||
@@ -6,8 +6,6 @@ Spring Cloud Data Flow is a microservices-based toolkit for building streaming a
|
||||
|
||||
[Overview of Spring Cloud Data Flow](https://github.com/spring-cloud/spring-cloud-dataflow)
|
||||
|
||||
|
||||
|
||||
## TL;DR
|
||||
|
||||
```bash
|
||||
@@ -58,7 +56,6 @@ helm uninstall my-release
|
||||
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
|
||||
| `global.storageClass` | Global StorageClass for Persistent Volume(s) | `""` |
|
||||
|
||||
|
||||
### Common parameters
|
||||
|
||||
| Name | Description | Value |
|
||||
@@ -71,7 +68,6 @@ helm uninstall my-release
|
||||
| `clusterDomain` | Default Kubernetes cluster domain | `cluster.local` |
|
||||
| `extraDeploy` | Array of extra objects to deploy with the release | `[]` |
|
||||
|
||||
|
||||
### Dataflow Server parameters
|
||||
|
||||
| Name | Description | Value |
|
||||
@@ -185,7 +181,6 @@ helm uninstall my-release
|
||||
| `server.proxy` | Add proxy configuration for SCDF server | `{}` |
|
||||
| `server.applicationProperties` | Specify common application properties added by SCDF server to streams and/or tasks | `{}` |
|
||||
|
||||
|
||||
### Dataflow Skipper parameters
|
||||
|
||||
| Name | Description | Value |
|
||||
@@ -277,7 +272,6 @@ helm uninstall my-release
|
||||
| `externalSkipper.host` | Host of a external Skipper Server | `localhost` |
|
||||
| `externalSkipper.port` | External Skipper Server port number | `7577` |
|
||||
|
||||
|
||||
### Deployer parameters
|
||||
|
||||
| Name | Description | Value |
|
||||
@@ -298,7 +292,6 @@ helm uninstall my-release
|
||||
| `deployer.entryPointStyle` | An entry point style affects how application properties are passed to the container to be deployed. Allowed values: exec (default), shell, boot | `exec` |
|
||||
| `deployer.imagePullPolicy` | An image pull policy defines when a Docker image should be pulled to the local registry. Allowed values: IfNotPresent (default), Always, Never | `IfNotPresent` |
|
||||
|
||||
|
||||
### RBAC parameters
|
||||
|
||||
| Name | Description | Value |
|
||||
@@ -309,7 +302,6 @@ helm uninstall my-release
|
||||
| `serviceAccount.annotations` | Annotations for service account. Evaluated as a template. Only used if `create` is `true`. | `{}` |
|
||||
| `rbac.create` | Whether to create and use RBAC resources or not | `true` |
|
||||
|
||||
|
||||
### Metrics parameters
|
||||
|
||||
| Name | Description | Value |
|
||||
@@ -386,7 +378,6 @@ helm uninstall my-release
|
||||
| `metrics.autoscaling.targetCPU` | Target CPU utilization percentage | `""` |
|
||||
| `metrics.autoscaling.targetMemory` | Target Memory utilization percentage | `""` |
|
||||
|
||||
|
||||
### Init Container parameters
|
||||
|
||||
| Name | Description | Value |
|
||||
@@ -400,7 +391,6 @@ helm uninstall my-release
|
||||
| `waitForBackends.resources.limits` | Init container wait-for-backend resource limits | `{}` |
|
||||
| `waitForBackends.resources.requests` | Init container wait-for-backend resource requests | `{}` |
|
||||
|
||||
|
||||
### Database parameters
|
||||
|
||||
| Name | Description | Value |
|
||||
@@ -430,7 +420,6 @@ helm uninstall my-release
|
||||
| `externalDatabase.skipper.username` | Existing username in the external db to be used by Skipper server | `skipper` |
|
||||
| `externalDatabase.hibernateDialect` | Hibernate Dialect used by Dataflow/Skipper servers | `""` |
|
||||
|
||||
|
||||
### RabbitMQ chart parameters
|
||||
|
||||
| Name | Description | Value |
|
||||
@@ -445,7 +434,6 @@ helm uninstall my-release
|
||||
| `externalRabbitmq.vhost` | External RabbitMQ virtual host. It will be saved in a kubernetes secret | `""` |
|
||||
| `externalRabbitmq.existingPasswordSecret` | Existing secret with RabbitMQ password. It will be saved in a kubernetes secret | `""` |
|
||||
|
||||
|
||||
### Kafka chart parameters
|
||||
|
||||
| Name | Description | Value |
|
||||
@@ -458,7 +446,6 @@ helm uninstall my-release
|
||||
| `externalKafka.brokers` | External Kafka brokers | `localhost:9092` |
|
||||
| `externalKafka.zkNodes` | External Zookeeper nodes | `localhost:2181` |
|
||||
|
||||
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
||||
|
||||
```bash
|
||||
@@ -662,6 +649,10 @@ Find more information about how to deal with common errors related to Bitnami He
|
||||
|
||||
If you enabled RabbitMQ chart to be used as the messaging solution for Skipper to manage streaming content, then it's necessary to set the `rabbitmq.auth.password` and `rabbitmq.auth.erlangCookie` parameters when upgrading for readiness/liveness probes to work properly. Inspect the RabbitMQ secret to obtain the password and the Erlang cookie, then you can upgrade your chart using the command below:
|
||||
|
||||
### To 8.0.0
|
||||
|
||||
This major release bumps the MariaDB version to 10.6. Follow the [upstream instructions](https://mariadb.com/kb/en/upgrading-from-mariadb-105-to-mariadb-106/) for upgrading from MariaDB 10.5 to 10.6. No major issues are expected during the upgrade.
|
||||
|
||||
### To 7.0.0
|
||||
|
||||
This major updates the Kafka subchart to it newest major, 16.0.0. [Here](https://github.com/bitnami/charts/tree/master/bitnami/kafka#to-1600) you can find more information about the changes introduced in that version.
|
||||
@@ -810,4 +801,4 @@ Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
limitations under the License.
|
||||
|
||||
Reference in New Issue
Block a user