chore: sync test with values and remove changelog
This commit is contained in:
parent
51b9fde12e
commit
5d8761acf8
2 changed files with 1 additions and 29 deletions
|
@ -1,28 +0,0 @@
|
||||||
The changelog is automatically generated using [git-chglog](https://github.com/git-chglog/git-chglog) and it follows [Keep a Changelog](https://keepachangelog.com) format.
|
|
||||||
|
|
||||||
<a name="maubot-0.1.4"></a>
|
|
||||||
## [maubot-0.1.4] - 2024-04-10
|
|
||||||
### Bug Fixes
|
|
||||||
- **maubot:** mount config from secret instead of configmap
|
|
||||||
|
|
||||||
<a name="maubot-0.1.3"></a>
|
|
||||||
## [maubot-0.1.3] - 2024-04-10
|
|
||||||
### Bug Fixes
|
|
||||||
- **maubot:** fix copy-paste error in val for secret default vals
|
|
||||||
- **maubot:** fix copy-paste error in val for secret default vals
|
|
||||||
|
|
||||||
<a name="maubot-0.1.2"></a>
|
|
||||||
## [maubot-0.1.2] - 2024-04-10
|
|
||||||
### Features
|
|
||||||
- **maubot:** add configurable existing configmap
|
|
||||||
### Testing
|
|
||||||
- bump version to force build
|
|
||||||
|
|
||||||
<a name="maubot-0.1.0"></a>
|
|
||||||
## maubot-0.1.0 - 2024-04-10
|
|
||||||
### Features
|
|
||||||
- **maubot:** add functional chart
|
|
||||||
|
|
||||||
[maubot-0.1.4]: https://github.com/tommy-skaug/charts/compare/maubot-0.1.3...maubot-0.1.4
|
|
||||||
[maubot-0.1.3]: https://github.com/tommy-skaug/charts/compare/maubot-0.1.2...maubot-0.1.3
|
|
||||||
[maubot-0.1.2]: https://github.com/tommy-skaug/charts/compare/maubot-0.1.0...maubot-0.1.2
|
|
|
@ -1,4 +1,4 @@
|
||||||
existingConfigMap: maubot-config-tpl
|
existingSecretConfigMap: maubot-secret
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
existingClaim: maubot
|
existingClaim: maubot
|
||||||
|
|
Loading…
Reference in a new issue