mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 07:59:02 +00:00
Fix openkm volume mounts (#1084)
* initial add for openkm * update volume mount for repository
This commit is contained in:
parent
596f049055
commit
053a8e1f85
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 1.0.0
|
appVersion: 1.0.0
|
||||||
description: OpenKM integrates all essential documents management, collaboration and an advanced search functionality into one easy to use solution.
|
description: OpenKM integrates all essential documents management, collaboration and an advanced search functionality into one easy to use solution.
|
||||||
name: openkm
|
name: openkm
|
||||||
version: 1.0.0
|
version: 1.1.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- openkm
|
- openkm
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# openkm
|
# OpenKM
|
||||||
|
|
||||||
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
|
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
|
||||||
|
|
||||||
OpenKM integrates all essential documents management, collaboration and an advanced search functionality into one easy to use solution.
|
OpenKM integrates all essential documents management, collaboration and an advanced search functionality into one easy to use solution.
|
||||||
@ -8,6 +7,7 @@ OpenKM integrates all essential documents management, collaboration and an advan
|
|||||||
|
|
||||||
## Source Code
|
## Source Code
|
||||||
|
|
||||||
|
* <https://github.com/openkm/openkm-docker>
|
||||||
* <https://www.openkm.com/>
|
* <https://www.openkm.com/>
|
||||||
* <https://github.com/openkm/document-management-system>
|
* <https://github.com/openkm/document-management-system>
|
||||||
|
|
||||||
@ -107,8 +107,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||||||
|
|
||||||
- N/A
|
- N/A
|
||||||
|
|
||||||
[1.0.0]: #100
|
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
- See the [Docs](https://docs.k8s-at-home.com/our-helm-charts/getting-started/)
|
- See the [Docs](https://docs.k8s-at-home.com/our-helm-charts/getting-started/)
|
||||||
|
@ -39,4 +39,10 @@ ingress:
|
|||||||
persistence:
|
persistence:
|
||||||
data:
|
data:
|
||||||
enabled: false
|
enabled: false
|
||||||
mountPath: /opt/tomcat
|
mountPath: /opt/tomcat/repository
|
||||||
|
|
||||||
|
mariadb:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
postgresql:
|
||||||
|
enabled: false
|
||||||
|
Loading…
Reference in New Issue
Block a user