Skip to content

Tags: apache/couchdb-helm

Tags

couchdb-4.5.6

Toggle couchdb-4.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add extraPorts to the network policy when it is enabled. (#157)

couchdb-4.5.5

Toggle couchdb-4.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Give the Service default port (5984) a name so that it is not ambiguo…

…us if service.extraPorts are used. (#156)

couchdb-4.5.4

Toggle couchdb-4.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support extraPorts in the service template. (#154)

* Support extraPorts in the service template.
* Support extraPorts on the StatefulSet.
* Update documentation for extraPorts.

couchdb-4.5.3

Toggle couchdb-4.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(imagePullSecrets): restore ability to set image pull secrets (#139)

couchdb-4.5.2

Toggle couchdb-4.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: allow configure persistentVolumeClaimRetentionPolicy (#136)

Allow to specify a persistentVolumeClaimRetentionPolicy in both the primary and secondary StatefulSet.

This allows for automatic cleanup of PVCs after deletion, etc. An example use case of this is for highly dynamic test environments, where cleaning up the PVCs after deletion of the helm chart is preferred.

couchdb-4.5.1

Toggle couchdb-4.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update CouchDB to Version 3.3.3 (#137)

* Update CouchDB to 3.3.3

Signed-off-by: Lars <[email protected]>

couchdb-4.5.0

Toggle couchdb-4.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(securityContext): Add the ability to set securityContext values (#…

…135)

Adds the capability to set securityContext values at the pod and container levels. This is needed in order to deploy into a namespace with PSA enforcing at the restricted level.

Signed-off-by: bryopsida <[email protected]>

couchdb-4.4.5

Toggle couchdb-4.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow configuration of Pod Labels (#131)

Allow the configuration of additional Pod Labels. There are several use cases for this, one of which is injecting Istio sidecars which can only be done via Pod Labels.

couchdb-4.4.4

Toggle couchdb-4.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added missing resources key, and rev'd version to 4.4.4 (#129)

couchdb-4.4.3

Toggle couchdb-4.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add support for initContainer resources in statefulset (#128)

Enables the ability to specify initContainer resources. Addresses the condition where resources must be specified due to quota enforcement in a given namespace.