Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
8cf889aeaa
commit
b7fe49fb31
|
@ -2,6 +2,15 @@
|
|||
|
||||
|
||||
|
||||
## [invitarr-0.0.33](https://github.com/truecharts/charts/compare/invitarr-0.0.32...invitarr-0.0.33) (2022-11-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
|
||||
## [invitarr-0.0.32](https://github.com/truecharts/charts/compare/invitarr-0.0.31...invitarr-0.0.32) (2022-11-02)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898))
|
||||
|
||||
|
||||
|
||||
|
||||
## [invitarr-0.0.24](https://github.com/truecharts/charts/compare/invitarr-0.0.23...invitarr-0.0.24) (2022-09-22)
|
||||
|
||||
### Chore
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.13
|
||||
digest: sha256:2f2267115af9bdc61a64db6317564e2d07f4f27ccb0627720c8a63d82b1786b7
|
||||
generated: "2022-11-02T09:11:55.237228852Z"
|
||||
generated: "2022-11-02T22:35:38.497864516Z"
|
|
@ -1,11 +1,3 @@
|
|||
annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- HomeAutomation
|
||||
- Tools-Utilities
|
||||
- Other
|
||||
- MediaApp-Other
|
||||
- MediaServer-Other
|
||||
apiVersion: v2
|
||||
appVersion: "latest"
|
||||
dependencies:
|
||||
|
@ -13,7 +5,7 @@ dependencies:
|
|||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.13
|
||||
deprecated: false
|
||||
description: Invitarr is a chatbot that invites discord users to plex. You can also automate this bot to invite discord users to plex once a certain role is given to a user or the user can also be added manually.
|
||||
description: A chatbot that invites discord users to plex.
|
||||
home: https://truecharts.org/docs/charts/incubator/invitarr
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/invitarr.png
|
||||
keywords:
|
||||
|
@ -21,8 +13,6 @@ keywords:
|
|||
- HomeAutomation
|
||||
- Tools-Utilities
|
||||
- Other
|
||||
- MediaApp-Other
|
||||
- MediaServer-Other
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
|
@ -34,4 +24,11 @@ sources:
|
|||
- https://github.com/Sleepingpirates/Invitarr
|
||||
- https://hub.docker.com/r/piratify/invitarr
|
||||
type: application
|
||||
version: 0.0.32
|
||||
version: 0.0.33
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- HomeAutomation
|
||||
- Tools-Utilities
|
||||
- Other
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
|
@ -1,6 +1,6 @@
|
|||
# invitarr
|
||||
|
||||
Invitarr is a chatbot that invites discord users to plex. You can also automate this bot to invite discord users to plex once a certain role is given to a user or the user can also be added manually.
|
||||
A chatbot that invites discord users to plex.
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
Invitarr is a chatbot that invites discord users to plex. You can also automate this bot to invite discord users to plex once a certain role is given to a user or the user can also be added manually.
|
||||
A chatbot that invites discord users to plex.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/incubator/invitarr](https://truecharts.org/docs/charts/incubator/invitarr)
|
||||
|
|
@ -1,16 +1,15 @@
|
|||
env:
|
||||
token: ""
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/invitarr
|
||||
tag: latest@sha256:5b4cef064f29027cdfdcd6e31e1a35e5c6cc977f1e22b276af8e8224fc72caa2
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /app/app/config
|
||||
|
||||
env:
|
||||
token: ""
|
||||
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
|
@ -18,9 +17,11 @@ probes:
|
|||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
|
||||
service:
|
||||
main:
|
||||
enabled: false
|
||||
|
@ -28,5 +29,10 @@ service:
|
|||
main:
|
||||
enabled: false
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /app/app/config
|
||||
|
||||
portal:
|
||||
enabled: false
|
|
@ -158,15 +158,15 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
- variable: env
|
||||
group: "Container Configuration"
|
||||
label: "Image Environment"
|
||||
group: Container Configuration
|
||||
label: Image Environment
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: token
|
||||
label: "token"
|
||||
description: "Discord Bot Token"
|
||||
label: token
|
||||
description: Discord Bot Token
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
|
@ -464,8 +464,8 @@ questions:
|
|||
type: dict
|
||||
attrs:
|
||||
- variable: config
|
||||
label: "config Storage"
|
||||
description: "Config path"
|
||||
label: App Config Storage
|
||||
description: Stores the Application Configuration.
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
|
@ -1060,22 +1060,22 @@ questions:
|
|||
type: dict
|
||||
attrs:
|
||||
- variable: privileged
|
||||
label: "Privileged mode"
|
||||
label: Privileged mode
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: readOnlyRootFilesystem
|
||||
label: "ReadOnly Root Filesystem"
|
||||
label: ReadOnly Root Filesystem
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: allowPrivilegeEscalation
|
||||
label: "Allow Privilege Escalation"
|
||||
label: Allow Privilege Escalation
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: runAsNonRoot
|
||||
label: "runAsNonRoot"
|
||||
label: runAsNonRoot
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
|
@ -1113,20 +1113,20 @@ questions:
|
|||
type: dict
|
||||
attrs:
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
label: runAsUser
|
||||
description: The UserID of the user running the application
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
- variable: runAsGroup
|
||||
label: "runAsGroup"
|
||||
description: The groupID this App of the user running the application"
|
||||
label: runAsGroup
|
||||
description: The groupID this App of the user running the application
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
- variable: fsGroup
|
||||
label: "fsGroup"
|
||||
description: "The group that should own ALL storage."
|
||||
label: fsGroup
|
||||
description: The group that should own ALL storage.
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
|
@ -3,6 +3,4 @@ categories:
|
|||
- HomeAutomation
|
||||
- Tools-Utilities
|
||||
- Other
|
||||
- MediaApp-Other
|
||||
- MediaServer-Other
|
||||
|
||||
|
|
Loading…
Reference in New Issue