Skip to content

Commit 4bde003

Browse files
committed
Merge branch 'release/1.3.1'
2 parents 1679777 + 99e0d0f commit 4bde003

7 files changed

Lines changed: 158 additions & 153 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
This 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

Chart.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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"

Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 136 additions & 136 deletions
Large diffs are not rendered by default.

README.md.gotmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

RELEASE_NOTES.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
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.

values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ app:
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

0 commit comments

Comments
 (0)