From 053a8e1f85e21c3c10dec03af27b6c8437b3783a Mon Sep 17 00:00:00 2001 From: Ryan Holt Date: Fri, 9 Jul 2021 15:43:10 -0400 Subject: [PATCH] Fix openkm volume mounts (#1084) * initial add for openkm * update volume mount for repository --- charts/stable/openkm/Chart.yaml | 2 +- charts/stable/openkm/README.md | 6 ++---- charts/stable/openkm/values.yaml | 8 +++++++- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/charts/stable/openkm/Chart.yaml b/charts/stable/openkm/Chart.yaml index 86b4e48f..5cc17b4e 100644 --- a/charts/stable/openkm/Chart.yaml +++ b/charts/stable/openkm/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.0.0 description: OpenKM integrates all essential documents management, collaboration and an advanced search functionality into one easy to use solution. name: openkm -version: 1.0.0 +version: 1.1.0 kubeVersion: ">=1.16.0-0" keywords: - openkm diff --git a/charts/stable/openkm/README.md b/charts/stable/openkm/README.md index 4ba3545b..00c02ae2 100644 --- a/charts/stable/openkm/README.md +++ b/charts/stable/openkm/README.md @@ -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) 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 +* * * @@ -107,8 +107,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - N/A -[1.0.0]: #100 - ## Support - See the [Docs](https://docs.k8s-at-home.com/our-helm-charts/getting-started/) diff --git a/charts/stable/openkm/values.yaml b/charts/stable/openkm/values.yaml index 5c357017..eb68ff54 100644 --- a/charts/stable/openkm/values.yaml +++ b/charts/stable/openkm/values.yaml @@ -39,4 +39,10 @@ ingress: persistence: data: enabled: false - mountPath: /opt/tomcat + mountPath: /opt/tomcat/repository + +mariadb: + enabled: false + +postgresql: + enabled: false