Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-07-03 20:52:48 +00:00
parent d5d2f65595
commit c5757e8449
13 changed files with 2335 additions and 0 deletions

View File

@ -0,0 +1,39 @@
**Important:**
*for the complete changelog, please refer to the website*
## [openbooks-1.0.0](https://github.com/truecharts/charts/compare/openbooks-0.0.3...openbooks-1.0.0) (2023-07-03)
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
### Fix
- fix mistakes on questions.yaml
## [openbooks-0.0.3](https://github.com/truecharts/charts/compare/openbooks-0.0.2...openbooks-0.0.3) (2023-02-10)
### Fix
- ensure new helm deps repo is used in latest releases as well.
## [openbooks-0.0.2](https://github.com/truecharts/charts/compare/openbooks-0.0.1...openbooks-0.0.2) (2023-02-02)
### Fix
- remove non-link sources ([#6826](https://github.com/truecharts/charts/issues/6826))
## [openbooks-0.0.1]openbooks-0.0.1 (2023-01-15)

View File

@ -0,0 +1,29 @@
apiVersion: v2
appVersion: "4.5.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.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
type: application
version: 1.0.0
annotations:
truecharts.org/catagories: |
- media
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
**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)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/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*

View File

@ -0,0 +1,13 @@
## [openbooks-1.0.0](https://github.com/truecharts/charts/compare/openbooks-0.0.3...openbooks-1.0.0) (2023-07-03)
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
### Fix
- fix mistakes on questions.yaml

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,53 @@
image:
repository: tccr.io/truecharts/openbooks
pullPolicy: IfNotPresent
tag: 4.5.0@sha256:fe1b693d63397e01a5673b8b16180539c1cb952abfe4ebfb58d0950ab9886adc
securityContext:
container:
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
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
path: "/"
type: http
readiness:
path: "/"
type: http
startup:
path: "/"
type: http
service:
main:
ports:
main:
protocol: http
port: 10608
persistence:
books:
enabled: true
mountPath: /books/books
logs:
enabled: true
mountPath: /books/logs
portal:
open:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

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

View File

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

View File

View File

@ -2,3 +2,4 @@ icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/openbooks.png
categories:
- media
screenshots: []