Skip to content

Releases: cyberark/conjur-oss-helm-chart

v2.1.1

21 Nov 16:05

Choose a tag to compare

[2.1.1] - 2025-11-21

Added

v2.1.0

28 Aug 14:48

Choose a tag to compare

[2.1.0] - 2025-08-28

Added

  • The Conjur OSS Helm chart has been extended to optionally generate a short-lived authentication token (stored in a Kubernetes Secret) for the admin account

v2.0.7

30 Aug 17:32
v2.0.7
b1d3c38

Choose a tag to compare

Changed

v2.0.6

09 Mar 20:31
@szh szh
v2.0.6
6f23d4c

Choose a tag to compare

Changed

v2.0.5

18 Aug 14:10
v2.0.5
48ab8b1

Choose a tag to compare

Added

v2.0.4

12 Apr 14:28
06e45d5

Choose a tag to compare

Changelog

Added

Changed

v2.0.3

30 Dec 16:20
85f90a5

Choose a tag to compare

Change log

Added

Changed

Fixed

  • Conjur pod no longer fails on restarts when the Conjur cluster is helm installed with the automatic Conjur account creation feature enabled (e.g. with --set account.create=true). The Conjur startup command is revised to check if the account exists before starting the server with the flag used to create it.
    cyberark/conjur-oss-helm-chart#119

v2.0.2

02 Dec 18:24
b019498

Choose a tag to compare

Change log

Changed

v2.0.1

02 Nov 21:05
e7a3f31

Choose a tag to compare

v2.0.1 - 2020-10-30

Added

Changed

  • account now accepts two values, account.create, a boolean, and account.name, a string.
    These values allow you to configure the creation of a Conjur account on container startup, and
    the name of the account. cyberark/conjur-oss-helm-chart#77

Deprecated

  • The rbac.create chart value is now deprecated. This value will be replaced
    in the next major release with two separate settings:
    • rbac.createClusterRole (defaulting to true)
    • rbac.createClusterRoleBinding (defaulting to false)
      and the use of RoleBindings will be recommended over using
      ClusterRoleBinding.

v2.0.0

18 Jun 20:40
9074ea8

Choose a tag to compare

Added

  • Adds password authentication for the backend Postgres database connection.
  • Adds TLS support between the Conjur pod and the Postgres pod.
  • Adds default auto-generation of the Postgres connection password and
    TLS certificate.
  • Adds default auto-rotation of the following for helm upgrade:
    • Conjur TLS CA signing certificate and signed certificate for Conjur
    • Postgres database TLS certificate and key
  • Adds mechanism for user to set their own TLS CA and signed certificates
    for Conjur.

Changed

  • Pins default Conjur version to current stable release 1.5.
  • Sets default pullPolicy for Nginx and Postgres to Always.

Fixed

  • Fixes an issue with the use of persistent volume store so that the
    Postgres database contents are preserved across pod resets
    and helm upgrades.