File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
55
6- ## [ Unreleased] ( https://github.com/passbolt/charts-passbolt/compare/1.3.0...HEAD )
6+ ## [ Unreleased] ( https://github.com/passbolt/charts-passbolt/compare/1.3.1...HEAD )
7+
8+ ## [ 1.3.1] - 2025-01-16
9+
10+ ### Fixed
11+
12+ - Updated Bitnami registry name
13+ - Bump passbolt docker image tag to 4.10.1-1-ce
714
815## [ 1.3.0] - 2024-11-13
916
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ dependencies:
33 repository: https://download.passbolt.com/charts/passbolt-library
44 version: 0.2.7
55- name: redis
6- repository: https ://charts.bitnami.com/bitnami
6+ repository: oci ://registry-1.docker.io/bitnamicharts
77 version: 17.15.2
88- name: mariadb
9- repository: https ://charts.bitnami.com/bitnami
9+ repository: oci ://registry-1.docker.io/bitnamicharts
1010 version: 11.5.7
1111- name: postgresql
12- repository: https ://charts.bitnami.com/bitnami
12+ repository: oci ://registry-1.docker.io/bitnamicharts
1313 version: 13.2.3
14- digest: sha256:541a5a0685f8f792ef99c2de7c29b73ae543563f4ff4f795797d65bfc88c3222
15- generated: "2023-11-09T16:43:25.437028891 +01:00"
14+ digest: sha256:03492f569f9d139a995793d26fa13888751f98e95ad7abe7520924ece5afbdeb
15+ generated: "2025-01-16T14:21:04.226362693 +01:00"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ type: application
1616# This is the chart version. This version number should be incremented each time you make changes
1717# to the chart and its templates, including the app version.
1818# Versions are expected to follow Semantic Versioning (https://semver.org/)
19- version : 1.3.0
19+ version : 1.3.1
2020
2121# This is the version number of the application being deployed. This version number should be
2222# incremented each time you make changes to the application. Versions are not expected to
@@ -28,13 +28,13 @@ dependencies:
2828 repository : " https://download.passbolt.com/charts/passbolt-library"
2929 - name : redis
3030 version : 17.15.2
31- repository : " https ://charts.bitnami.com/bitnami "
31+ repository : " oci ://registry-1.docker.io/bitnamicharts "
3232 condition : redisDependencyEnabled
3333 - name : mariadb
3434 version : 11.5.7
35- repository : " https ://charts.bitnami.com/bitnami "
35+ repository : " oci ://registry-1.docker.io/bitnamicharts "
3636 condition : mariadbDependencyEnabled
3737 - name : postgresql
3838 version : 13.2.3
39- repository : " https ://charts.bitnami.com/bitnami "
39+ repository : " oci ://registry-1.docker.io/bitnamicharts "
4040 condition : postgresqlDependencyEnabled
Load diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -116,9 +116,9 @@ chart and deletes the release.
116116
117117| Repository | Name | Version |
118118| -------------------------------------------------------| ------------------| ---------|
119- | https://charts.bitnami.com /bitnami | mariadb | 11.5.7 |
120- | https://charts.bitnami.com /bitnami | redis | 17.15.2 |
121119| https://download.passbolt.com /charts/passbolt-library | passbolt-library | 0.2.7 |
120+ | oci://registry-1.docker.io /bitnamicharts | mariadb | 11.5.7 |
121+ | oci://registry-1.docker.io /bitnamicharts | redis | 17.15.2 |
122122
123123{{ template " chart.valuesSection" . }}
124124
Original file line number Diff line number Diff line change 1- Announcing the immediate availability of passbolt's helm chart 1.2.0
1+ Announcing the immediate availability of passbolt's helm chart 1.3.1
22
3- This is a minor change release that fixes bugs reported by the community when
4- using custom secrets and configmaps and also adds support to add extra containers
5- to the deployment.
3+ This is a minor change release that updates the bitnami registry name.
Original file line number Diff line number Diff line change 124124 # -- Configure pasbolt deployment image pullPolicy
125125 pullPolicy : IfNotPresent
126126 # -- Overrides the image tag whose default is the chart appVersion.
127- tag : 4.9 .1-1-ce
127+ tag : 4.10 .1-1-ce
128128 # Allowed options: mariadb, mysql or postgresql
129129 database :
130130 kind : mariadb
You can’t perform that action at this time.
0 commit comments