Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
0e4da33543
commit
f7b6bb1dbf
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [grafana-9.0.43](https://github.com/truecharts/charts/compare/grafana-9.0.42...grafana-9.0.43) (2023-12-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- bump everything to ensure catalog has latest versions
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [grafana-9.0.44](https://github.com/truecharts/charts/compare/grafana-9.0.43...grafana-9.0.44) (2023-12-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image bitnami/grafana to 10.2.2[@cf16036](https://github.com/cf16036) ([#15807](https://github.com/truecharts/charts/issues/15807))
|
||||
|
||||
|
||||
|
||||
|
||||
## [grafana-9.0.43](https://github.com/truecharts/charts/compare/grafana-9.0.42...grafana-9.0.43) (2023-12-03)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
|
||||
## [grafana-9.0.34](https://github.com/truecharts/charts/compare/grafana-9.0.33...grafana-9.0.34) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/grafana to v10.2.0 ([#14421](https://github.com/truecharts/charts/issues/14421))
|
||||
|
||||
|
||||
|
||||
|
||||
## [grafana-9.0.33](https://github.com/truecharts/charts/compare/grafana-9.0.32...grafana-9.0.33) (2023-11-06)
|
|
@ -1,7 +1,7 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: grafana
|
||||
version: 9.0.43
|
||||
version: 9.0.44
|
||||
appVersion: 10.2.2
|
||||
description:
|
||||
Grafana is an open source, feature rich metrics dashboard and graph editor
|
||||
|
@ -10,10 +10,10 @@ home: https://truecharts.org/charts/enterprise/grafana
|
|||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://hub.docker.com/r/bitnami/grafana
|
||||
- https://github.com/bitnami/bitnami-docker-grafana
|
||||
- https://grafana.com/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/enterprise/grafana
|
||||
- https://hub.docker.com/r/bitnami/grafana
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [grafana-9.0.44](https://github.com/truecharts/charts/compare/grafana-9.0.43...grafana-9.0.44) (2023-12-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image bitnami/grafana to 10.2.2[@cf16036](https://github.com/cf16036) ([#15807](https://github.com/truecharts/charts/issues/15807))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: bitnami/grafana
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 10.2.2@sha256:b611d3069b5396b5b9eabf48da0fc10c29c7fdd40f7cc3b500ca505ca4f81db9
|
||||
tag: 10.2.2@sha256:cf16036efbdf9192af02287492feca0ae1b470fdae2af30dd5d0c029ec447ae6
|
||||
manifestManager:
|
||||
enabled: true
|
||||
securityContext:
|
|
@ -265,6 +265,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)
|
||||
|
@ -572,6 +610,8 @@ questions:
|
|||
description: emptyDir
|
||||
- value: nfs
|
||||
description: NFS Share
|
||||
- value: iscsi
|
||||
description: iSCSI Share
|
||||
- variable: server
|
||||
label: NFS Server
|
||||
schema:
|
||||
|
@ -584,6 +624,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
|
||||
|
@ -676,7 +793,7 @@ questions:
|
|||
type: string
|
||||
default: "disabled"
|
||||
enum:
|
||||
- value: "disabled"
|
||||
- value: disabled
|
||||
description: disabled
|
||||
- value: smb
|
||||
description: smb
|
||||
|
@ -790,6 +907,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
|
||||
|
@ -1038,6 +1231,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
|
||||
|
@ -1265,6 +1498,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*
|
||||
|
||||
|
||||
|
||||
|
||||
## [booksonic-air-10.0.24](https://github.com/truecharts/charts/compare/booksonic-air-10.0.23...booksonic-air-10.0.24) (2023-12-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@50f6dc6](https://github.com/50f6dc6) ([#15809](https://github.com/truecharts/charts/issues/15809))
|
||||
|
||||
|
||||
|
||||
|
||||
## [booksonic-air-10.0.23](https://github.com/truecharts/charts/compare/booksonic-air-10.0.22...booksonic-air-10.0.23) (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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [booksonic-air-10.0.22](https://github.com/truecharts/charts/compare/booksonic-air-10.0.21...booksonic-air-10.0.22) (2023-11-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@1e9cbad](https://github.com/1e9cbad) ([#15251](https://github.com/truecharts/charts/issues/15251))
|
||||
|
||||
|
||||
|
||||
|
||||
## [booksonic-air-10.0.21](https://github.com/truecharts/charts/compare/booksonic-air-10.0.20...booksonic-air-10.0.21) (2023-11-17)
|
||||
|
||||
|
||||
|
||||
|
||||
## [booksonic-air-10.0.20](https://github.com/truecharts/charts/compare/booksonic-air-10.0.19...booksonic-air-10.0.20) (2023-11-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/booksonic-air to v2201.1.0 ([#14683](https://github.com/truecharts/charts/issues/14683))
|
||||
|
||||
|
||||
|
||||
|
||||
## [booksonic-air-10.0.19](https://github.com/truecharts/charts/compare/booksonic-air-10.0.18...booksonic-air-10.0.19) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465))
|
||||
|
||||
|
||||
|
||||
|
||||
## [booksonic-air-10.0.18](https://github.com/truecharts/charts/compare/booksonic-air-10.0.17...booksonic-air-10.0.18) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14454](https://github.com/truecharts/charts/issues/14454))
|
||||
|
||||
|
||||
|
||||
|
||||
## [booksonic-air-10.0.17](https://github.com/truecharts/charts/compare/booksonic-air-10.0.16...booksonic-air-10.0.17) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/booksonic-air to v2201.1.0 ([#14451](https://github.com/truecharts/charts/issues/14451))
|
||||
|
||||
|
||||
|
||||
|
||||
## [booksonic-air-10.0.16](https://github.com/truecharts/charts/compare/booksonic-air-10.0.15...booksonic-air-10.0.16) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
|
||||
|
||||
|
||||
|
||||
|
||||
## [booksonic-air-10.0.15](https://github.com/truecharts/charts/compare/booksonic-air-10.0.14...booksonic-air-10.0.15) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287))
|
|
@ -0,0 +1,38 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: booksonic-air
|
||||
version: 10.0.24
|
||||
appVersion: 2201.1.0
|
||||
description:
|
||||
Booksonic is a platform for accessing the audibooks you own wherever
|
||||
you are
|
||||
home: https://truecharts.org/charts/stable/booksonic-air
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/booksonic-air.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/popeen/Booksonic-Air
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/booksonic-air
|
||||
- https://ghcr.io/linuxserver/booksonic-air
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- booksonic
|
||||
- audiobook
|
||||
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,9 @@
|
|||
|
||||
|
||||
## [booksonic-air-10.0.24](https://github.com/truecharts/charts/compare/booksonic-air-10.0.23...booksonic-air-10.0.24) (2023-12-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@50f6dc6](https://github.com/50f6dc6) ([#15809](https://github.com/truecharts/charts/issues/15809))
|
||||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
Booksonic is a platform for accessing the audibooks you own wherever you are
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/booksonic-air](https://truecharts.org/charts/stable/booksonic-air)
|
||||
|
||||
---
|
||||
|
||||
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!
|
|
@ -0,0 +1,40 @@
|
|||
image:
|
||||
repository: ghcr.io/linuxserver/booksonic-air
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2201.1.0@sha256:50f6dc6c740b96bf7af5a0da06035d27ddd810427f9e20f1ee142c143d8e6d46
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10048
|
||||
protocol: http
|
||||
targetPort: 4040
|
||||
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
|
@ -1,11 +0,0 @@
|
|||
|
||||
|
||||
## [drawio-6.0.28](https://github.com/truecharts/charts/compare/drawio-6.0.27...drawio-6.0.28) (2023-12-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- bump everything to ensure catalog has latest versions
|
||||
- fix annotations again
|
||||
- update annotations
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [drawio-6.0.29](https://github.com/truecharts/charts/compare/drawio-6.0.28...drawio-6.0.29) (2023-12-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image jgraph/drawio to v22.1.7[@c88f7ec](https://github.com/c88f7ec) ([#15815](https://github.com/truecharts/charts/issues/15815))
|
||||
|
||||
|
||||
|
||||
|
||||
## [drawio-6.0.28](https://github.com/truecharts/charts/compare/drawio-6.0.27...drawio-6.0.28) (2023-12-03)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465))
|
||||
|
||||
|
||||
|
||||
|
||||
## [drawio-6.0.19](https://github.com/truecharts/charts/compare/drawio-6.0.18...drawio-6.0.19) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14454](https://github.com/truecharts/charts/issues/14454))
|
||||
|
|
@ -1,16 +1,16 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: drawio
|
||||
version: 6.0.28
|
||||
appVersion: 22.1.5
|
||||
version: 6.0.29
|
||||
appVersion: 22.1.7
|
||||
description: Drawio is free online diagram software.
|
||||
home: https://truecharts.org/charts/stable/drawio
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/drawio.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/jgraph/drawio
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/drawio
|
||||
- https://hub.docker.com/r/jgraph/drawio
|
||||
- https://github.com/jgraph/drawio
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [drawio-6.0.29](https://github.com/truecharts/charts/compare/drawio-6.0.28...drawio-6.0.29) (2023-12-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image jgraph/drawio to v22.1.7[@c88f7ec](https://github.com/c88f7ec) ([#15815](https://github.com/truecharts/charts/issues/15815))
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: jgraph/drawio
|
||||
tag: 22.1.5@sha256:39e9e6f93b9ca26a06421c767b7562e2e873e969fb0dbab334a53a0a1a4bc62f
|
||||
tag: 22.1.7@sha256:c88f7eca3721c5b76d0c45ae4684f85f4811e02f25c94ecb76468a438792bc62
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
|
@ -100,8 +100,6 @@ questions:
|
|||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
|
||||
|
||||
- variable: envList
|
||||
label: Extra Environment Variables
|
||||
description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
|
||||
|
@ -228,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)
|
||||
|
@ -283,7 +319,7 @@ questions:
|
|||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 10042
|
||||
default: 10214
|
||||
required: true
|
||||
- variable: serviceexpert
|
||||
group: Networking and Services
|
||||
|
@ -505,208 +541,6 @@ questions:
|
|||
schema:
|
||||
type: int
|
||||
required: true
|
||||
- variable: persistence
|
||||
label: Integrated Persistent Storage
|
||||
description: Integrated Persistent Storage
|
||||
group: Storage and Persistence
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: config
|
||||
label: "App Config Storage"
|
||||
description: "Stores the Application Configuration."
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: type
|
||||
label: Type of Storage
|
||||
description: Sets the persistence type, Anything other than PVC could break rollback!
|
||||
schema:
|
||||
type: string
|
||||
default: pvc
|
||||
enum:
|
||||
- value: pvc
|
||||
description: PVC
|
||||
- value: hostPath
|
||||
description: Host Path
|
||||
- value: emptyDir
|
||||
description: emptyDir
|
||||
- value: nfs
|
||||
description: NFS Share
|
||||
- variable: server
|
||||
label: NFS Server
|
||||
schema:
|
||||
show_if: [["type", "=", "nfs"]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: path
|
||||
label: Path on NFS Server
|
||||
schema:
|
||||
show_if: [["type", "=", "nfs"]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: autoPermissions
|
||||
label: Automatic Permissions Configuration
|
||||
description: Automatically set permissions
|
||||
schema:
|
||||
show_if: [["type", "!=", "pvc"]]
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: enabled
|
||||
label: enabled
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: chown
|
||||
label: Run CHOWN
|
||||
description: |
|
||||
It will run CHOWN on the path with the given fsGroup
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: chmod
|
||||
label: Run CHMOD
|
||||
description: |
|
||||
It will run CHMOD on the path with the given value</br>
|
||||
Format should be 3 digits, e.g. 770
|
||||
schema:
|
||||
type: string
|
||||
valid_chars: '[0-9]{3}'
|
||||
default: ""
|
||||
- variable: recursive
|
||||
label: Recursive
|
||||
description: |
|
||||
It will run CHOWN and CHMOD recursively
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: readOnly
|
||||
label: Read Only
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: hostPath
|
||||
label: Host Path
|
||||
description: Path inside the container the storage is mounted
|
||||
schema:
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
type: hostpath
|
||||
- variable: medium
|
||||
label: EmptyDir Medium
|
||||
schema:
|
||||
show_if: [["type", "=", "emptyDir"]]
|
||||
type: string
|
||||
default: ""
|
||||
enum:
|
||||
- value: ""
|
||||
description: Default
|
||||
- value: Memory
|
||||
description: Memory
|
||||
- variable: size
|
||||
label: Size quotum of Storage (Do NOT REDUCE after installation)
|
||||
description: This value can ONLY be INCREASED after the installation
|
||||
schema:
|
||||
show_if: [["type", "=", "pvc"]]
|
||||
type: string
|
||||
default: 256Gi
|
||||
- variable: storageClass
|
||||
label: 'storageClass (Advanced)'
|
||||
description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
|
||||
schema:
|
||||
show_if: [["type", "=", "pvc"]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: static
|
||||
label: 'Static Fixed PVC Bindings (Experimental)'
|
||||
description: Link a PVC to a specific storage location
|
||||
schema:
|
||||
show_if: [["type", "=", "pvc"]]
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: mode
|
||||
label: mode
|
||||
description: |
|
||||
disabled: use normal dynamic PVCs
|
||||
smb: connect to an SMB share
|
||||
nfs: connect to an NFS share
|
||||
schema:
|
||||
type: string
|
||||
default: "disabled"
|
||||
enum:
|
||||
- value: "disabled"
|
||||
description: disabled
|
||||
- value: smb
|
||||
description: smb
|
||||
- value: nfs
|
||||
description: nfs
|
||||
- variable: server
|
||||
label: Server
|
||||
description: server to connect to
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["mode", "!=", "disabled"]]
|
||||
default: "myserver"
|
||||
- variable: share
|
||||
label: Share
|
||||
description: share to connect to
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["mode", "!=", "disabled"]]
|
||||
default: "/myshare"
|
||||
- variable: user
|
||||
label: User
|
||||
description: connecting user
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["mode", "=", "smb"]]
|
||||
default: "myuser"
|
||||
- variable: domain
|
||||
label: Domain
|
||||
description: user domain
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["mode", "=", "smb"]]
|
||||
default: ""
|
||||
- variable: password
|
||||
label: Password
|
||||
description: connecting password
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["mode", "=", "smb"]]
|
||||
default: ""
|
||||
- variable: volumeSnapshots
|
||||
label: 'Volume Snapshots (Experimental)'
|
||||
description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
|
||||
schema:
|
||||
show_if: [["type", "=", "pvc"]]
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: volumeSnapshotEntry
|
||||
label: Custom volumeSnapshot
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: name
|
||||
label: Name
|
||||
description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
|
||||
schema:
|
||||
type: string
|
||||
default: "mysnapshot"
|
||||
required: true
|
||||
- variable: volumeSnapshotClassName
|
||||
label: 'volumeSnapshot Class Name (Advanced)'
|
||||
description: For use with PVCs using a non-default storageClass
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: persistenceList
|
||||
label: Additional App Storage
|
||||
group: Storage and Persistence
|
||||
|
@ -753,6 +587,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
|
||||
|
@ -1001,6 +911,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
|
||||
|
@ -1228,6 +1178,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
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [invidious-6.0.25](https://github.com/truecharts/charts/compare/invidious-6.0.24...invidious-6.0.25) (2023-12-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image quay.io/invidious/invidious to latest[@2bf1388](https://github.com/2bf1388) ([#15798](https://github.com/truecharts/charts/issues/15798))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [invidious-6.0.26](https://github.com/truecharts/charts/compare/invidious-6.0.25...invidious-6.0.26) (2023-12-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image quay.io/invidious/invidious to latest[@d7517f2](https://github.com/d7517f2) ([#15813](https://github.com/truecharts/charts/issues/15813))
|
||||
|
||||
|
||||
|
||||
|
||||
## [invidious-6.0.25](https://github.com/truecharts/charts/compare/invidious-6.0.24...invidious-6.0.25) (2023-12-06)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
### Chore
|
||||
|
||||
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
|
||||
|
||||
|
||||
|
||||
|
||||
## [invidious-6.0.16](https://github.com/truecharts/charts/compare/invidious-6.0.15...invidious-6.0.16) (2023-11-04)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/invidious to latest ([#14339](https://github.com/truecharts/charts/issues/14339))
|
|
@ -1,7 +1,7 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: invidious
|
||||
version: 6.0.25
|
||||
version: 6.0.26
|
||||
appVersion: latest
|
||||
description: Open source alternative front-end to YouTube.
|
||||
home: https://truecharts.org/charts/stable/invidious
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [invidious-6.0.26](https://github.com/truecharts/charts/compare/invidious-6.0.25...invidious-6.0.26) (2023-12-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image quay.io/invidious/invidious to latest[@d7517f2](https://github.com/d7517f2) ([#15813](https://github.com/truecharts/charts/issues/15813))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: quay.io/invidious/invidious
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:2bf1388c5fcf23e3db2f6bd436f0bde8ad692c3138558d813c803bac82d3886e
|
||||
tag: latest@sha256:d7517f2baf820aa778b0b6aa161a754fbfc3de061f1279555202125bfe34ec3b
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
|
@ -0,0 +1,99 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [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))
|
||||
|
||||
|
||||
|
||||
|
||||
## [littlelink-10.0.38](https://github.com/truecharts/charts/compare/littlelink-10.0.37...littlelink-10.0.38) (2023-11-12)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/littlelink-server to latest ([#14598](https://github.com/truecharts/charts/issues/14598))
|
|
@ -0,0 +1,36 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: littlelink
|
||||
version: 10.0.47
|
||||
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/techno-tim/littlelink-server
|
||||
- https://github.com/sethcottle/littlelink
|
||||
- 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,9 @@
|
|||
|
||||
|
||||
## [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))
|
||||
|
||||
|
|
@ -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!
|
|
@ -0,0 +1,41 @@
|
|||
image:
|
||||
repository: ghcr.io/techno-tim/littlelink-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:34e811f4d79d62e3652421b7040615d9853e2253e22dff8bf5f3d30b7c117351
|
||||
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
|
|
@ -100,6 +100,8 @@ questions:
|
|||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
|
||||
|
||||
- variable: envList
|
||||
label: Extra Environment Variables
|
||||
description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
|
||||
|
@ -150,6 +152,329 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
|
||||
- variable: littlelink
|
||||
label: ""
|
||||
group: "App Configuration"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: meta_title
|
||||
label: "meta title"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: meta_description
|
||||
label: "meta description"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: meta_author
|
||||
label: "meta_author"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: lang
|
||||
label: "lang"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: meta_index_status
|
||||
label: "meta_index_status"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: ga_tracking_id
|
||||
label: "ga_tracking_id"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: theme
|
||||
label: "theme"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: favicon_url
|
||||
label: "favicon_url"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: avatar_url
|
||||
label: "avatar_url"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: avatar_2x_url
|
||||
label: "avatar_2x_url"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: avatar_alt
|
||||
label: "avatar_alt"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: name
|
||||
label: "name"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: bio
|
||||
label: "bio"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: github
|
||||
label: "github"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: twitter
|
||||
label: "twitter"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: instagram
|
||||
label: "instagram"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: youtube
|
||||
label: "youtube"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: twitch
|
||||
label: "twitch"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: discord
|
||||
label: "discord"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: tiktok
|
||||
label: "tiktok"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: kit
|
||||
label: "kit"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: facebook
|
||||
label: "facebook"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: facebook_messenger
|
||||
label: "facebook_messenger"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: linked_in
|
||||
label: "linked_in"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: product_hunt
|
||||
label: "product_hunt"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: snapchat
|
||||
label: "snapchat"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: spotify
|
||||
label: "spotify"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: reddit
|
||||
label: "reddit"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: medium
|
||||
label: "medium"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: pinterest
|
||||
label: "pinterest"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: email
|
||||
label: "email"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: email_text
|
||||
label: "email_text"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: email_alt
|
||||
label: "email_alt"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: email_alt_text
|
||||
label: "email_alt_text"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: sound_cloud
|
||||
label: "sound_cloud"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: figma
|
||||
label: "figma"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: telegram
|
||||
label: "telegram"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: tumblr
|
||||
label: "tumblr"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: steam
|
||||
label: "steam"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: vimeo
|
||||
label: "vimeo"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: wordpress
|
||||
label: "wordpressp"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: goodreads
|
||||
label: "goodreads"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: skoob
|
||||
label: "skoob"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: letterboxd
|
||||
label: "letterboxd"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: mastodon
|
||||
label: "mastodon"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: micro_blog
|
||||
label: "micro_blog"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: whatsapp
|
||||
label: "whatsapp"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: strava
|
||||
label: "strava"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: buymeacoffee
|
||||
label: "buymeacoffee"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: gitlab
|
||||
label: "gitlab"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: patreon
|
||||
label: "patreon"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: devto
|
||||
label: "devto"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: umami_website_id
|
||||
label: "umami_website_id"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: umami_app_url
|
||||
label: "umami_app_url"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: paypal
|
||||
label: "paypal"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: slack
|
||||
label: "slack"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: lastfm
|
||||
label: "lastfm"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: untappd
|
||||
label: "untappd"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: stackoverflow
|
||||
label: "stackoverflow"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: gitea
|
||||
label: "gitea"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: polywork
|
||||
label: "polywork"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: signal
|
||||
label: "signal"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: footer
|
||||
label: "footer"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
|
||||
- variable: TZ
|
||||
label: Timezone
|
||||
group: "General Settings"
|
||||
|
@ -226,6 +551,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)
|
||||
|
@ -281,7 +644,7 @@ questions:
|
|||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 10214
|
||||
default: 10040
|
||||
required: true
|
||||
- variable: serviceexpert
|
||||
group: Networking and Services
|
||||
|
@ -549,6 +912,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
|
||||
|
@ -797,6 +1236,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
|
||||
|
@ -1024,6 +1503,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
|
||||
|
@ -1064,13 +1583,13 @@ questions:
|
|||
description: "The UserID of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
default: 568
|
||||
- variable: runAsGroup
|
||||
label: "runAsGroup"
|
||||
description: "The groupID this App of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
default: 568
|
||||
# Settings from questions.yaml get appended here on a per-app basis
|
||||
- variable: PUID
|
||||
label: Process User ID - PUID
|
|
@ -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" . }}
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [mattermost-9.0.58](https://github.com/truecharts/charts/compare/mattermost-9.0.57...mattermost-9.0.58) (2023-12-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image mattermost/mattermost-enterprise-edition to release-9.3[@706fa01](https://github.com/706fa01) ([#15773](https://github.com/truecharts/charts/issues/15773))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [mattermost-9.0.59](https://github.com/truecharts/charts/compare/mattermost-9.0.58...mattermost-9.0.59) (2023-12-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image mattermost/mattermost-enterprise-edition to release-9.3[@4d3e482](https://github.com/4d3e482) ([#15812](https://github.com/truecharts/charts/issues/15812))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mattermost-9.0.58](https://github.com/truecharts/charts/compare/mattermost-9.0.57...mattermost-9.0.58) (2023-12-06)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [mattermost-9.0.58](https://github.com/truecharts/charts/compare/mattermost-9.0.57...mattermost-9.0.58) (2023-12-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image mattermost/mattermost-enterprise-edition to release-9.3[@706fa01](https://github.com/706fa01) ([#15773](https://github.com/truecharts/charts/issues/15773))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mattermost-9.0.58](https://github.com/truecharts/charts/compare/mattermost-9.0.57...mattermost-9.0.58) (2023-12-05)
|
||||
|
||||
### Chore
|
|
@ -1,7 +1,7 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: mattermost
|
||||
version: 9.0.58
|
||||
version: 9.0.59
|
||||
appVersion: "9.3"
|
||||
description:
|
||||
Mattermost is an open source platform for secure collaboration across
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [mattermost-9.0.59](https://github.com/truecharts/charts/compare/mattermost-9.0.58...mattermost-9.0.59) (2023-12-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image mattermost/mattermost-enterprise-edition to release-9.3[@4d3e482](https://github.com/4d3e482) ([#15812](https://github.com/truecharts/charts/issues/15812))
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: mattermost/mattermost-enterprise-edition
|
||||
tag: release-9.3@sha256:706fa0121558c90d213ebb714cfd0e9b4d339bce1937ba29021de214132d83aa
|
||||
tag: release-9.3@sha256:4d3e48262ad86437d702df22e531ecfabf0122f56f6b496dd6e555f2a393558c
|
||||
pullPolicy: IfNotPresent
|
||||
workload:
|
||||
main:
|
|
@ -1,11 +0,0 @@
|
|||
|
||||
|
||||
## [remmina-7.0.12](https://github.com/truecharts/charts/compare/remmina-7.0.11...remmina-7.0.12) (2023-12-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- bump everything to ensure catalog has latest versions
|
||||
- fix annotations again
|
||||
- update annotations
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [remmina-7.0.13](https://github.com/truecharts/charts/compare/remmina-7.0.12...remmina-7.0.13) (2023-12-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/linuxserver/remmina to 1.4.2[@3be6679](https://github.com/3be6679) ([#15810](https://github.com/truecharts/charts/issues/15810))
|
||||
|
||||
|
||||
|
||||
|
||||
## [remmina-7.0.12](https://github.com/truecharts/charts/compare/remmina-7.0.11...remmina-7.0.12) (2023-12-03)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))
|
||||
|
||||
|
||||
|
||||
|
||||
## [remmina-7.0.3](https://github.com/truecharts/charts/compare/remmina-7.0.1...remmina-7.0.3) (2023-10-28)
|
||||
|
||||
### Chore
|
||||
|
||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||
|
|
@ -1,17 +1,17 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: remmina
|
||||
version: 7.0.12
|
||||
version: 7.0.13
|
||||
appVersion: 1.4.2
|
||||
description: A remote desktop client written in GTK
|
||||
home: https://truecharts.org/charts/stable/remmina
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/remmina.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/linuxserver/docker-remmina
|
||||
- https://remmina.org/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/remmina
|
||||
- https://ghcr.io/linuxserver/remmina
|
||||
- https://github.com/linuxserver/docker-remmina
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
|
@ -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 @@
|
|||
|
||||
|
||||
## [remmina-7.0.13](https://github.com/truecharts/charts/compare/remmina-7.0.12...remmina-7.0.13) (2023-12-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/linuxserver/remmina to 1.4.2[@3be6679](https://github.com/3be6679) ([#15810](https://github.com/truecharts/charts/issues/15810))
|
||||
|
||||
|
Binary file not shown.
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: ghcr.io/linuxserver/remmina
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.4.2@sha256:9ec703ee0fa7af16dabcb44744215eb9dcb06a13d2dd4ab38b0c9163faea413a
|
||||
tag: 1.4.2@sha256:3be6679d5935c6166062e0f49324115d18fba75d403b3e754dd789cf0aae7420
|
||||
service:
|
||||
main:
|
||||
ports:
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [rsshub-8.0.286](https://github.com/truecharts/charts/compare/rsshub-8.0.285...rsshub-8.0.286) (2023-12-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image diygod/rsshub to latest[@4c026d9](https://github.com/4c026d9) ([#15794](https://github.com/truecharts/charts/issues/15794))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [rsshub-8.0.287](https://github.com/truecharts/charts/compare/rsshub-8.0.286...rsshub-8.0.287) (2023-12-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image diygod/rsshub to latest[@5cbb9e0](https://github.com/5cbb9e0) ([#15808](https://github.com/truecharts/charts/issues/15808))
|
||||
|
||||
|
||||
|
||||
|
||||
## [rsshub-8.0.286](https://github.com/truecharts/charts/compare/rsshub-8.0.285...rsshub-8.0.286) (2023-12-06)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [rsshub-8.0.284](https://github.com/truecharts/charts/compare/rsshub-8.0.283...rsshub-8.0.284) (2023-12-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- bump everything to ensure catalog has latest versions
|
||||
|
||||
|
||||
|
||||
|
||||
## [rsshub-8.0.283](https://github.com/truecharts/charts/compare/rsshub-8.0.282...rsshub-8.0.283) (2023-12-03)
|
||||
|
||||
### Chore
|
|
@ -1,7 +1,7 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: rsshub
|
||||
version: 8.0.286
|
||||
version: 8.0.287
|
||||
appVersion: latest
|
||||
description: RSSHub can generate RSS feeds from pretty much everything
|
||||
home: https://truecharts.org/charts/stable/rsshub
|
|
@ -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 @@
|
|||
|
||||
|
||||
## [rsshub-8.0.287](https://github.com/truecharts/charts/compare/rsshub-8.0.286...rsshub-8.0.287) (2023-12-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image diygod/rsshub to latest[@5cbb9e0](https://github.com/5cbb9e0) ([#15808](https://github.com/truecharts/charts/issues/15808))
|
||||
|
||||
|
Binary file not shown.
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: diygod/rsshub
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:4c026d94afd82bdf468a405732312f4a9032d1437c04f7f8c0988aa7dfa27ec4
|
||||
tag: latest@sha256:5cbb9e0b380164757bee93b6143c4c41ed2afd4f29d69c7d8c09315637a11097
|
||||
browserlessImage:
|
||||
repository: browserless/chrome
|
||||
tag: 1.60.2-chrome-stable@sha256:7db5e3aad20c201abaa03bbbc868a55ef96574cda0e67ccb7e4e032053ecb87d
|
|
@ -0,0 +1 @@
|
|||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -0,0 +1 @@
|
|||
{{ include "tc.v1.common.loader.all" . }}
|
Loading…
Reference in New Issue