Skip to content

Commit

Permalink
Fix a bug in the configuration template for Values.ldap
Browse files Browse the repository at this point in the history
  • Loading branch information
sando38 committed Feb 15, 2025
1 parent 4308251 commit 8c0023f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@ All notable changes to this project will be documented in this file. This
project adheres to [Semantic Versioning][SemVer].
## Unreleased
### Added
- allow to specify a `Secret` for `Values.erlangCookie`. (potentially breaking)
- allow to specify a `Secret` for `Values.erlangCookie`. (potentially breaking) (#15)

### Changed
- Do not use `Cluster` scopes for config and cert-watcher RBAC. (potentially breaking)
- Image renamed to `sando38/helm-ejabberd`
- `sando38/helm-ejabberd` are built for both: `x86_64` and `arm64`
- `sando38/helm-ejabberd` are built for both: `x86_64` and `arm64` (#18)
- Bump ejabberd image to `24.12-k8s1` - changelog: [ejabberd 24.12](https://github.com/processone/ejabberd/blob/master/CHANGELOG.md#version-2412).

### Fixes
- Fix a bug in the configuration template for `Values.ldap` (#21)

## 0.8.3 - 2024-09-29
### Changed
- Bump ejabberd image to `24.07-k8s1` - changelog: [ejabberd 24.07](https://github.com/processone/ejabberd/blob/master/CHANGELOG.md#version-2407).
Expand Down
2 changes: 1 addition & 1 deletion charts/ejabberd/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ data:
{{- end }}
{{- if .Values.ldap }}
{{- toYaml .Values.ldap.config | nindent 4 }}
{{- toYaml .Values.ldap | nindent 4 }}
{{- end }}
{{- if .Values.sqlDatabase.enabled }}
Expand Down

0 comments on commit 8c0023f

Please sign in to comment.