From 0210e4baf94b7e605527d3b6231ae22ef8235578 Mon Sep 17 00:00:00 2001 From: Kyle Schochenmaier Date: Tue, 4 Apr 2023 09:21:21 -0500 Subject: [PATCH] Add changelog for #831 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a1357f04..3a1dbf082 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ Changes: Features: * server: New `extraPorts` option for adding ports to the Vault server statefulset [GH-841](https://github.com/hashicorp/vault-helm/pull/841) +* server: Add configurable Port Number in readinessProbe and livenessProbe for the server-statefulset [GH-831](https://github.com/hashicorp/vault-helm/pull/831) * injector: Make livenessProbe and readinessProbe configurable and add configurable startupProbe [GH-852](https://github.com/hashicorp/vault-helm/pull/852) ## 0.23.0 (November 28th, 2022)