Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
8
incubator/muse/0.0.1/CHANGELOG.md
Normal file
8
incubator/muse/0.0.1/CHANGELOG.md
Normal file
@@ -0,0 +1,8 @@
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [muse-0.0.1]muse-0.0.1 (2023-02-18)
|
||||
|
||||
32
incubator/muse/0.0.1/Chart.yaml
Normal file
32
incubator/muse/0.0.1/Chart.yaml
Normal file
@@ -0,0 +1,32 @@
|
||||
apiVersion: v2
|
||||
appVersion: "2.1.9"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 11.1.2
|
||||
deprecated: false
|
||||
description: A self-hosted midwestern Discord music bot that doesn't suck.
|
||||
home: https://truecharts.org/charts/incubator/muse
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/muse.png
|
||||
keywords:
|
||||
- muse
|
||||
- media
|
||||
- discord-bot
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: muse
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/muse
|
||||
- https://github.com/codetheweb/muse
|
||||
- https://hub.docker.com/r/codetheweb/muse
|
||||
type: application
|
||||
version: 0.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
- discord-bot
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
||||
1
incubator/muse/0.0.1/README.md
Normal file
1
incubator/muse/0.0.1/README.md
Normal file
@@ -0,0 +1 @@
|
||||
# README
|
||||
4
incubator/muse/0.0.1/app-changelog.md
Normal file
4
incubator/muse/0.0.1/app-changelog.md
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
|
||||
## [muse-0.0.1]muse-0.0.1 (2023-02-18)
|
||||
|
||||
8
incubator/muse/0.0.1/app-readme.md
Normal file
8
incubator/muse/0.0.1/app-readme.md
Normal file
@@ -0,0 +1,8 @@
|
||||
A self-hosted midwestern Discord music bot that doesn't suck.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/muse](https://truecharts.org/charts/incubator/muse)
|
||||
|
||||
---
|
||||
|
||||
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!
|
||||
BIN
incubator/muse/0.0.1/charts/common-11.1.2.tgz
Normal file
BIN
incubator/muse/0.0.1/charts/common-11.1.2.tgz
Normal file
Binary file not shown.
39
incubator/muse/0.0.1/ix_values.yaml
Normal file
39
incubator/muse/0.0.1/ix_values.yaml
Normal file
@@ -0,0 +1,39 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/muse
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.1.9@sha256:7451ede551f75219692bbef2e662b540c9a3f585485597bff252777f1c6e42f0
|
||||
|
||||
securityContext:
|
||||
runAsNonRoot: false
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
service:
|
||||
main:
|
||||
enabled: false
|
||||
ports:
|
||||
main:
|
||||
enabled: false
|
||||
|
||||
env:
|
||||
DATA_DIR: /config
|
||||
DISCORD_TOKEN: ""
|
||||
SPOTIFY_CLIENT_ID: ""
|
||||
SPOTIFY_CLIENT_SECRET: ""
|
||||
YOUTUBE_API_KEY: ""
|
||||
# CACHE_LIMIT: 2GB
|
||||
# BOT_STATUS: online
|
||||
# BOT_ACTIVITY_TYPE: PLAYING
|
||||
# BOT_ACTIVITY: A incubator app
|
||||
# BOT_ACTIVITY_URL: https://www.youtube.com/truecharts
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
|
||||
portal:
|
||||
enabled: false
|
||||
1893
incubator/muse/0.0.1/questions.yaml
Normal file
1893
incubator/muse/0.0.1/questions.yaml
Normal file
File diff suppressed because it is too large
Load Diff
1
incubator/muse/0.0.1/templates/common.yaml
Normal file
1
incubator/muse/0.0.1/templates/common.yaml
Normal file
@@ -0,0 +1 @@
|
||||
{{ include "tc.common.loader.all" . }}
|
||||
0
incubator/muse/0.0.1/values.yaml
Normal file
0
incubator/muse/0.0.1/values.yaml
Normal file
5
incubator/muse/item.yaml
Normal file
5
incubator/muse/item.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/muse.png
|
||||
categories:
|
||||
- media
|
||||
- discord-bot
|
||||
|
||||
Reference in New Issue
Block a user