From 4c8e8476cfa8b79728464a8a28395aa5f53b5fa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20Burgue=C3=B1o?= Date: Mon, 26 Aug 2024 11:31:36 +1200 Subject: [PATCH] Update subcharts and inline NGINX image to support ARM CPU architectures (Closes #612) --- charts/invoiceninja/Chart.lock | 12 ++++++------ charts/invoiceninja/Chart.yaml | 8 ++++---- charts/invoiceninja/README.md | 13 ++++++++++++- charts/invoiceninja/values.yaml | 2 +- 4 files changed, 23 insertions(+), 12 deletions(-) diff --git a/charts/invoiceninja/Chart.lock b/charts/invoiceninja/Chart.lock index bf236b5c..a049dd3e 100644 --- a/charts/invoiceninja/Chart.lock +++ b/charts/invoiceninja/Chart.lock @@ -1,15 +1,15 @@ dependencies: - name: common repository: https://charts.bitnami.com/bitnami - version: 2.2.2 + version: 2.22.0 - name: nginx repository: https://charts.bitnami.com/bitnami - version: 13.2.20 + version: 18.1.9 - name: mariadb repository: https://charts.bitnami.com/bitnami - version: 11.4.2 + version: 19.0.4 - name: redis repository: https://charts.bitnami.com/bitnami - version: 16.13.2 -digest: sha256:da0dca54f32ca0465f89744d6247421ad13c907f09cd40fb21985c81888aaef1 -generated: "2022-12-23T12:54:52.476889+08:00" + version: 20.0.2 +digest: sha256:f8f70323ad1c3605a015757e9424a6e8290060782cbb6ef4b2825192e41de71a +generated: "2024-08-17T22:18:04.983503476+12:00" diff --git a/charts/invoiceninja/Chart.yaml b/charts/invoiceninja/Chart.yaml index 188f355e..95caea5c 100644 --- a/charts/invoiceninja/Chart.yaml +++ b/charts/invoiceninja/Chart.yaml @@ -13,7 +13,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.10.2 +version: 0.11.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. @@ -33,15 +33,15 @@ dependencies: - condition: nginx.enabled name: nginx repository: https://charts.bitnami.com/bitnami - version: 13.x.x + version: 18.x.x - condition: mariadb.enabled name: mariadb repository: https://charts.bitnami.com/bitnami - version: 11.4.x + version: 19.x.x - condition: redis.enabled name: redis repository: https://charts.bitnami.com/bitnami - version: 16.x.x + version: 20.x.x maintainers: - email: lwj5@hotmail.com name: lwj5 diff --git a/charts/invoiceninja/README.md b/charts/invoiceninja/README.md index a998b6dc..c1b8bf11 100644 --- a/charts/invoiceninja/README.md +++ b/charts/invoiceninja/README.md @@ -360,6 +360,17 @@ If you have the ability to use `ReadWriteMany` persistent volume, you can choose ## Upgrading +### To 0.11.0 + +The following chart dependencies have been upgraded. +- MariaDB +- Redis +- Nginx + +Please take note that this upgrades MariaDB from 10.6 to 11.4.3 and Redis from 6.2.x to 7.4.x Please backup your data before proceeding. + +The inline NGINX image has been kept at 1.22.1 but now uses the image tag `1.22.1-debian-11-r66` which supports both AMD64 and ARM64. + ### To 0.10.0 The following chart dependencies have been upgraded. @@ -368,7 +379,7 @@ The following chart dependencies have been upgraded. - Nginx - Bitnami common -Please take note that this upgrade MariaDB from 10.5 to 10.6. Please backup your database before proceeding. +Please take note that this upgrades MariaDB from 10.5 to 10.6. Please backup your database before proceeding. ### To 0.8.0 diff --git a/charts/invoiceninja/values.yaml b/charts/invoiceninja/values.yaml index 3e036752..e53e8986 100644 --- a/charts/invoiceninja/values.yaml +++ b/charts/invoiceninja/values.yaml @@ -298,7 +298,7 @@ http: image: registry: docker.io repository: bitnami/nginx - tag: 1.22.1-debian-11-r21 + tag: 1.22.1-debian-11-r66 ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ##