Skip to content

Commit

Permalink
[bitnami/spring-cloud-dataflow] Use subchart default value for `usePa…
Browse files Browse the repository at this point in the history
…sswordFiles` (#32120)

* [bitnami/spring-cloud-dataflow] Set `usePasswordFiles=true` by default

Signed-off-by: Miguel Ruiz <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Miguel Ruiz <[email protected]>
Signed-off-by: Bitnami Containers <[email protected]>
Co-authored-by: Bitnami Containers <[email protected]>
  • Loading branch information
migruiz4 and bitnami-bot authored Feb 26, 2025
1 parent 6e9ab1b commit b9d42d0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
10 changes: 8 additions & 2 deletions bitnami/spring-cloud-dataflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Changelog

## 34.1.2 (2025-01-31)
## 34.2.0 (2025-02-21)

* [bitnami/spring-cloud-dataflow] Release 34.1.2 ([#31688](https://github.com/bitnami/charts/pull/31688))
* [bitnami/spring-cloud-dataflow] Set `usePasswordFiles=true` by default ([#32120](https://github.com/bitnami/charts/pull/32120))

## <small>34.1.2 (2025-02-03)</small>

* [bitnami/spring-cloud-dataflow] Release 34.1.2 (#31688) ([d39f48a](https://github.com/bitnami/charts/commit/d39f48aec34ce2a277bece9196709afa63c32ec3)), closes [#31688](https://github.com/bitnami/charts/issues/31688)
* Typo fix CHANGELOG.md (#31536) ([315f9c2](https://github.com/bitnami/charts/commit/315f9c2f9b1c582eee30d983cc358bf66d3da0ad)), closes [#31536](https://github.com/bitnami/charts/issues/31536)
* Update copyright year (#31682) ([e9f02f5](https://github.com/bitnami/charts/commit/e9f02f5007068751f7eb2270fece811e685c99b6)), closes [#31682](https://github.com/bitnami/charts/issues/31682)

## <small>34.1.1 (2025-01-17)</small>

Expand Down
2 changes: 1 addition & 1 deletion bitnami/spring-cloud-dataflow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ maintainers:
name: spring-cloud-dataflow
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/spring-cloud-dataflow
version: 34.1.2
version: 34.2.0
1 change: 0 additions & 1 deletion bitnami/spring-cloud-dataflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,6 @@ As an alternative, you can use the preset configurations for pod affinity, pod a
| `mariadb.auth.password` | Password for the new user | `change-me` |
| `mariadb.auth.database` | Database name to create | `dataflow` |
| `mariadb.auth.forcePassword` | Force users to specify required passwords in the database | `false` |
| `mariadb.auth.usePasswordFiles` | Mount credentials as a file instead of using an environment variable | `false` |
| `mariadb.initdbScripts` | Specify dictionary of scripts to be run at first boot | `{}` |
| `mariadb.primary.resourcesPreset` | Set container resources according to one common preset (allowed values: none, nano, small, medium, large, xlarge, 2xlarge). This is ignored if primary.resources is set (primary.resources is recommended for production). | `micro` |
| `mariadb.primary.resources` | Set container requests and limits for different resources like CPU or memory (essential for production workloads) | `{}` |
Expand Down
3 changes: 0 additions & 3 deletions bitnami/spring-cloud-dataflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1851,9 +1851,6 @@ mariadb:
## @param mariadb.auth.forcePassword Force users to specify required passwords in the database
##
forcePassword: false
## @param mariadb.auth.usePasswordFiles Mount credentials as a file instead of using an environment variable
##
usePasswordFiles: false
## @param mariadb.initdbScripts [object] Specify dictionary of scripts to be run at first boot
## We can only create one database on MariaDB using parameters. However, when streaming
## is enabled we need a second database for Skipper.
Expand Down

0 comments on commit b9d42d0

Please sign in to comment.