charts
charts copied to clipboard
feat(docuseal) Introduce new Helm chart
Description
⚒️ Fixes #
It solves https://github.com/truecharts/charts/issues/21452.
It is possible to use an external psql database. However, I think it is a little over complicated for no real need beside if you are a company with many users. At the moment, this Helm chart supports sqlite by default. It is possible to use an external database by adding a custom environment variable (cf link).
⚙️ Type of change
- [x] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] 🔃 Refactor of current code
🧪 How Has This Been Tested?
Tested locally using Helm commands, on a TrueNAS system.
📃 Notes:
✔️ Checklist:
- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [x] #️⃣ I have commented my code, particularly in hard-to-understand areas
- [ ] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [x] 🧪 I have added tests to this description that prove my fix is effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic versioning
- [x] I made sure the title starts with
feat(chart-name):,fix(chart-name):orchore(chart-name):
➕ App addition
If this PR is an app addition please make sure you have done the following.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
icon.png
There is no icon.png in Chart folder, but webp images. I added them for this Helm chart.
Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance.
This PR will be closed as it is not possible to add new Helm chart currently (cf link).
Please see https://github.com/truecharts/charts/issues/21452#issuecomment-2088391234
It should be working fine now. CNPG has been included too.