Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
8
incubator/openbooks/0.0.1/CHANGELOG.md
Normal file
8
incubator/openbooks/0.0.1/CHANGELOG.md
Normal 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)
|
||||
|
||||
30
incubator/openbooks/0.0.1/Chart.yaml
Normal file
30
incubator/openbooks/0.0.1/Chart.yaml
Normal 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
|
||||
1
incubator/openbooks/0.0.1/README.md
Normal file
1
incubator/openbooks/0.0.1/README.md
Normal file
@@ -0,0 +1 @@
|
||||
# README
|
||||
4
incubator/openbooks/0.0.1/app-changelog.md
Normal file
4
incubator/openbooks/0.0.1/app-changelog.md
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
|
||||
## [openbooks-0.0.1]openbooks-0.0.1 (2023-01-15)
|
||||
|
||||
8
incubator/openbooks/0.0.1/app-readme.md
Normal file
8
incubator/openbooks/0.0.1/app-readme.md
Normal 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!
|
||||
BIN
incubator/openbooks/0.0.1/charts/common-11.1.2.tgz
Normal file
BIN
incubator/openbooks/0.0.1/charts/common-11.1.2.tgz
Normal file
Binary file not shown.
40
incubator/openbooks/0.0.1/ix_values.yaml
Normal file
40
incubator/openbooks/0.0.1/ix_values.yaml
Normal 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
|
||||
1891
incubator/openbooks/0.0.1/questions.yaml
Normal file
1891
incubator/openbooks/0.0.1/questions.yaml
Normal file
File diff suppressed because it is too large
Load Diff
24
incubator/openbooks/0.0.1/templates/_args.tpl
Normal file
24
incubator/openbooks/0.0.1/templates/_args.tpl
Normal 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 -}}
|
||||
8
incubator/openbooks/0.0.1/templates/common.yaml
Normal file
8
incubator/openbooks/0.0.1/templates/common.yaml
Normal 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" . }}
|
||||
0
incubator/openbooks/0.0.1/values.yaml
Normal file
0
incubator/openbooks/0.0.1/values.yaml
Normal file
4
incubator/openbooks/item.yaml
Normal file
4
incubator/openbooks/item.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/openbooks.png
|
||||
categories:
|
||||
- media
|
||||
|
||||
Reference in New Issue
Block a user