Skip to content

Commit

Permalink
Merge branch 'release/1.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Tecnobutrul committed Jan 16, 2025
2 parents 1679777 + 99e0d0f commit 4bde003
Show file tree
Hide file tree
Showing 7 changed files with 158 additions and 153 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased](https://github.com/passbolt/charts-passbolt/compare/1.3.0...HEAD)
## [Unreleased](https://github.com/passbolt/charts-passbolt/compare/1.3.1...HEAD)

## [1.3.1] - 2025-01-16

### Fixed

- Updated Bitnami registry name
- Bump passbolt docker image tag to 4.10.1-1-ce

## [1.3.0] - 2024-11-13

Expand Down
10 changes: 5 additions & 5 deletions Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ dependencies:
repository: https://download.passbolt.com/charts/passbolt-library
version: 0.2.7
- name: redis
repository: https://charts.bitnami.com/bitnami
repository: oci://registry-1.docker.io/bitnamicharts
version: 17.15.2
- name: mariadb
repository: https://charts.bitnami.com/bitnami
repository: oci://registry-1.docker.io/bitnamicharts
version: 11.5.7
- name: postgresql
repository: https://charts.bitnami.com/bitnami
repository: oci://registry-1.docker.io/bitnamicharts
version: 13.2.3
digest: sha256:541a5a0685f8f792ef99c2de7c29b73ae543563f4ff4f795797d65bfc88c3222
generated: "2023-11-09T16:43:25.437028891+01:00"
digest: sha256:03492f569f9d139a995793d26fa13888751f98e95ad7abe7520924ece5afbdeb
generated: "2025-01-16T14:21:04.226362693+01:00"
8 changes: 4 additions & 4 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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: 1.3.0
version: 1.3.1

# 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
Expand All @@ -28,13 +28,13 @@ dependencies:
repository: "https://download.passbolt.com/charts/passbolt-library"
- name: redis
version: 17.15.2
repository: "https://charts.bitnami.com/bitnami"
repository: "oci://registry-1.docker.io/bitnamicharts"
condition: redisDependencyEnabled
- name: mariadb
version: 11.5.7
repository: "https://charts.bitnami.com/bitnami"
repository: "oci://registry-1.docker.io/bitnamicharts"
condition: mariadbDependencyEnabled
- name: postgresql
version: 13.2.3
repository: "https://charts.bitnami.com/bitnami"
repository: "oci://registry-1.docker.io/bitnamicharts"
condition: postgresqlDependencyEnabled
272 changes: 136 additions & 136 deletions README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ chart and deletes the release.

| Repository | Name | Version |
|-------------------------------------------------------|------------------|---------|
| https://charts.bitnami.com/bitnami | mariadb | 11.5.7 |
| https://charts.bitnami.com/bitnami | redis | 17.15.2 |
| https://download.passbolt.com/charts/passbolt-library | passbolt-library | 0.2.7 |
| oci://registry-1.docker.io/bitnamicharts | mariadb | 11.5.7 |
| oci://registry-1.docker.io/bitnamicharts | redis | 17.15.2 |

{{ template "chart.valuesSection" . }}

Expand Down
6 changes: 2 additions & 4 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Announcing the immediate availability of passbolt's helm chart 1.2.0
Announcing the immediate availability of passbolt's helm chart 1.3.1

This is a minor change release that fixes bugs reported by the community when
using custom secrets and configmaps and also adds support to add extra containers
to the deployment.
This is a minor change release that updates the bitnami registry name.
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ app:
# -- Configure pasbolt deployment image pullPolicy
pullPolicy: IfNotPresent
# -- Overrides the image tag whose default is the chart appVersion.
tag: 4.9.1-1-ce
tag: 4.10.1-1-ce
# Allowed options: mariadb, mysql or postgresql
database:
kind: mariadb
Expand Down

0 comments on commit 4bde003

Please sign in to comment.