feat(wikijs): Initial release (#13)

* feat(charts): Add Wiki.js

* feat(wikijs): Switch to ghcr image

* feat(wikijs): Edit documentation

* feat(actions): Add bitnami Helm dependency

* fix(wikijs): Update Chart.lock file

* feat(wikijs): Add startup probe
This commit is contained in:
Romain Pluciennik
2024-08-18 23:04:53 +02:00
committed by GitHub
parent 5af36a965e
commit b73656f095
9 changed files with 537 additions and 0 deletions

View File

@ -0,0 +1,22 @@
{{- define "custom.chart.name" -}}
# {{ .Name }}
{{- end -}}
{{- define "custom.custom.configuration.header" -}}
## Custom configuration
{{- end -}}
{{- define "custom.custom.configuration" -}}
{{ template "custom.custom.configuration.header" . }}
This chart includes a subchart for PostgreSQL, made by [Bitnami](https://github.com/bitnami/charts/tree/main/bitnami/postgresql).
This is fine for testing purposes but we strongly recommend you to use your own database for a production environment.
If you want to use your own database and disable the included PostgreSQL database, you can do so in the `values.yaml` file:
```yaml
postgresql:
enabled: false
```
{{- end -}}