mirror of
https://github.com/truecharts/catalog.git
synced 2026-07-27 12:30:23 +08:00
Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
99
stable/openkm/10.0.11/CHANGELOG.md
Normal file
99
stable/openkm/10.0.11/CHANGELOG.md
Normal file
@@ -0,0 +1,99 @@
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [openkm-10.0.11](https://github.com/truecharts/charts/compare/openkm-10.0.10...openkm-10.0.11) (2022-12-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart postgresql to v11.0.13 ([#5495](https://github.com/truecharts/charts/issues/5495))
|
||||
|
||||
|
||||
|
||||
|
||||
## [openkm-10.0.10](https://github.com/truecharts/charts/compare/openkm-10.0.9...openkm-10.0.10) (2022-12-13)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [openkm-10.0.9](https://github.com/truecharts/charts/compare/openkm-10.0.8...openkm-10.0.9) (2022-12-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [openkm-10.0.8](https://github.com/truecharts/charts/compare/openkm-10.0.6...openkm-10.0.8) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [openkm-10.0.8](https://github.com/truecharts/charts/compare/openkm-10.0.6...openkm-10.0.8) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [openkm-10.0.8](https://github.com/truecharts/charts/compare/openkm-10.0.6...openkm-10.0.8) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [openkm-10.0.8](https://github.com/truecharts/charts/compare/openkm-10.0.6...openkm-10.0.8) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [openkm-10.0.8](https://github.com/truecharts/charts/compare/openkm-10.0.6...openkm-10.0.8) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [openkm-10.0.8](https://github.com/truecharts/charts/compare/openkm-10.0.6...openkm-10.0.8) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [openkm-10.0.8](https://github.com/truecharts/charts/compare/openkm-10.0.6...openkm-10.0.8) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [openkm-10.0.8](https://github.com/truecharts/charts/compare/openkm-10.0.6...openkm-10.0.8) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [openkm-10.0.8](https://github.com/truecharts/charts/compare/openkm-10.0.6...openkm-10.0.8) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [openkm-10.0.8](https://github.com/truecharts/charts/compare/openkm-10.0.6...openkm-10.0.8) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [openkm-10.0.7](https://github.com/truecharts/charts/compare/openkm-10.0.6...openkm-10.0.7) (2022-11-29)
|
||||
|
||||
|
||||
|
||||
|
||||
## [openkm-10.0.7](https://github.com/truecharts/charts/compare/openkm-10.0.6...openkm-10.0.7) (2022-11-29)
|
||||
|
||||
|
||||
|
||||
|
||||
## [openkm-10.0.7](https://github.com/truecharts/charts/compare/openkm-10.0.6...openkm-10.0.7) (2022-11-29)
|
||||
|
||||
|
||||
|
||||
|
||||
## [openkm-10.0.7](https://github.com/truecharts/charts/compare/openkm-10.0.6...openkm-10.0.7) (2022-11-29)
|
||||
33
stable/openkm/10.0.11/Chart.yaml
Normal file
33
stable/openkm/10.0.11/Chart.yaml
Normal file
@@ -0,0 +1,33 @@
|
||||
apiVersion: v2
|
||||
appVersion: "6.3.12"
|
||||
description: OpenKM integrates all essential documents management, collaboration and an advanced search functionality into one easy to use solution.
|
||||
name: openkm
|
||||
version: 10.0.11
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- openkm
|
||||
- documentation management
|
||||
- docs
|
||||
home: https://truecharts.org/docs/charts/stable/openkm
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/openkm.png
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/openkm
|
||||
- https://www.openkm.com/
|
||||
- https://github.com/openkm/document-management-system
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 11.0.7
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://charts.truecharts.org/
|
||||
version: 11.0.13
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
||||
108
stable/openkm/10.0.11/README.md
Normal file
108
stable/openkm/10.0.11/README.md
Normal file
@@ -0,0 +1,108 @@
|
||||
# openkm
|
||||
|
||||
OpenKM integrates all essential documents management, collaboration and an advanced search functionality into one easy to use solution.
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
|
||||
This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
|
||||
For more information, please click here: [openkm](https://truecharts.org/docs/charts/stable/openkm)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://github.com/truecharts/charts/tree/master/charts/stable/openkm>
|
||||
* <https://www.openkm.com/>
|
||||
* <https://github.com/openkm/document-management-system>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://charts.truecharts.org/ | postgresql | 8.0.122 |
|
||||
| https://library-charts.truecharts.org | common | 10.9.4 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
### TrueNAS SCALE
|
||||
|
||||
To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App).
|
||||
|
||||
### Helm
|
||||
|
||||
To install the chart with the release name `openkm`
|
||||
|
||||
```console
|
||||
helm repo add TrueCharts https://charts.truecharts.org
|
||||
helm repo update
|
||||
helm install openkm TrueCharts/openkm
|
||||
```
|
||||
|
||||
## Uninstall
|
||||
|
||||
### TrueNAS SCALE
|
||||
|
||||
**Upgrading, Rolling Back and Uninstalling the Chart**
|
||||
|
||||
To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App).
|
||||
|
||||
### Helm
|
||||
|
||||
To uninstall the `openkm` deployment
|
||||
|
||||
```console
|
||||
helm uninstall openkm
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
### Helm
|
||||
|
||||
#### Available Settings
|
||||
|
||||
Read through the values.yaml file. It has several commented out suggested values.
|
||||
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/truecharts/library-charts/tree/main/charts/common).
|
||||
|
||||
#### Configure using the command line
|
||||
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
|
||||
|
||||
```console
|
||||
helm install openkm \
|
||||
--set env.TZ="America/New York" \
|
||||
TrueCharts/openkm
|
||||
```
|
||||
|
||||
#### Configure using a yaml file
|
||||
|
||||
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
|
||||
|
||||
```console
|
||||
helm install openkm TrueCharts/openkm -f values.yaml
|
||||
```
|
||||
|
||||
#### Connecting to other charts
|
||||
|
||||
If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide.
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
## Sponsor TrueCharts
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
---
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
9
stable/openkm/10.0.11/app-changelog.md
Normal file
9
stable/openkm/10.0.11/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [openkm-10.0.11](https://github.com/truecharts/charts/compare/openkm-10.0.10...openkm-10.0.11) (2022-12-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart postgresql to v11.0.13 ([#5495](https://github.com/truecharts/charts/issues/5495))
|
||||
|
||||
|
||||
8
stable/openkm/10.0.11/app-readme.md
Normal file
8
stable/openkm/10.0.11/app-readme.md
Normal file
@@ -0,0 +1,8 @@
|
||||
OpenKM integrates all essential documents management, collaboration and an advanced search functionality into one easy to use solution.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/openkm](https://truecharts.org/docs/charts/stable/openkm)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
|
||||
BIN
stable/openkm/10.0.11/charts/common-11.0.7.tgz
Normal file
BIN
stable/openkm/10.0.11/charts/common-11.0.7.tgz
Normal file
Binary file not shown.
BIN
stable/openkm/10.0.11/charts/postgresql-11.0.13.tgz
Normal file
BIN
stable/openkm/10.0.11/charts/postgresql-11.0.13.tgz
Normal file
Binary file not shown.
52
stable/openkm/10.0.11/ix_values.yaml
Normal file
52
stable/openkm/10.0.11/ix_values.yaml
Normal file
@@ -0,0 +1,52 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/openkm-ce
|
||||
tag: 6.3.12@sha256:816740d012aaf31cf49f28649629e82c7b5e2daee04e29b6ff2559b089726758
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
initContainers:
|
||||
init:
|
||||
image: "{{ .Values.ubuntuImage.repository }}:{{ .Values.ubuntuImage.tag }}"
|
||||
command: ["/config/init/init.sh"]
|
||||
volumeMounts:
|
||||
- name: init
|
||||
mountPath: "/config/init"
|
||||
- name: config
|
||||
mountPath: "/opt/tomcat"
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10090
|
||||
targetPort: 8080
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/opt/tomcat/repository"
|
||||
init:
|
||||
enabled: "true"
|
||||
mountPath: "/config/init"
|
||||
readOnly: true
|
||||
type: "custom"
|
||||
volumeSpec:
|
||||
configMap:
|
||||
name: '{{ include "tc.common.names.fullname" . }}-init'
|
||||
defaultMode: 0777
|
||||
|
||||
postgresql:
|
||||
enabled: true
|
||||
existingSecret: "dbcreds"
|
||||
postgresqlUsername: openkm
|
||||
postgresqlDatabase: openkm
|
||||
|
||||
portal:
|
||||
enabled: true
|
||||
1829
stable/openkm/10.0.11/questions.yaml
Normal file
1829
stable/openkm/10.0.11/questions.yaml
Normal file
File diff suppressed because it is too large
Load Diff
92
stable/openkm/10.0.11/templates/_configmap.tpl
Normal file
92
stable/openkm/10.0.11/templates/_configmap.tpl
Normal file
@@ -0,0 +1,92 @@
|
||||
{{/* Define the configmap */}}
|
||||
{{- define "openkm.configmap" -}}
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ include "tc.common.names.fullname" . }}-init
|
||||
data:
|
||||
init.sh: |-
|
||||
#!/bin/sh
|
||||
mkdir /opt/tomcat/conf || echo "cannot create conf folder, most likely it already exists..."
|
||||
if [ ! -f "/config/OpenKM.cfg.default" ]; then
|
||||
cp /config/init/OpenKM.cfg.default /opt/tomcat/OpenKM.cfg
|
||||
fi
|
||||
if [ ! -f "/config/server.xml.default" ]; then
|
||||
cp /config/init/server.xml.default /opt/tomcat/conf/server.xml
|
||||
fi
|
||||
|
||||
OpenKM.cfg.default: |-
|
||||
# OpenKM Hibernate configuration values
|
||||
hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
|
||||
hibernate.hbm2ddl=create
|
||||
|
||||
# Logback configuration file
|
||||
logback.config=logback.xml
|
||||
server.xml.default: |-
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<Server port="8005" shutdown="SHUTDOWN">
|
||||
<Listener className="org.apache.catalina.startup.VersionLoggerListener" />
|
||||
<!--APR library loader. Documentation at /docs/apr.html -->
|
||||
<Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on" />
|
||||
<!-- Prevent memory leaks due to use of particular java/javax APIs-->
|
||||
<Listener className="org.apache.catalina.core.JreMemoryLeakPreventionListener" />
|
||||
<Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" />
|
||||
<Listener className="org.apache.catalina.core.ThreadLocalLeakPreventionListener" />
|
||||
|
||||
<!-- Global JNDI resources -->
|
||||
<GlobalNamingResources>
|
||||
<!-- Editable user database that can also be used by
|
||||
UserDatabaseRealm to authenticate users
|
||||
-->
|
||||
<Resource name="UserDatabase" auth="Container"
|
||||
type="org.apache.catalina.UserDatabase"
|
||||
description="User database that can be updated and saved"
|
||||
factory="org.apache.catalina.users.MemoryUserDatabaseFactory"
|
||||
pathname="conf/tomcat-users.xml" />
|
||||
|
||||
<Resource name="jdbc/OpenKMDS" auth="Container" type="javax.sql.DataSource"
|
||||
maxActive="100" maxIdle="30" maxWait="10000" validationQuery="select 1"
|
||||
username="{{ .Values.postgresql.postgresqlDatabase }}" password={{ .Values.postgresql.postgresqlPassword }} driverClassName="org.postgresql.Driver"
|
||||
url="jdbc:postgresql://{{ .Values.postgresql.url.plain | trimAll "\"" }}:5432/{{ .Values.postgresql.postgresqlDatabase }}"/>
|
||||
|
||||
<Resource name="mail/OpenKM" auth="Container" type="javax.mail.Session"
|
||||
mail.smtp.host="localhost" mail.from="noreply@openkm.com"/>
|
||||
|
||||
</GlobalNamingResources>
|
||||
|
||||
<!-- A "Service" is a collection of one or more "Connectors" that share
|
||||
a single "Container" Note: A "Service" is not itself a "Container",
|
||||
so you may not define subcomponents such as "Valves" at this level.
|
||||
Documentation at /docs/config/service.html
|
||||
-->
|
||||
<Service name="Catalina">
|
||||
<Connector port="8080" address="0.0.0.0" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" />
|
||||
|
||||
<!-- Define an AJP 1.3 Connector on port 8009 -->
|
||||
<Connector port="8009" address="127.0.0.1" protocol="AJP/1.3" redirectPort="8443" />
|
||||
|
||||
<Engine name="Catalina" defaultHost="localhost">
|
||||
<!-- Use the LockOutRealm to prevent attempts to guess user passwords via a brute-force attack -->
|
||||
<Realm className="org.apache.catalina.realm.LockOutRealm">
|
||||
<!-- This Realm uses the UserDatabase configured in the global JNDI
|
||||
resources under the key "UserDatabase". Any edits
|
||||
that are performed against this UserDatabase are immediately
|
||||
available for use by the Realm. -->
|
||||
<Realm className="org.apache.catalina.realm.UserDatabaseRealm"
|
||||
resourceName="UserDatabase"/>
|
||||
</Realm>
|
||||
|
||||
<Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true">
|
||||
<Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs"
|
||||
prefix="localhost_access_log" suffix=".txt"
|
||||
pattern="%h %l %u %t "%r" %s %b" />
|
||||
|
||||
<!-- External resources -->
|
||||
<!-- <Context docBase="${catalina.home}/custom" path="/OpenKM/custom" reloadable="true"/> -->
|
||||
</Host>
|
||||
</Engine>
|
||||
</Service>
|
||||
</Server>
|
||||
|
||||
{{- end -}}
|
||||
8
stable/openkm/10.0.11/templates/common.yaml
Normal file
8
stable/openkm/10.0.11/templates/common.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
{{/* Make sure all variables are set properly */}}
|
||||
{{- include "tc.common.loader.init" . }}
|
||||
|
||||
{{/* Render configmap for openkm */}}
|
||||
{{- include "openkm.configmap" . }}
|
||||
|
||||
{{/* Render the templates */}}
|
||||
{{ include "tc.common.loader.apply" . }}
|
||||
0
stable/openkm/10.0.11/values.yaml
Normal file
0
stable/openkm/10.0.11/values.yaml
Normal file
Reference in New Issue
Block a user