Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
b4cb0b026e
commit
170e0a0dcc
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [budge-6.0.26](https://github.com/truecharts/charts/compare/budge-6.0.25...budge-6.0.26) (2023-12-04)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/linuxserver/budge to 0.0.9[@d54ec9a](https://github.com/d54ec9a) ([#15630](https://github.com/truecharts/charts/issues/15630))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [budge-6.0.27](https://github.com/truecharts/charts/compare/budge-6.0.26...budge-6.0.27) (2023-12-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/linuxserver/budge to 0.0.9[@1ec2c05](https://github.com/1ec2c05) ([#15937](https://github.com/truecharts/charts/issues/15937))
|
||||
|
||||
|
||||
|
||||
|
||||
## [budge-6.0.26](https://github.com/truecharts/charts/compare/budge-6.0.25...budge-6.0.26) (2023-12-04)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
- update helm general non-major ([#14454](https://github.com/truecharts/charts/issues/14454))
|
||||
|
||||
|
||||
|
||||
|
||||
## [budge-6.0.17](https://github.com/truecharts/charts/compare/budge-6.0.16...budge-6.0.17) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
|
||||
|
|
@ -1,17 +1,17 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: budge
|
||||
version: 6.0.26
|
||||
version: 6.0.27
|
||||
appVersion: 0.0.9
|
||||
description: Budge is an open source 'budgeting with envelopes' personal finance app.
|
||||
home: https://truecharts.org/charts/stable/budge
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/budge.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/budge
|
||||
- https://ghcr.io/linuxserver/budge
|
||||
- https://github.com/linuxserver/docker-BudgE
|
||||
- https://github.com/linuxserver/budge
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/budge
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [budge-6.0.27](https://github.com/truecharts/charts/compare/budge-6.0.26...budge-6.0.27) (2023-12-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/linuxserver/budge to 0.0.9[@1ec2c05](https://github.com/1ec2c05) ([#15937](https://github.com/truecharts/charts/issues/15937))
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: ghcr.io/linuxserver/budge
|
||||
tag: 0.0.9@sha256:d54ec9ac79e7fe1a6cf6d4194829bf98a41b9bbc1dcc3c73e38304d7bb610816
|
||||
tag: 0.0.9@sha256:1ec2c0566e2436beab58049b10a2eb4f0b742f836e8fbfdd8f03232454cd72e6
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
|
@ -226,6 +226,44 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
required: true
|
||||
|
||||
- variable: imagePullSecretList
|
||||
group: "General Settings"
|
||||
label: "Image Pull Secrets"
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: pullsecretentry
|
||||
label: "Pull Secret"
|
||||
schema:
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: registry
|
||||
label: "Registry"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: "https://index.docker.io/v1/"
|
||||
- variable: username
|
||||
label: "Username"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: password
|
||||
label: "Password"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: email
|
||||
label: "Email"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: service
|
||||
group: Networking and Services
|
||||
label: Configure Service(s)
|
||||
|
@ -533,6 +571,8 @@ questions:
|
|||
description: emptyDir
|
||||
- value: nfs
|
||||
description: NFS Share
|
||||
- value: iscsi
|
||||
description: iSCSI Share
|
||||
- variable: server
|
||||
label: NFS Server
|
||||
schema:
|
||||
|
@ -545,6 +585,83 @@ questions:
|
|||
show_if: [["type", "=", "nfs"]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: iscsi
|
||||
label: iSCSI Options
|
||||
schema:
|
||||
show_if: [["type", "=", "iscsi"]]
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: targetPortal
|
||||
label: targetPortal
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: iqn
|
||||
label: iqn
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: lun
|
||||
label: lun
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
- variable: authSession
|
||||
label: authSession
|
||||
schema:
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: username
|
||||
label: username
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: password
|
||||
label: password
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: usernameInitiator
|
||||
label: usernameInitiator
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: passwordInitiator
|
||||
label: passwordInitiator
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: authDiscovery
|
||||
label: authDiscovery
|
||||
schema:
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: username
|
||||
label: username
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: password
|
||||
label: password
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: usernameInitiator
|
||||
label: usernameInitiator
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: passwordInitiator
|
||||
label: passwordInitiator
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
|
||||
- variable: autoPermissions
|
||||
label: Automatic Permissions Configuration
|
||||
description: Automatically set permissions
|
||||
|
@ -637,7 +754,7 @@ questions:
|
|||
type: string
|
||||
default: "disabled"
|
||||
enum:
|
||||
- value: "disabled"
|
||||
- value: disabled
|
||||
description: disabled
|
||||
- value: smb
|
||||
description: smb
|
||||
|
@ -751,6 +868,82 @@ questions:
|
|||
show_if: [["type", "=", "nfs"]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: iscsi
|
||||
label: iSCSI Options
|
||||
schema:
|
||||
show_if: [["type", "=", "iscsi"]]
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: targetPortal
|
||||
label: targetPortal
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: iqn
|
||||
label: iqn
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: lun
|
||||
label: lun
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
- variable: authSession
|
||||
label: authSession
|
||||
schema:
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: username
|
||||
label: username
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: password
|
||||
label: password
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: usernameInitiator
|
||||
label: usernameInitiator
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: passwordInitiator
|
||||
label: passwordInitiator
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: authDiscovery
|
||||
label: authDiscovery
|
||||
schema:
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: username
|
||||
label: username
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: password
|
||||
label: password
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: usernameInitiator
|
||||
label: usernameInitiator
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: passwordInitiator
|
||||
label: passwordInitiator
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: autoPermissions
|
||||
label: Automatic Permissions Configuration
|
||||
description: Automatically set permissions
|
||||
|
@ -999,6 +1192,46 @@ questions:
|
|||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: integration
|
||||
label: Integrations
|
||||
description: Connect ingress with other charts
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: homepage
|
||||
label: Homepage
|
||||
description: Connect ingress with Homepage
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: enabled
|
||||
label: enabled
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: name
|
||||
label: Name
|
||||
description: defaults to chartname
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
show_if: [["enabled", "=", true]]
|
||||
- variable: description
|
||||
label: Description
|
||||
description: defaults to chart description
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
show_if: [["enabled", "=", true]]
|
||||
- variable: group
|
||||
label: Group
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: "default"
|
||||
show_if: [["enabled", "=", true]]
|
||||
- variable: advanced
|
||||
label: Show Advanced Settings
|
||||
description: Advanced settings are not covered by TrueCharts Support
|
||||
|
@ -1226,6 +1459,46 @@ questions:
|
|||
type: string
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: integration
|
||||
label: Integrations
|
||||
description: Connect ingress with other charts
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: homepage
|
||||
label: Homepage
|
||||
description: Connect ingress with Homepage
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: enabled
|
||||
label: enabled
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: name
|
||||
label: Name
|
||||
description: defaults to chartname
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
show_if: [["enabled", "=", true]]
|
||||
- variable: description
|
||||
label: Description
|
||||
description: defaults to chart description
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
show_if: [["enabled", "=", true]]
|
||||
- variable: group
|
||||
label: Group
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: "default"
|
||||
show_if: [["enabled", "=", true]]
|
||||
- variable: entrypoint
|
||||
label: Traefik Entrypoint
|
||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
|
@ -0,0 +1,99 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [calibre-web-15.0.16](https://github.com/truecharts/charts/compare/calibre-web-15.0.15...calibre-web-15.0.16) (2023-12-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image linuxserver/calibre-web to version-0.6.21[@e35f37c](https://github.com/e35f37c) ([#15939](https://github.com/truecharts/charts/issues/15939))
|
||||
|
||||
|
||||
|
||||
|
||||
## [calibre-web-15.0.15](https://github.com/truecharts/charts/compare/calibre-web-15.0.14...calibre-web-15.0.15) (2023-12-04)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image linuxserver/calibre-web to version-0.6.21[@b28792b](https://github.com/b28792b) ([#15631](https://github.com/truecharts/charts/issues/15631))
|
||||
|
||||
|
||||
|
||||
|
||||
## [calibre-web-15.0.14](https://github.com/truecharts/charts/compare/calibre-web-15.0.13...calibre-web-15.0.14) (2023-12-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- bump everything to ensure catalog has latest versions
|
||||
- fix annotations again
|
||||
- update annotations
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [calibre-web-15.0.13](https://github.com/truecharts/charts/compare/calibre-web-15.0.12...calibre-web-15.0.13) (2023-11-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image linuxserver/calibre-web to version-0.6.21[@2e223f2](https://github.com/2e223f2) ([#15378](https://github.com/truecharts/charts/issues/15378))
|
||||
|
||||
|
||||
|
||||
|
||||
## [calibre-web-15.0.12](https://github.com/truecharts/charts/compare/calibre-web-15.0.11...calibre-web-15.0.12) (2023-11-19)
|
||||
|
||||
### Fix
|
||||
|
||||
- update container image linuxserver/calibre-web to version-0.6.21 ([#15101](https://github.com/truecharts/charts/issues/15101))
|
||||
|
||||
|
||||
|
||||
|
||||
## [calibre-web-15.0.11](https://github.com/truecharts/charts/compare/calibre-web-15.0.10...calibre-web-15.0.11) (2023-11-17)
|
||||
|
||||
|
||||
|
||||
|
||||
## [calibre-web-15.0.10](https://github.com/truecharts/charts/compare/calibre-web-15.0.9...calibre-web-15.0.10) (2023-11-12)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/calibre-web to v0.6.21 ([#14595](https://github.com/truecharts/charts/issues/14595))
|
||||
|
||||
|
||||
|
||||
|
||||
## [calibre-web-15.0.9](https://github.com/truecharts/charts/compare/calibre-web-15.0.8...calibre-web-15.0.9) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465))
|
||||
|
||||
|
||||
|
||||
|
||||
## [calibre-web-15.0.8](https://github.com/truecharts/charts/compare/calibre-web-15.0.7...calibre-web-15.0.8) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14454](https://github.com/truecharts/charts/issues/14454))
|
||||
|
||||
|
||||
|
||||
|
||||
## [calibre-web-15.0.7](https://github.com/truecharts/charts/compare/calibre-web-15.0.6...calibre-web-15.0.7) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
|
|
@ -0,0 +1,39 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: calibre-web
|
||||
version: 15.0.16
|
||||
appVersion: 0.6.21
|
||||
description:
|
||||
Calibre-Web is a web app providing a clean interface for browsing, reading
|
||||
and downloading eBooks using an existing Calibre database.
|
||||
home: https://truecharts.org/charts/stable/calibre-web
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre-web.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/janeczku/calibre-web
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/calibre-web
|
||||
- https://hub.docker.com/r/linuxserver/calibre-web
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- calibre-web
|
||||
- calibre
|
||||
- ebook
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 14.3.5
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
|
@ -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/stable/)
|
||||
|
||||
**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*
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [calibre-web-15.0.16](https://github.com/truecharts/charts/compare/calibre-web-15.0.15...calibre-web-15.0.16) (2023-12-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image linuxserver/calibre-web to version-0.6.21[@e35f37c](https://github.com/e35f37c) ([#15939](https://github.com/truecharts/charts/issues/15939))
|
||||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/calibre-web](https://truecharts.org/charts/stable/calibre-web)
|
||||
|
||||
---
|
||||
|
||||
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.
|
@ -0,0 +1,40 @@
|
|||
image:
|
||||
repository: linuxserver/calibre-web
|
||||
pullPolicy: IfNotPresent
|
||||
tag: version-0.6.21@sha256:e35f37cd7fad5b9a7e178c7c60a45b2b1b50683e82af3a2bdc0b56c5f410f02d
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 8083
|
||||
protocol: http
|
||||
targetPort: 8083
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
probes:
|
||||
liveness:
|
||||
type: http
|
||||
path: /
|
||||
readiness:
|
||||
type: http
|
||||
path: /
|
||||
startup:
|
||||
type: http
|
||||
path: /
|
||||
env: {}
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -0,0 +1 @@
|
|||
{{ include "tc.v1.common.loader.all" . }}
|
|
@ -0,0 +1,99 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [lidarr-17.0.29](https://github.com/truecharts/charts/compare/lidarr-17.0.28...lidarr-17.0.29) (2023-12-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/onedr0p/lidarr-develop to v2.0.6.3818[@58128c7](https://github.com/58128c7) ([#15941](https://github.com/truecharts/charts/issues/15941))
|
||||
|
||||
|
||||
|
||||
|
||||
## [lidarr-17.0.28](https://github.com/truecharts/charts/compare/lidarr-17.0.27...lidarr-17.0.28) (2023-12-09)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/onedr0p/lidarr-develop to 2.0.5.3813[@b0da292](https://github.com/b0da292) ([#15897](https://github.com/truecharts/charts/issues/15897))
|
||||
|
||||
|
||||
|
||||
|
||||
## [lidarr-17.0.27](https://github.com/truecharts/charts/compare/lidarr-17.0.26...lidarr-17.0.27) (2023-12-04)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/onedr0p/lidarr-develop to v2.0.5.3813[@2d73ade](https://github.com/2d73ade) ([#15685](https://github.com/truecharts/charts/issues/15685))
|
||||
|
||||
|
||||
|
||||
|
||||
## [lidarr-17.0.26](https://github.com/truecharts/charts/compare/lidarr-17.0.25...lidarr-17.0.26) (2023-12-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- bump everything to ensure catalog has latest versions
|
||||
- fix annotations again
|
||||
- update annotations
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [lidarr-17.0.25](https://github.com/truecharts/charts/compare/lidarr-17.0.24...lidarr-17.0.25) (2023-11-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/onedr0p/lidarr-develop to v2.0.4.3802[@bdd7420](https://github.com/bdd7420) ([#15380](https://github.com/truecharts/charts/issues/15380))
|
||||
|
||||
|
||||
|
||||
|
||||
## [lidarr-17.0.24](https://github.com/truecharts/charts/compare/lidarr-17.0.23...lidarr-17.0.24) (2023-11-19)
|
||||
|
||||
### Fix
|
||||
|
||||
- update container image ghcr.io/onedr0p/lidarr-develop to v2.0.3.3791 ([#15103](https://github.com/truecharts/charts/issues/15103))
|
||||
|
||||
|
||||
|
||||
|
||||
## [lidarr-17.0.23](https://github.com/truecharts/charts/compare/lidarr-17.0.22...lidarr-17.0.23) (2023-11-18)
|
||||
|
||||
|
||||
|
||||
|
||||
## [lidarr-17.0.22](https://github.com/truecharts/charts/compare/lidarr-17.0.21...lidarr-17.0.22) (2023-11-17)
|
||||
|
||||
|
||||
|
||||
|
||||
## [lidarr-17.0.21](https://github.com/truecharts/charts/compare/lidarr-17.0.20...lidarr-17.0.21) (2023-11-16)
|
||||
|
||||
|
||||
|
||||
|
||||
## [lidarr-17.0.20](https://github.com/truecharts/charts/compare/lidarr-17.0.19...lidarr-17.0.20) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465))
|
||||
|
||||
|
||||
|
||||
|
||||
## [lidarr-17.0.19](https://github.com/truecharts/charts/compare/lidarr-17.0.18...lidarr-17.0.19) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14454](https://github.com/truecharts/charts/issues/14454))
|
||||
|
||||
|
|
@ -0,0 +1,37 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: lidarr
|
||||
version: 17.0.29
|
||||
appVersion: 2.0.5.3813
|
||||
description: Looks and smells like Sonarr but made for music
|
||||
home: https://truecharts.org/charts/stable/lidarr
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/lidarr.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/Lidarr/Lidarr
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/lidarr
|
||||
- https://ghcr.io/onedr0p/lidarr-develop
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- lidarr
|
||||
- torrent
|
||||
- usenet
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 14.3.5
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
|
@ -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/stable/)
|
||||
|
||||
**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*
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [lidarr-17.0.29](https://github.com/truecharts/charts/compare/lidarr-17.0.28...lidarr-17.0.29) (2023-12-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/onedr0p/lidarr-develop to v2.0.6.3818[@58128c7](https://github.com/58128c7) ([#15941](https://github.com/truecharts/charts/issues/15941))
|
||||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
Looks and smells like Sonarr but made for music
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/lidarr](https://truecharts.org/charts/stable/lidarr)
|
||||
|
||||
---
|
||||
|
||||
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.
|
@ -0,0 +1,109 @@
|
|||
image:
|
||||
repository: ghcr.io/onedr0p/lidarr-develop
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.0.6.3818@sha256:58128c7750b54a705a7709b8ccc811a0560a2a33a71db7576a352f039782616d
|
||||
exportarrImage:
|
||||
repository: ghcr.io/onedr0p/exportarr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.6.0@sha256:b522e128509b766cf66f847190fccd225ff194dc76775fe6a215f2dd3010cac2
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 8686
|
||||
metrics:
|
||||
enabled: true
|
||||
type: ClusterIP
|
||||
targetSelector: exportarr
|
||||
ports:
|
||||
metrics:
|
||||
enabled: true
|
||||
port: 8687
|
||||
targetSelector: exportarr
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
probes:
|
||||
liveness:
|
||||
enabled: true
|
||||
type: http
|
||||
path: /ping
|
||||
readiness:
|
||||
enabled: true
|
||||
type: http
|
||||
path: /ping
|
||||
startup:
|
||||
enabled: true
|
||||
type: http
|
||||
path: /ping
|
||||
env:
|
||||
LIDARR__PORT: "{{ .Values.service.main.ports.main.port }}"
|
||||
LIDARR__AUTHENTICATION_METHOD: ""
|
||||
exportarr:
|
||||
enabled: true
|
||||
type: Deployment
|
||||
strategy: RollingUpdate
|
||||
replicas: 1
|
||||
podSpec:
|
||||
containers:
|
||||
exportarr:
|
||||
primary: true
|
||||
enabled: true
|
||||
imageSelector: exportarrImage
|
||||
args:
|
||||
- lidarr
|
||||
probes:
|
||||
liveness:
|
||||
enabled: true
|
||||
type: http
|
||||
path: /healthz
|
||||
port: "{{ .Values.service.metrics.ports.metrics.port }}"
|
||||
readiness:
|
||||
enabled: true
|
||||
type: http
|
||||
path: /healthz
|
||||
port: "{{ .Values.service.metrics.ports.metrics.port }}"
|
||||
startup:
|
||||
enabled: true
|
||||
type: http
|
||||
path: /healthz
|
||||
port: "{{ .Values.service.metrics.ports.metrics.port }}"
|
||||
env:
|
||||
INTERFACE: 0.0.0.0
|
||||
PORT: "{{ .Values.service.metrics.ports.metrics.port }}"
|
||||
URL: '{{ printf "http://%v:%v" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.main.ports.main.port }}'
|
||||
# additional metrics (slow)
|
||||
# ENABLE_ADDITIONAL_METRICS: false
|
||||
# enable gathering unknown queue items
|
||||
# ENABLE_UNKNOWN_QUEUE_ITEMS: false
|
||||
CONFIG: "/config/config.xml"
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
targetSelector:
|
||||
main:
|
||||
main:
|
||||
mountPath: /config
|
||||
exportarr:
|
||||
exportarr:
|
||||
mountPath: /config
|
||||
readOnly: true
|
||||
metrics:
|
||||
main:
|
||||
enabled: true
|
||||
type: "servicemonitor"
|
||||
endpoints:
|
||||
- port: metrics
|
||||
path: /metrics
|
||||
targetSelector: metrics
|
||||
prometheusRule:
|
||||
enabled: false
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
updated: true
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -0,0 +1,11 @@
|
|||
{{/* Make sure all variables are set properly */}}
|
||||
{{- include "tc.v1.common.loader.init" . -}}
|
||||
|
||||
{{/* Disable [exportarr] if requested */}}
|
||||
{{- if not .Values.metrics.main.enabled -}}
|
||||
{{- $_ := set .Values.workload.exportarr "enabled" false -}}
|
||||
{{- $_ := set .Values.service.metrics "enabled" false -}}
|
||||
{{- end -}}
|
||||
|
||||
{{/* Render the templates */}}
|
||||
{{- include "tc.v1.common.loader.apply" . -}}
|
|
@ -0,0 +1,99 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [littlelink-10.0.48](https://github.com/truecharts/charts/compare/littlelink-10.0.47...littlelink-10.0.48) (2023-12-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/techno-tim/littlelink-server to latest[@8fb66f7](https://github.com/8fb66f7) ([#15938](https://github.com/truecharts/charts/issues/15938))
|
||||
|
||||
|
||||
|
||||
|
||||
## [littlelink-10.0.47](https://github.com/truecharts/charts/compare/littlelink-10.0.46...littlelink-10.0.47) (2023-12-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/techno-tim/littlelink-server to latest[@34e811f](https://github.com/34e811f) ([#15811](https://github.com/truecharts/charts/issues/15811))
|
||||
|
||||
|
||||
|
||||
|
||||
## [littlelink-10.0.46](https://github.com/truecharts/charts/compare/littlelink-10.0.45...littlelink-10.0.46) (2023-12-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- bump everything to ensure catalog has latest versions
|
||||
- fix annotations again
|
||||
- update annotations
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [littlelink-10.0.45](https://github.com/truecharts/charts/compare/littlelink-10.0.44...littlelink-10.0.45) (2023-12-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
- update container image ghcr.io/techno-tim/littlelink-server to latest[@66f12a3](https://github.com/66f12a3) ([#15573](https://github.com/truecharts/charts/issues/15573))
|
||||
|
||||
|
||||
|
||||
|
||||
## [littlelink-10.0.44](https://github.com/truecharts/charts/compare/littlelink-10.0.43...littlelink-10.0.44) (2023-11-28)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/techno-tim/littlelink-server to latest[@69930c8](https://github.com/69930c8) ([#15437](https://github.com/truecharts/charts/issues/15437))
|
||||
|
||||
|
||||
|
||||
|
||||
## [littlelink-10.0.43](https://github.com/truecharts/charts/compare/littlelink-10.0.42...littlelink-10.0.43) (2023-11-19)
|
||||
|
||||
### Fix
|
||||
|
||||
- update container image ghcr.io/techno-tim/littlelink-server to latest ([#15113](https://github.com/truecharts/charts/issues/15113))
|
||||
|
||||
|
||||
|
||||
|
||||
## [littlelink-10.0.42](https://github.com/truecharts/charts/compare/littlelink-10.0.41...littlelink-10.0.42) (2023-11-18)
|
||||
|
||||
### Fix
|
||||
|
||||
- update container image ghcr.io/techno-tim/littlelink-server to latest ([#14833](https://github.com/truecharts/charts/issues/14833))
|
||||
|
||||
|
||||
|
||||
|
||||
## [littlelink-10.0.41](https://github.com/truecharts/charts/compare/littlelink-10.0.40...littlelink-10.0.41) (2023-11-17)
|
||||
|
||||
### Fix
|
||||
|
||||
- update container image ghcr.io/techno-tim/littlelink-server to latest ([#14773](https://github.com/truecharts/charts/issues/14773))
|
||||
|
||||
|
||||
|
||||
|
||||
## [littlelink-10.0.40](https://github.com/truecharts/charts/compare/littlelink-10.0.39...littlelink-10.0.40) (2023-11-17)
|
||||
|
||||
|
||||
|
||||
|
||||
## [littlelink-10.0.39](https://github.com/truecharts/charts/compare/littlelink-10.0.38...littlelink-10.0.39) (2023-11-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/littlelink-server to latest ([#14728](https://github.com/truecharts/charts/issues/14728))
|
|
@ -0,0 +1,36 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: littlelink
|
||||
version: 10.0.48
|
||||
appVersion: latest
|
||||
description: Easy platform to combine all your social links
|
||||
home: https://truecharts.org/charts/stable/littlelink
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/littlelink.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/sethcottle/littlelink
|
||||
- https://github.com/techno-tim/littlelink-server
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/littlelink
|
||||
- https://ghcr.io/techno-tim/littlelink-server
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- littlelink
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 14.3.5
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: social
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
|
@ -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/stable/)
|
||||
|
||||
**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*
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [littlelink-10.0.48](https://github.com/truecharts/charts/compare/littlelink-10.0.47...littlelink-10.0.48) (2023-12-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/techno-tim/littlelink-server to latest[@8fb66f7](https://github.com/8fb66f7) ([#15938](https://github.com/truecharts/charts/issues/15938))
|
||||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
Easy platform to combine all your social links
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/littlelink](https://truecharts.org/charts/stable/littlelink)
|
||||
|
||||
---
|
||||
|
||||
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.
|
@ -0,0 +1,41 @@
|
|||
image:
|
||||
repository: ghcr.io/techno-tim/littlelink-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:8fb66f7ce8b85c5c23151decd38204660c52f1d1002ec748e7297550a83ae1c8
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10040
|
||||
targetPort: 3000
|
||||
littlelink:
|
||||
meta_title: "techno tim"
|
||||
meta_description: "techno tim link page"
|
||||
meta_author: "techno tim"
|
||||
theme: "dark"
|
||||
favicon_url: "https://pbs.twimg.com/profile_images/1286144221217316864/qiaskopb_200x200.jpg"
|
||||
avatar_url: "https://pbs.twimg.com/profile_images/1286144221217316864/qiaskopb_200x200.jpg"
|
||||
avatar_2x_url: "https://pbs.twimg.com/profile_images/1286144221217316864/qiaskopb_400x400.jpg"
|
||||
avatar_alt: "techno tim profile pic"
|
||||
name: "technotim"
|
||||
bio: "hey! just a place where you can connect with me!"
|
||||
github: "https://github.com/timothystewart6"
|
||||
twitter: "https://twitter.com/technotimlive"
|
||||
instagram: "https://www.instagram.com/techno.tim"
|
||||
youtube: "https://www.youtube.com/channel/ucok-ghyjcwznj3br4oxwh0a"
|
||||
twitch: "https://www.twitch.tv/technotim/"
|
||||
discord: "https://discord.gg/djkexrj"
|
||||
tiktok: "https://www.tiktok.com/@technotim"
|
||||
kit: "https://kit.co/technotim"
|
||||
footer: "thanks for stopping by!"
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: config
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -0,0 +1,195 @@
|
|||
{{/* Define the configmap */}}
|
||||
{{- define "littlelink.configmap" -}}
|
||||
enabled: true
|
||||
data:
|
||||
{{- if .Values.littlelink.meta_title }}
|
||||
META_TITLE: {{ .Values.littlelink.meta_title | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.meta_description }}
|
||||
META_DESCRIPTION: {{ .Values.littlelink.meta_description | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.meta_author }}
|
||||
META_AUTHOR: {{ .Values.littlelink.meta_author | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.lang }}
|
||||
LANG: {{ .Values.littlelink.lang | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.meta_index_status }}
|
||||
META_INDEX_STATUS: {{ .Values.littlelink.meta_index_status | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.ga_tracking_id }}
|
||||
GA_TRACKING_ID: {{ .Values.littlelink.ga_tracking_id | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.theme }}
|
||||
THEME: {{ .Values.littlelink.theme | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.favicon_url }}
|
||||
FAVICON_URL: {{ .Values.littlelink.favicon_url | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.avatar_url }}
|
||||
AVATAR_URL: {{ .Values.littlelink.avatar_url | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.avatar_2x_url }}
|
||||
AVATAR_2X_URL: {{ .Values.littlelink.avatar_2x_url | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.avatar_alt }}
|
||||
AVATAR_ALT: {{ .Values.littlelink.avatar_alt | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.name }}
|
||||
NAME: {{ .Values.littlelink.name | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.bio }}
|
||||
BIO: {{ .Values.littlelink.bio | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.github }}
|
||||
GITHUB: {{ .Values.littlelink.github | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.twitter }}
|
||||
TWITTER: {{ .Values.littlelink.twitter | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.instagram }}
|
||||
INSTAGRAM: {{ .Values.littlelink.instagram | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.youtube }}
|
||||
YOUTUBE: {{ .Values.littlelink.youtube | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.twitch }}
|
||||
TWITCH: {{ .Values.littlelink.twitch | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.discord }}
|
||||
DISCORD: {{ .Values.littlelink.discord | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.tiktok }}
|
||||
TIKTOK: {{ .Values.littlelink.tiktok | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.kit }}
|
||||
KIT: {{ .Values.littlelink.kit | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.facebook }}
|
||||
FACEBOOK: {{ .Values.littlelink.facebook | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.facebook_messenger }}
|
||||
FACEBOOK_MESSENGER: {{ .Values.littlelink.facebook_messenger | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.linked_in }}
|
||||
LINKED_IN: {{ .Values.littlelink.linked_in | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.product_hunt }}
|
||||
PRODUCT_HUNT: {{ .Values.littlelink.product_hunt | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.snapchat }}
|
||||
SNAPCHAT: {{ .Values.littlelink.snapchat | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.spotify }}
|
||||
SPOTIFY: {{ .Values.littlelink.spotify | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.reddit }}
|
||||
REDDIT: {{ .Values.littlelink.reddit | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.medium }}
|
||||
MEDIUM: {{ .Values.littlelink.medium | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.pinterest }}
|
||||
PINTEREST: {{ .Values.littlelink.pinterest | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.email }}
|
||||
EMAIL: {{ .Values.littlelink.email | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.email_text }}
|
||||
EMAIL_TEXT: {{ .Values.littlelink.email_text | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.email_alt }}
|
||||
EMAIL_ALT: {{ .Values.littlelink.email_alt | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.email_alt_text }}
|
||||
EMAIL_ALT_TEXT: {{ .Values.littlelink.email_alt_text | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.sound_cloud }}
|
||||
SOUND_CLOUD: {{ .Values.littlelink.sound_cloud | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.figma }}
|
||||
FIGMA: {{ .Values.littlelink.figma | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.telegram }}
|
||||
TELEGRAM: {{ .Values.littlelink.telegram | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.tumblr }}
|
||||
TUMBLR: {{ .Values.littlelink.tumblr | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.steam }}
|
||||
STEAM: {{ .Values.littlelink.steam | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.vimeo }}
|
||||
VIMEO: {{ .Values.littlelink.vimeo | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.wordpress }}
|
||||
WORDPRESS: {{ .Values.littlelink.wordpress | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.goodreads }}
|
||||
GOODREADS: {{ .Values.littlelink.goodreads | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.skoob }}
|
||||
SKOOB: {{ .Values.littlelink.skoob | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.letterboxd }}
|
||||
LETTERBOXD: {{ .Values.littlelink.letterboxd | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.mastodon }}
|
||||
MASTODON: {{ .Values.littlelink.mastodon | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.micro_blog }}
|
||||
MICRO_BLOG: {{ .Values.littlelink.micro_blog | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.whatsapp }}
|
||||
WHATSAPP: {{ .Values.littlelink.whatsapp | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.strava }}
|
||||
STRAVA: {{ .Values.littlelink.strava | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.buymeacoffee }}
|
||||
BUYMEACOFFEE: {{ .Values.littlelink.buymeacoffee | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.gitlab }}
|
||||
GITLAB: {{ .Values.littlelink.gitlab | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.patreon }}
|
||||
PATREON: {{ .Values.littlelink.patreon | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.devto }}
|
||||
DEVTO: {{ .Values.littlelink.devto | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.umami_website_id }}
|
||||
UMAMI_WEBSITE_ID: {{ .Values.littlelink.umami_website_id | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.umami_app_url }}
|
||||
UMAMI_APP_URL: {{ .Values.littlelink.umami_app_url | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.paypal }}
|
||||
PAYPAL: {{ .Values.littlelink.paypal | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.slack }}
|
||||
SLACK: {{ .Values.littlelink.slack | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.lastfm }}
|
||||
LASTFM: {{ .Values.littlelink.lastfm | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.untappd }}
|
||||
UNTAPPD: {{ .Values.littlelink.untappd | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.stackoverflow }}
|
||||
STACKOVERFLOW: {{ .Values.littlelink.stackoverflow | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.gitea }}
|
||||
GITEA: {{ .Values.littlelink.gitea | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.polywork }}
|
||||
POLYWORK: {{ .Values.littlelink.polywork | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.signal }}
|
||||
SIGNAL: {{ .Values.littlelink.signal | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.footer }}
|
||||
FOOTER: {{ .Values.littlelink.footer | quote }}
|
||||
{{- end }}
|
||||
|
||||
{{- end -}}
|
|
@ -0,0 +1,11 @@
|
|||
{{/* Make sure all variables are set properly */}}
|
||||
{{- include "tc.v1.common.loader.init" . }}
|
||||
|
||||
{{/* Render configmap for littlelink */}}
|
||||
{{- $configmap := include "littlelink.configmap" . | fromYaml -}}
|
||||
{{- if $configmap -}}
|
||||
{{- $_ := set .Values.configmap "config" $configmap -}}
|
||||
{{- end -}}
|
||||
|
||||
{{/* Render the templates */}}
|
||||
{{ include "tc.v1.common.loader.apply" . }}
|
Loading…
Reference in New Issue