Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-03-15 18:22:09 +00:00
parent eaa3be4c6a
commit 4697805c8e
31 changed files with 3421 additions and 13 deletions

View File

@ -0,0 +1,28 @@
# Changelog<br>
<a name="openhab-1.0.0"></a>
### [openhab-1.0.0](https://github.com/truecharts/apps/compare/openhab-0.0.2...openhab-1.0.0) (2022-03-15)
#### Feat
* move to stable ([#2179](https://github.com/truecharts/apps/issues/2179))
<a name="openhab-0.0.2"></a>
### [openhab-0.0.2](https://github.com/truecharts/apps/compare/openhab-0.0.1...openhab-0.0.2) (2022-03-07)
#### Chore
* update helm general non-major helm releases ([#2111](https://github.com/truecharts/apps/issues/2111))
* Remove `-icon` string from icon png's ([#2040](https://github.com/truecharts/apps/issues/2040))
<a name="openhab-0.0.1"></a>
### openhab-0.0.1 (2022-03-06)
#### Add
* add openHAB ([#2038](https://github.com/truecharts/apps/issues/2038))

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 9.1.2
digest: sha256:c31f80d9a593b307274ae84096234c1928a407d3899cf5b173eac54118901f24
generated: "2022-03-15T18:15:26.707989474Z"

View File

@ -0,0 +1,28 @@
apiVersion: v2
appVersion: "3.2.0"
dependencies:
- name: common
repository: https://truecharts.org
version: 9.1.2
deprecated: false
description: OpenHab is a home-automation application
home: https://github.com/truecharts/apps/tree/master/charts/stable/openhab
icon: https://truecharts.org/_static/img/appicons/openhab.png
keywords:
- openhab
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: openhab
sources:
- https://hub.docker.com/r/openhab/openhab
type: application
version: 1.0.0
annotations:
truecharts.org/catagories: |
- media
- test
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -0,0 +1,37 @@
# Introduction
OpenHab is a home-automation application
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/r/openhab/openhab>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org | common | 9.1.2 |
## Installing the Chart
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
## Uninstalling the Chart
To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
## Support
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) 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 @@
OpenHab is a home-automation application
This App is supplied by TrueCharts, for more information please visit https://truecharts.org

View File

@ -0,0 +1,36 @@
# 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.OPENHAB_HTTPS_PORT | string | `"{{ .Values.service.https.ports.https.port }}"` | |
| env.OPENHAB_HTTP_PORT | string | `"{{ .Values.service.main.ports.main.port }}"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/openhab"` | |
| image.tag | string | `"v3.2.0@sha256:813f937332689854c808142b0b8af38edeed276e1c5a07bf4c77cb76ea6e7e61"` | |
| persistence.addons.enabled | bool | `true` | |
| persistence.addons.mountPath | string | `"/openhab/addons"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/openhab/conf"` | |
| persistence.userdata.enabled | bool | `true` | |
| persistence.userdata.mountPath | string | `"/openhab/userdata"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.https.enabled | bool | `true` | |
| service.https.ports.https.enabled | bool | `true` | |
| service.https.ports.https.port | int | `10170` | |
| service.https.protocol | string | `"HTTPS"` | |
| service.main.ports.main.port | int | `10169` | |
| service.main.protocol | string | `"HTTP"` | |
All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1,42 @@
image:
repository: tccr.io/truecharts/openhab
pullPolicy: IfNotPresent
tag: v3.2.0@sha256:813f937332689854c808142b0b8af38edeed276e1c5a07bf4c77cb76ea6e7e61
service:
main:
protocol: HTTP
ports:
main:
port: 10169
https:
protocol: HTTPS
enabled: true
ports:
https:
enabled: true
port: 10170
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
env:
OPENHAB_HTTP_PORT: "{{ .Values.service.main.ports.main.port }}"
OPENHAB_HTTPS_PORT: "{{ .Values.service.https.ports.https.port }}"
persistence:
config:
enabled: true
mountPath: "/openhab/conf"
addons:
enabled: true
mountPath: "/openhab/addons"
userdata:
enabled: true
mountPath: "/openhab/userdata"

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,14 @@
{{/* Append the hardcoded volumes */}}
{{- define "openhab.configmap" -}}
---
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "common.names.fullname" . }}-init
labels:
{{- include "common.labels" . | nindent 4 }}
data:
enable-console-logging.sh: |
echo 'Enabling console logging.'
sed -i -E 's|(<AppenderRef ref="OSGI"/>).*|\1<AppenderRef ref="STDOUT"/>|' /openhab/userdata/etc/log4j2.xml
{{- end -}}

View File

@ -0,0 +1,22 @@
{{/* Make sure all variables are set properly */}}
{{- include "common.setup" . }}
{{/* Render configmap for openhab */}}
{{- include "openhab.configmap" . }}
{{/* Append the hardcoded volumes */}}
{{- define "openhab.hardcodedValues" -}}
persistence:
init:
enabled: true
mountPath: /etc/cont-init.d/enable-console-logging.sh
subPath: enable-console-logging.sh
type: custom
volumeSpec:
configMap:
name: {{ printf "%v-init" (include "common.names.fullname" .) }}
{{- end -}}
{{- $_ := mergeOverwrite .Values (include "openhab.hardcodedValues" . | fromYaml) -}}
{{/* Render the templates */}}
{{ include "common.postSetup" . }}

5
stable/openhab/item.yaml Normal file
View File

@ -0,0 +1,5 @@
icon_url: https://truecharts.org/_static/img/appicons/openhab.png
categories:
- media
- test

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="paperless-ng-2.0.7"></a>
### [paperless-ng-2.0.7](https://github.com/truecharts/apps/compare/paperless-ng-2.0.6...paperless-ng-2.0.7) (2022-03-15)
#### Feat
* move to stable ([#2179](https://github.com/truecharts/apps/issues/2179))
<a name="paperless-ng-2.0.6"></a>
### [paperless-ng-2.0.6](https://github.com/truecharts/apps/compare/paperless-ng-2.0.5...paperless-ng-2.0.6) (2022-03-15)
@ -88,12 +97,3 @@
* Removed some double `b64enc` on autogenerated secrets, also some quotes off them. ([#1937](https://github.com/truecharts/apps/issues/1937))
<a name="paperless-ng-1.0.22"></a>
### [paperless-ng-1.0.22](https://github.com/truecharts/apps/compare/paperless-ng-1.0.21...paperless-ng-1.0.22) (2022-02-22)
#### Fix
* Removed some double `b64enc` on autogenerated secrets, also some quotes off them. ([#1937](https://github.com/truecharts/apps/issues/1937))

View File

@ -0,0 +1,8 @@
# 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" quick-start guide:
https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
##### 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

@ -9,4 +9,4 @@ dependencies:
repository: https://truecharts.org
version: 2.0.2
digest: sha256:da3a22ee6b5952a35e1a1160c3bea8682c4614ccbc400e626833989c8909a4dd
generated: "2022-03-15T15:18:28.813307167Z"
generated: "2022-03-15T18:15:28.113721801Z"

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: paperless-ng
version: 2.0.6
version: 2.0.7
appVersion: "1.6.0"
description: Paperless-ngx is an application by Daniel Quinn and contributors that indexes your scanned documents.
type: application

Binary file not shown.

View File

@ -19,7 +19,6 @@ You will, however, be able to use all values referenced in the common chart here
| env.PAPERLESS_MEDIA_ROOT | string | `"/media/"` | |
| env.PAPERLESS_PORT | string | `"{{ .Values.service.main.ports.main.targetPort }}"` | |
| env.PAPERLESS_TIME_ZONE | string | `"{{ .Values.TZ }}"` | |
| env.PAPERLESS_TRASH_DIR | string | `"/data/trash/"` | |
| env.PAPERLESS_WEBSERVER_WORKERS | int | `2` | |
| env.USERMAP_GID | string | `"{{ .Values.podSecurityContext.fsGroup }}"` | |
| env.USERMAP_UID | string | `"{{ .Values.security.PUID }}"` | |

View File

@ -19,7 +19,6 @@ secret:
env:
PAPERLESS_PORT: "{{ .Values.service.main.ports.main.targetPort }}"
PAPERLESS_DATA_DIR: "/data/"
PAPERLESS_TRASH_DIR: "/data/trash/"
PAPERLESS_CONSUMPTION_DIR: "/consume/"
PAPERLESS_MEDIA_ROOT: "/media/"
USERMAP_UID: "{{ .Values.security.PUID }}"

View File