Update dependencies for PostgreSQL, MariaDB, and Redis
Some checks failed
Build Helm Chart / helm-package (push) Failing after 21s
Some checks failed
Build Helm Chart / helm-package (push) Failing after 21s
Updated the versions of PostgreSQL, MariaDB, and Redis in the paperless-ngx Chart.yaml file. The PostgreSQL version was bumped from 17.0.1 to 18.1.11, MariaDB from 23.0.1 to 23.2.4, and Redis from 23.0.4 to 24.0.0. These updates are necessary to ensure compatibility with the latest features and fixes introduced in these dependencies. No breaking changes are anticipated as the updates remain within the major version boundaries. It's essential to test the application after these updates to confirm stability and functionality.
This commit is contained in:
@@ -17,16 +17,16 @@ dependencies:
|
|||||||
repository: https://bjw-s-labs.github.io/helm-charts/
|
repository: https://bjw-s-labs.github.io/helm-charts/
|
||||||
version: 4.4.0
|
version: 4.4.0
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 17.0.1
|
version: 18.1.11
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
version: 23.0.1
|
version: 23.2.4
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: mariadb.enabled
|
condition: mariadb.enabled
|
||||||
- name: redis
|
- name: redis
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
version: 23.0.4
|
version: 24.0.0
|
||||||
condition: redis.enabled
|
condition: redis.enabled
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/paperless-ngx/paperless-ngx
|
- https://github.com/paperless-ngx/paperless-ngx
|
||||||
|
|||||||
Reference in New Issue
Block a user