diff --git a/CHANGELOG.md b/CHANGELOG.md index b60a890cceec9853b1b84127d44b6718220ebcb1..61875d6a70217828b8e284c0c577a1cc8a93fba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.2](https://gitlab.souvap-univention.de/souvap/tooling/charts/sovereign-workplace-jitsi/compare/v1.2.1...v1.2.2) (2023-08-16) + + +### Bug Fixes + +* **sovereign-workplace-jitsi:** Fix patchJVB breaking loop and let status field be customized ([60186ee](https://gitlab.souvap-univention.de/souvap/tooling/charts/sovereign-workplace-jitsi/commit/60186ee1725fab6cf5ae1e1eb9a08463d540ee30)) + ## [1.2.1](https://gitlab.souvap-univention.de/souvap/tooling/charts/sovereign-workplace-jitsi/compare/v1.2.0...v1.2.1) (2023-08-14) diff --git a/charts/sovereign-workplace-jitsi/Chart.yaml b/charts/sovereign-workplace-jitsi/Chart.yaml index 50c75b7f7266c23b1ea1d835e603509767571253..a5b978225af5f5a13654c0e74b2367123ab13630 100644 --- a/charts/sovereign-workplace-jitsi/Chart.yaml +++ b/charts/sovereign-workplace-jitsi/Chart.yaml @@ -20,5 +20,5 @@ keywords: - "networking" name: "sovereign-workplace-jitsi" type: "application" -version: "1.2.1" +version: "1.2.2" ... diff --git a/charts/sovereign-workplace-jitsi/README.md b/charts/sovereign-workplace-jitsi/README.md index 04eb43426c837c30287f77b814926014af67f630..d30a92d5f42d0d1cb5246f3aae6629b478b60c6c 100644 --- a/charts/sovereign-workplace-jitsi/README.md +++ b/charts/sovereign-workplace-jitsi/README.md @@ -140,6 +140,7 @@ helm install my-release sovereign-workplace-jitsi/sovereign-workplace-jitsi | lifecycleHooks | object | `{}` | Lifecycle to automate configuration before or after startup | | nameOverride | string | `""` | String to partially override release name. | | nodeSelector | object | `{}` | Node labels for pod assignment Ref: https://kubernetes.io/docs/user-guide/node-selection/ | +| patchJVB.configuration.loadbalancerStatusField | string | `"ip"` | Relevant for LoadBalancer deployment only. The IP/DNS of your load-balancer will be fetched from the status entry of service - here you can define which field should be taken. | | patchJVB.configuration.staticLoadbalancerIP | string | `""` | Relevant for NodePort deployments only. In case you have a different egress gateway and thus the incoming ip can not be autodiscovered, provide the ip of your ingress gateway. | | patchJVB.containerSecurityContext.allowPrivilegeEscalation | bool | `false` | Enable container privileged escalation. | | patchJVB.containerSecurityContext.enabled | bool | `true` | Enable security context. |