Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update subcharts and inline NGINX image to support ARM CPU architectures #613

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions charts/invoiceninja/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
8 changes: 4 additions & 4 deletions charts/invoiceninja/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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: [email protected]
name: lwj5
13 changes: 12 additions & 1 deletion charts/invoiceninja/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion charts/invoiceninja/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
##
Expand Down