Version 1.5.0 is a patch release that updates the application version from 1.2.0 to 1.2.1. This release contains no configuration changes, no template modifications, and no breaking changes. The upgrade only increments the chart version and updates the default container image tag to match the new application version.
What changed:
The default container image tag has been updated to align with the new application version.
| Setting | v1.4.0 | v1.5.0 |
|---|---|---|
| Chart version | 1.4.0 |
1.5.0 |
| App version | 1.2.0 |
1.2.1 |
bankTransfer.image.tag |
"1.2.0" |
"1.2.1" |
Why it matters:
The application version 1.2.1 includes bug fixes and improvements from the upstream plugin-br-bank-transfer application. The chart automatically uses this new version unless you have explicitly overridden bankTransfer.image.tag in your values.
Operational impact:
bankTransfer.image.tag value, the upgrade will deploy the new 1.2.1 imagebankTransfer.image.tag in your values file, your override will continue to take precedence and no image change will occurMigration required:
No — the change is automatic and backward-compatible. If you have pinned a specific image tag in your values, review whether you want to adopt the new 1.2.1 version.
helm diff upgrade plugin-br-bank-transfer oci://registry-1.docker.io/lerianstudio/plugin-br-bank-transfer-helm --version 1.5.0 -n plugin-br-bank-transfer
Note: Requires the helm-diff plugin. Install with:
helm plugin install https://github.com/databus23/helm-diff
helm upgrade plugin-br-bank-transfer oci://registry-1.docker.io/lerianstudio/plugin-br-bank-transfer-helm --version 1.5.0 -n plugin-br-bank-transfer