Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-04-03 18:31:05 +00:00
parent 12bbc84373
commit 6930c6ce30
15 changed files with 3605 additions and 0 deletions

View File

@ -0,0 +1,41 @@
# Changelog<br>
<a name="xwiki-1.0.0"></a>
### [xwiki-1.0.0](https://github.com/truecharts/apps/compare/xwiki-0.0.6...xwiki-1.0.0) (2022-04-03)
#### Fix
* create initial user ([#2417](https://github.com/truecharts/apps/issues/2417))
<a name="xwiki-0.0.6"></a>
### [xwiki-0.0.6](https://github.com/truecharts/apps/compare/xwiki-0.0.5...xwiki-0.0.6) (2022-04-03)
#### Chore
* update helm general non-major helm releases ([#2410](https://github.com/truecharts/apps/issues/2410))
<a name="xwiki-0.0.5"></a>
### [xwiki-0.0.5](https://github.com/truecharts/apps/compare/xwiki-0.0.4...xwiki-0.0.5) (2022-04-03)
#### Chore
* update image refs ([#2411](https://github.com/truecharts/apps/issues/2411))
<a name="xwiki-0.0.4"></a>
### [xwiki-0.0.4](https://github.com/truecharts/apps/compare/xwiki-0.0.3...xwiki-0.0.4) (2022-04-03)
<a name="xwiki-0.0.1"></a>
### xwiki-0.0.1 (2022-04-01)
#### Feat
* add xwiki ([#2379](https://github.com/truecharts/apps/issues/2379))

View File

@ -0,0 +1,7 @@
# Configuration Options
##### Connecting to other apps
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
##### Available config options
In the future this page is going to contain an automated list of options available in the installation/edit UI.

View File

@ -0,0 +1,9 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 9.2.7
- name: postgresql
repository: https://charts.truecharts.org/
version: 7.0.37
digest: sha256:89a54de1a0c5b43fe9ab8ce9162fb9ed4f6fce310775ef66ceb0b2311174afac
generated: "2022-04-03T18:25:30.489698701Z"

View File

@ -0,0 +1,31 @@
apiVersion: v2
appVersion: "14.2.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 9.2.7
- condition: postgresql.enabled
name: postgresql
repository: https://charts.truecharts.org/
version: 7.0.37
description: XWiki is a free wiki software platform written in Java with a design emphasis on extensibility
home: https://github.com/truecharts/apps/tree/master/charts/stable/xwiki
icon: https://truecharts.org/_static/img/appicons/xwiki.png
keywords:
- xwiki
- wiki
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: xwiki
sources:
- https://hub.docker.com/_/xwiki
- https://github.com/xwiki/xwiki-docker
version: 1.0.0
annotations:
truecharts.org/catagories: |
- productivity
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -0,0 +1,39 @@
# Introduction
XWiki is a free wiki software platform written in Java with a design emphasis on extensibility
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://hub.docker.com/_/xwiki>
* <https://github.com/xwiki/xwiki-docker>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | postgresql | 7.0.37 |
| https://library-charts.truecharts.org | common | 9.2.7 |
## Installing the Chart
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
## Upgrading, Rolling Back and Uninstalling the Chart
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
## Support
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
- See the [Wiki](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1,3 @@
XWiki is a free wiki software platform written in Java with a design emphasis on extensibility
This App is supplied by TrueCharts, for more information please visit https://truecharts.org

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,37 @@
# Default Helm-Values
TrueCharts is primarily build to supply TrueNAS SCALE Apps.
However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
Most of our Apps also consume our "common" Helm Chart.
If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env.DB_DATABASE | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
| env.DB_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
| env.JAVA_OPTS | string | `""` | |
| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | |
| envValueFrom.DB_HOST.secretKeyRef.name | string | `"dbcreds"` | |
| envValueFrom.DB_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | |
| envValueFrom.DB_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/xwiki"` | |
| image.tag | string | `"v14.2.1-postgres@sha256:54a3c6e5376f95e0da0cf03eac4fa8370d780a9f8afa4a2336d5afe096f9ac61"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/usr/local/xwiki"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| postgresql.enabled | bool | `true` | |
| postgresql.existingSecret | string | `"dbcreds"` | |
| postgresql.postgresqlDatabase | string | `"xwiki"` | |
| postgresql.postgresqlUsername | string | `"xwiki"` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `10208` | |
| service.main.ports.main.targetPort | int | `8080` | |
All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1,46 @@
image:
repository: tccr.io/truecharts/xwiki
tag: v14.2.1-postgres@sha256:54a3c6e5376f95e0da0cf03eac4fa8370d780a9f8afa4a2336d5afe096f9ac61
pullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
env:
DB_USER: "{{ .Values.postgresql.postgresqlUsername }}"
DB_DATABASE: "{{ .Values.postgresql.postgresqlDatabase }}"
# User Defined
JAVA_OPTS: ""
envValueFrom:
DB_HOST:
secretKeyRef:
name: dbcreds
key: plainhost
DB_PASSWORD:
secretKeyRef:
name: dbcreds
key: postgresql-password
service:
main:
ports:
main:
port: 10208
targetPort: 8080
persistence:
config:
enabled: true
mountPath: "/usr/local/xwiki"
postgresql:
enabled: true
existingSecret: "dbcreds"
postgresqlUsername: xwiki
postgresqlDatabase: xwiki

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{{ include "common.all" . }}

View File

4
stable/xwiki/item.yaml Normal file
View File

@ -0,0 +1,4 @@
icon_url: https://truecharts.org/_static/img/appicons/xwiki.png
categories:
- productivity