Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-01-15 20:14:11 +00:00
parent 279f895245
commit b65b8ff4fd
12 changed files with 2018 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
**Important:**
*for the complete changelog, please refer to the website*
## [openbooks-0.0.1]openbooks-0.0.1 (2023-01-15)

View File

@@ -0,0 +1,30 @@
apiVersion: v2
appVersion: "4.5.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
deprecated: false
description: IRC Highway eBook Downloads.
home: https://truecharts.org/charts/incubator/openbooks
icon: https://truecharts.org/img/hotlink-ok/chart-icons/openbooks.png
keywords:
- openbooks
- media
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: openbooks
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/openbooks
- https://github.com/evan-buss/openbooks
- https://hub.docker.com/r/evanbuss/openbooks
type: application
version: 0.0.1
annotations:
truecharts.org/catagories: |
- media
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -0,0 +1 @@
# README

View File

@@ -0,0 +1,4 @@
## [openbooks-0.0.1]openbooks-0.0.1 (2023-01-15)

View File

@@ -0,0 +1,8 @@
IRC Highway eBook Downloads.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/openbooks](https://truecharts.org/charts/incubator/openbooks)
---
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!

Binary file not shown.

View File

@@ -0,0 +1,40 @@
image:
repository: tccr.io/truecharts/openbooks
pullPolicy: IfNotPresent
tag: 4.5.0@sha256:fe1b693d63397e01a5673b8b16180539c1cb952abfe4ebfb58d0950ab9886adc
securityContext:
readOnlyRootFilesystem: false
openbooks:
user_name: truecharts
server: irc.irchighway.net:6697
debug: true
log: true
search: search
persist: false
no_browser_downloads: false
tls: true
probes:
liveness:
type: HTTP
readiness:
type: HTTP
startup:
type: HTTP
service:
main:
ports:
main:
protocol: HTTP
port: 10608
persistence:
books:
enabled: true
mountPath: /books/books
portal:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,24 @@
{{- define "openbooks.args" -}}
args:
- --port
- {{ .Values.service.main.ports.main.port | quote }}
- --name
- {{ .Values.openbooks.user_name }}
- --searchbot
- {{ .Values.openbooks.search }}
{{- if .Values.openbooks.tls }}
- --tls
{{- end -}}
{{- if .Values.openbooks.log }}
- --log
{{- end -}}
{{- if .Values.openbooks.debug }}
- --debug
{{- end -}}
{{- if .Values.openbooks.persist }}
- --persist
{{- end -}}
{{- if .Values.openbooks.no_browser_downloads }}
- --no-browser-downloads
{{- end -}}
{{- end -}}

View File

@@ -0,0 +1,8 @@
{{/* Make sure all variables are set properly */}}
{{- include "tc.common.loader.init" . }}
{{- $args := concat .Values.args (include "openbooks.args" . | fromYaml).args }}
{{- $_ := set .Values "args" $args -}}
{{/* Render the templates */}}
{{ include "tc.common.loader.apply" . }}

View File

View File

@@ -0,0 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/openbooks.png
categories:
- media