Skip to content

Releases: passbolt/charts-passbolt

2.1.1

Choose a tag to compare

@passbolt-github passbolt-github released this 02 Jul 14:38

Announcing the immediate availability of Passbolt's helm chart 2.1.1.

Bumping dependencies

This version of the helm chart bumps a dependencies and introduces the usage of YAML linting on the whole reporitory.

Thanks to all the community members that helped us to improve this chart! 🎉

2.1.0

Choose a tag to compare

@passbolt-github passbolt-github released this 27 Feb 10:48

Announcing the immediate availability of Passbolt's helm chart 2.1.0.

General improvements

This version of the helm chart addresses a few GitHub issues, notably:

  • #109 - to add a way to set the service ingressClassName field using the ingress.className value.
  • #117 - to add a way to set the trafficDistribution service field using the service.trafficDistribution value.
  • #119 - to fix the fact that the podAnnotations was not used in the Passbolt server template despite being set in the values file.

This version also bumps and pins a few CI-related dependencies and introduces
renovate to our CI tool belt.

Thanks to all the community members that helped us to improve this chart! 🎉

2.0.1

Choose a tag to compare

@passbolt-github passbolt-github released this 18 Nov 13:41

Announcing the immediate availability of Passbolt's helm chart 2.0.1.

Openshift Support

This version of the helm chart introduces some functionality to improve the experience of installing on Openshift.

A new environment variable has been added to suppress the webserver user warning:

  • PASSBOLT_SECURITY_DISPLAY_NON_WEBUSER_WARNING

Additionally setting the value Openshift: false to true will include the routes.yaml template. Another change when setting this to true is that the security context on the cronjob which looks for a particular UID and GID will no longer be included.

2.0.0

Choose a tag to compare

@passbolt-github passbolt-github released this 20 Oct 11:03

Announcing the immediate availability of Passbolt's helm chart 2.0.0.

Breaking changes

Historically passbolt-api default configuration was not considering using an external
cache such as valkey or redis on its default configuration. This helm chart was
injecting a custom app.php file to workaround that issue.

Starting with passbolt-api 5.6.0 using an external storage for cache/sessions is supported.
This version introduces breaking changes being:

  • Passbolt API minimiun supported version is 5.6.0
  • Custom app.php configmap is no longer provided with this chart

List of renamed environment variables:

  • CACHE_CAKE_DEFAULT_SERVER -> CACHE_DEFAULT_HOST
  • CACHE_CAKE_DEFAULT_PASSWORD -> CACHE_DEFAULT_PASSWORD

What should I do?

  1. Update to passbolt-api >= 5.6.0
  2. Users must review their cache authentication environment variables and update
    them accordingly.

Thanks to all the community members that helped us to improve this chart! 🎉

1.4.1

Choose a tag to compare

@passbolt-github passbolt-github released this 08 Oct 11:54

Announcing the immediate availability of Passbolt's helm chart 1.4.1

This is a maintenance version that fixes issues when auto-generating GPG keys.

Thanks to all the community members that helped us to improve this chart! 🎉

1.4.0

Choose a tag to compare

@passbolt-github passbolt-github released this 29 Aug 09:40
1.4.0

Announcing the immediate availability of Passbolt's helm chart 1.4.0

This version is a maintenance version to pin Bitnami images
to their legacy version so user experience won't be modified
when installing Passbolt using this chart.

As many community members reported, Bitnami is pushing for their
new paid tier docker images as seen here.
In the short term Passbolt Helm chart will continue using Bitnami charts
as dependencies by default. Bitnami's legacy docker hub images are pinned
by default to ensure such charts continue working as expected.

We understand that this is not ideal and that some users might want to
transition to other charts to control their MariaDB,PostgreSQL or Redis deployments.
For such cases Passbolt Helm chart provides enough flexibility so users can configure
their own SQL and cache deployments and connect them to this chart's Passbolt deployment.

Thanks to all the community members that helped us to improve this chart! 🎉

1.3.3

Choose a tag to compare

@passbolt-github passbolt-github released this 27 Jun 18:18
1.3.3

Announcing the immediate availability of passbolt's helm chart 1.3.3

This is a minor change release that has the following changes:

Fixed

  • Internal TLS certificate are mounted in the wrong path #100
  • PASSBOLT_SSL_FORCE set to false, still redirecting to HTTPs #45

Added

  • Integration test running ingress and passbolt without TLS

Thanks to all the community members that helped us to improve this chart! 🎉

1.3.2

Choose a tag to compare

@passbolt-github passbolt-github released this 28 Apr 08:02

Announcing the immediate availability of passbolt's helm chart 1.3.2

This is a minor change release that has the following changes:

Fixed

  • #95 Bump chart dependencies and set defaults for KUBECTL_CMD for multiarch execution.
  • #101 Fix haproxy of email job is occupying one CPU core
  • Bump passbolt docker image tag to 5.0.0-1-ce

Added

  • #102 feat: support redis authentication with existing secret

Thanks to all the community members that helped us to improve this chart! 🎉

@cgiraldo
@kamphaus

1.3.1

Choose a tag to compare

@passbolt-github passbolt-github released this 16 Jan 14:11
1.3.1
4bde003

Announcing the immediate availability of passbolt's helm chart 1.3.1

This is a minor change release that updates the bitnami registry name.

1.3.0

Choose a tag to compare

@passbolt-github passbolt-github released this 13 Nov 13:52
1.3.0
9b8c43f

Announcing the immediate availability of passbolt's helm chart 1.3.0

This is a minor change release that adds support for running the non-root passbolt image using this helm chart.