chore(deps): update container image tccr.io/truecharts/homepage to v0.5.8 (#5890)

* chore(deps): update container image tccr.io/truecharts/homepage to v0.5.8

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

* move libremdb to stable

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
TrueCharts Bot
2022-12-31 17:20:47 +02:00
committed by GitHub
co-authored by Stavros Kois
parent c67b4416ec
commit 28194bbc79
10 changed files with 4 additions and 4 deletions
-30
View File
@@ -1,30 +0,0 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
# OWNERS file for Kubernetes
OWNERS
# helm-docs templates
*.gotmpl
# docs folder
/docs
# icon
icon.png
-1
View File
@@ -1 +0,0 @@
#
-36
View File
@@ -1,36 +0,0 @@
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
- condition: redis.enabled
name: redis
repository: https://charts.truecharts.org
version: 5.0.22
deprecated: false
description: A free & open source IMDb front-end.
home: https://truecharts.org/charts/incubator/libremdb
icon: https://truecharts.org/img/hotlink-ok/chart-icons/libremdb.png
keywords:
- libremdb
- media
- imdb
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: libremdb
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/libremdb
- https://github.com/zyachel/libremdb
- https://quay.io/pussthecatorg/libremdb
- https://github.com/PussTheCat-org/docker-libremdb-quay
type: application
version: 0.0.15
annotations:
truecharts.org/catagories: |
- media
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U
-27
View File
@@ -1,27 +0,0 @@
# 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%20Apps/Important-MUST-READ).
- 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*
Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

-156
View File
@@ -1,156 +0,0 @@
# Include{groups}
portals:
open:
# Include{portalLink}
questions:
# Include{global}
# Include{controller}
# Include{replicas}
# Include{replica1}
# Include{controllerExpertExtraArgs}
# Include{containerConfig}
- variable: env
group: App Configuration
label: Image Environment
schema:
additional_attrs: true
type: dict
attrs:
- variable: NEXT_PUBLIC_URL
label: Next Public URL
description: Used for meta tags, no trailing slash.
schema:
type: string
required: true
default: ""
- variable: NEXT_TELEMETRY_DISABLED
label: Next Telemetry Disabled
schema:
type: string
default: "1"
enum:
- value: "0"
description: "False"
- value: "1"
description: "True"
- variable: axios
label: Show AXIOS Settings
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: AXIOS_USERAGENT
label: Axios User Agent
description: Default user agent for requesting data from IMDB.
schema:
type: string
default: "Mozilla/5.0 (X11; Linux x86_64; rv:104.0) Gecko/20100101 Firefox/104.0"
- variable: AXIOS_ACCEPT
label: Axios Accept
description: Default Accept Header.
schema:
type: string
default: "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8"
- variable: AXIOS_LANGUAGE
label: Axios Language
description: Forcing a certain language for data we get from IMDB.
schema:
type: string
default: "en-US,en;q=0.5"
# Include{serviceRoot}
- variable: main
label: Main Service
description: The Primary service on which the healthcheck runs, often the webUI
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: main
label: Main Service Port Configuration
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: Port
description: This port exposes the container port on the service
schema:
type: int
default: 10593
required: true
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
# Include{serviceList}
# Include{persistenceRoot}
- variable: config
label: App Config Storage
description: Stores the Application Configuration.
schema:
additional_attrs: true
type: dict
attrs:
# Include{persistenceBasic}
# Include{persistenceList}
# Include{ingressRoot}
- variable: main
label: Main Ingress
schema:
additional_attrs: true
type: dict
attrs:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
label: Privileged mode
schema:
type: boolean
default: false
- variable: readOnlyRootFilesystem
label: ReadOnly Root Filesystem
schema:
type: boolean
default: false
- variable: allowPrivilegeEscalation
label: Allow Privilege Escalation
schema:
type: boolean
default: false
- variable: runAsNonRoot
label: runAsNonRoot
schema:
type: boolean
default: true
# Include{podSecurityContextRoot}
- variable: runAsUser
label: runAsUser
description: The UserID of the user running the application
schema:
type: int
default: 568
- variable: runAsGroup
label: runAsGroup
description: The groupID this App of the user running the application
schema:
type: int
default: 568
- variable: fsGroup
label: fsGroup
description: The group that should own ALL storage.
schema:
type: int
default: 568
# Include{podSecurityContextAdvanced}
# Include{resources}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{vpn}
# Include{documentation}
@@ -1 +0,0 @@
{{ include "tc.common.loader.all" . }}
-36
View File
@@ -1,36 +0,0 @@
image:
repository: tccr.io/truecharts/libremdb
pullPolicy: IfNotPresent
tag: latest@sha256:2fdc62a883660dd9f07765e09c5605da59de1622648c60455e59d89ab0b655cd
env:
NEXT_PUBLIC_URL: http://localhost:3000
NEXT_TELEMETRY_DISABLED: 1
AXIOS_USERAGENT: "Mozilla/5.0 (X11; Linux x86_64; rv:104.0) Gecko/20100101 Firefox/104.0"
AXIOS_ACCEPT: "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8"
AXIOS_LANGUAGE: "en-US,en;q=0.5"
USE_REDIS: true
REDIS_URL:
secretKeyRef:
name: rediscreds
key: url
service:
main:
ports:
main:
protocol: HTTP
targetPort: 3000
port: 10593
persistence:
config:
enabled: true
mountPath: /opt/app
redis:
enabled: true
existingSecret: rediscreds
portal:
enabled: true