From 5bded42f4945d49c53157947618b14a377bf236b Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sun, 3 Dec 2023 22:49:05 +0100 Subject: [PATCH] chore: move new-common incubator stuff to stable (#15646) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Applications that are currently on new common in incubator are either working or unstable. We should act on that and filter accordingly **โš™๏ธ Type of change** - [ ] โš™๏ธ Feature/App addition - [ ] ๐Ÿช› Bugfix - [x] โš ๏ธ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] ๐Ÿ”ƒ Refactor of current code **๐Ÿงช How Has This Been Tested?** **๐Ÿ“ƒ Notes:** **โœ”๏ธ Checklist:** - [ ] โš–๏ธ My code follows the style guidelines of this project - [ ] ๐Ÿ‘€ I have performed a self-review of my own code - [ ] #๏ธโƒฃ I have commented my code, particularly in hard-to-understand areas - [ ] ๐Ÿ“„ I have made corresponding changes to the documentation - [ ] โš ๏ธ My changes generate no new warnings - [ ] ๐Ÿงช I have added tests to this description that prove my fix is effective or that my feature works - [ ] โฌ†๏ธ I increased versions for any altered app according to semantic versioning **โž• App addition** If this PR is an app addition please make sure you have done the following. - [ ] ๐Ÿชž I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] ๐Ÿ–ผ๏ธ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --- .github/scripts/build-catalog.sh | 1 + charts/incubator/backuppc/Chart.yaml | 39 -------------- charts/incubator/ctfd/Chart.yaml | 50 ------------------ charts/incubator/docassemble/Chart.yaml | 37 ------------- charts/incubator/filestash/Chart.yaml | 40 -------------- charts/incubator/funkwhale/Chart.yaml | 38 ------------- charts/incubator/kaizoku/Chart.yaml | 42 --------------- charts/incubator/kimai/Chart.yaml | 46 ---------------- charts/incubator/misskey/Chart.yaml | 47 ---------------- charts/incubator/nitter/Chart.yaml | 44 --------------- charts/incubator/owntracks/Chart.yaml | 38 ------------- charts/incubator/speedtest-tracker/Chart.yaml | 36 ------------- charts/incubator/splunk/Chart.yaml | 38 ------------- charts/incubator/tasmocompiler/Chart.yaml | 38 ------------- charts/incubator/van-dam/Chart.yaml | 43 --------------- charts/incubator/velero/Chart.yaml | 48 ++++++++--------- .../anki-sync-server/.helmignore | 0 .../anki-sync-server/CHANGELOG.md | 0 .../anki-sync-server/Chart.yaml | 30 +++++------ .../anki-sync-server/README.md | 0 .../anki-sync-server/icon.png | Bin .../anki-sync-server/questions.yaml | 0 .../anki-sync-server/templates/NOTES.txt | 0 .../anki-sync-server/templates/common.yaml | 0 .../anki-sync-server/values.yaml | 0 .../{incubator => stable}/answer/.helmignore | 0 .../{incubator => stable}/answer/CHANGELOG.md | 0 .../{incubator => stable}/answer/Chart.yaml | 32 +++++------ charts/{incubator => stable}/answer/README.md | 0 charts/{incubator => stable}/answer/icon.png | Bin .../answer/questions.yaml | 0 .../answer/templates/NOTES.txt | 0 .../answer/templates/common.yaml | 0 .../{incubator => stable}/answer/values.yaml | 0 .../automatic-ripping-machine/.helmignore | 0 .../automatic-ripping-machine/CHANGELOG.md | 0 .../automatic-ripping-machine/Chart.yaml | 32 +++++------ .../automatic-ripping-machine/README.md | 0 .../docs/default_credentials.md | 0 .../docs/imgs/dvd-mount.png | Bin .../docs/installation_notes.md | 0 .../automatic-ripping-machine/icon.png | Bin .../automatic-ripping-machine/questions.yaml | 0 .../templates/NOTES.txt | 0 .../templates/common.yaml | 0 .../automatic-ripping-machine/values.yaml | 0 .../backuppc/.helmignore | 0 .../backuppc/CHANGELOG.md | 0 charts/stable/backuppc/Chart.yaml | 40 ++++++++++++++ .../{incubator => stable}/backuppc/README.md | 0 .../{incubator => stable}/backuppc/icon.png | Bin .../backuppc/questions.yaml | 0 .../backuppc/templates/NOTES.txt | 0 .../backuppc/templates/common.yaml | 0 .../backuppc/values.yaml | 0 .../cryptpad/.helmignore | 0 .../cryptpad/CHANGELOG.md | 0 .../{incubator => stable}/cryptpad/Chart.yaml | 34 ++++++------ .../{incubator => stable}/cryptpad/README.md | 0 .../{incubator => stable}/cryptpad/icon.png | Bin .../cryptpad/questions.yaml | 0 .../cryptpad/templates/NOTES.txt | 0 .../cryptpad/templates/common.yaml | 0 .../cryptpad/values.yaml | 0 charts/{incubator => stable}/cs2/.helmignore | 0 charts/{incubator => stable}/cs2/CHANGELOG.md | 0 charts/{incubator => stable}/cs2/Chart.yaml | 32 +++++------ charts/{incubator => stable}/cs2/README.md | 0 charts/{incubator => stable}/cs2/icon.png | Bin .../{incubator => stable}/cs2/questions.yaml | 0 .../cs2/templates/NOTES.txt | 0 .../cs2/templates/common.yaml | 0 charts/{incubator => stable}/cs2/values.yaml | 0 charts/{incubator => stable}/ctfd/.helmignore | 0 .../{incubator => stable}/ctfd/CHANGELOG.md | 0 charts/stable/ctfd/Chart.yaml | 50 ++++++++++++++++++ charts/{incubator => stable}/ctfd/README.md | 0 charts/{incubator => stable}/ctfd/icon.png | Bin .../{incubator => stable}/ctfd/questions.yaml | 0 .../ctfd/templates/NOTES.txt | 0 .../ctfd/templates/_secrets.tpl | 0 .../ctfd/templates/common.yaml | 0 charts/{incubator => stable}/ctfd/values.yaml | 0 .../factorio}/.helmignore | 0 .../factorio/CHANGELOG.md | 0 .../{incubator => stable}/factorio/Chart.yaml | 32 +++++------ .../docassemble => stable/factorio}/README.md | 0 .../{incubator => stable}/factorio/icon.png | Bin .../factorio/questions.yaml | 0 .../factorio}/templates/NOTES.txt | 0 .../factorio/templates/common.yaml | 0 .../factorio/values.yaml | 0 .../eco => stable/filestash}/.helmignore | 0 .../filestash/CHANGELOG.md | 0 charts/stable/filestash/Chart.yaml | 41 ++++++++++++++ .../eco => stable/filestash}/README.md | 0 .../{incubator => stable}/filestash/icon.png | Bin .../filestash/questions.yaml | 0 .../filestash}/templates/NOTES.txt | 0 .../filestash}/templates/common.yaml | 0 .../filestash/values.yaml | 0 .../factorio => stable/filezilla}/.helmignore | 0 .../filezilla/CHANGELOG.md | 0 .../filezilla/Chart.yaml | 40 +++++++------- .../factorio => stable/filezilla}/README.md | 0 .../{incubator => stable}/filezilla/icon.png | Bin .../filezilla/questions.yaml | 0 .../filezilla}/templates/NOTES.txt | 0 .../filezilla}/templates/common.yaml | 0 .../filezilla/values.yaml | 0 .../filestash => stable/gravity}/.helmignore | 0 .../gravity}/CHANGELOG.md | 0 .../{incubator => stable}/gravity/Chart.yaml | 34 ++++++------ .../filestash => stable/gravity}/README.md | 0 charts/{incubator => stable}/gravity/logo.png | Bin .../gravity/questions.yaml | 0 .../gravity}/templates/NOTES.txt | 0 .../gravity/templates/_secrets.tpl | 0 .../gravity/templates/common.yaml | 0 .../{incubator => stable}/gravity/values.yaml | 0 .../homebridge}/.helmignore | 0 .../homebridge/CHANGELOG.md | 0 .../homebridge/Chart.yaml | 34 ++++++------ .../filezilla => stable/homebridge}/README.md | 0 .../{incubator => stable}/homebridge/icon.png | Bin .../homebridge/questions.yaml | 0 .../homebridge}/templates/NOTES.txt | 0 .../homebridge}/templates/common.yaml | 0 .../homebridge/values.yaml | 0 .../funkwhale => stable/icloudpd}/.helmignore | 0 .../icloudpd/CHANGELOG.md | 0 .../{incubator => stable}/icloudpd/Chart.yaml | 36 ++++++------- .../funkwhale => stable/icloudpd}/README.md | 0 .../{incubator => stable}/icloudpd/icon.png | Bin .../icloudpd/questions.yaml | 0 .../icloudpd}/templates/NOTES.txt | 0 .../icloudpd}/templates/common.yaml | 0 .../icloudpd/values.yaml | 0 .../gravity => stable/megasync}/.helmignore | 0 .../megasync/CHANGELOG.md | 0 .../{incubator => stable}/megasync/Chart.yaml | 38 ++++++------- .../gravity => stable/megasync}/README.md | 0 .../{incubator => stable}/megasync/icon.png | Bin .../megasync/questions.yaml | 0 .../megasync}/templates/NOTES.txt | 0 .../megasync}/templates/common.yaml | 0 .../megasync/values.yaml | 0 .../homebridge => stable/misskey}/.helmignore | 0 .../misskey/CHANGELOG.md | 0 charts/stable/misskey/Chart.yaml | 47 ++++++++++++++++ .../homebridge => stable/misskey}/README.md | 0 charts/{incubator => stable}/misskey/icon.png | Bin .../misskey/questions.yaml | 0 .../misskey}/templates/NOTES.txt | 0 .../misskey/templates/_configmap.tpl | 0 .../misskey/templates/common.yaml | 0 .../{incubator => stable}/misskey/values.yaml | 0 .../netbootxyz}/.helmignore | 0 .../netbootxyz}/CHANGELOG.md | 0 .../netbootxyz/Chart.yaml | 32 +++++------ .../icloudpd => stable/netbootxyz}/README.md | 0 .../{incubator => stable}/netbootxyz/icon.png | Bin .../netbootxyz/questions.yaml | 0 .../netbootxyz}/templates/common.yaml | 0 .../netbootxyz/values.yaml | 0 .../kaizoku => stable/nitter}/.helmignore | 0 .../kaizoku => stable/nitter}/CHANGELOG.md | 0 charts/stable/nitter/Chart.yaml | 45 ++++++++++++++++ .../kaizoku => stable/nitter}/README.md | 0 charts/{incubator => stable}/nitter/icon.png | Bin .../nitter/questions.yaml | 0 .../nitter}/templates/NOTES.txt | 0 .../nitter/templates/_configmap.tpl | 0 .../nitter/templates/common.yaml | 0 .../{incubator => stable}/nitter/values.yaml | 0 .../kimai => stable/openbooks}/.helmignore | 0 .../openbooks}/CHANGELOG.md | 0 .../openbooks/Chart.yaml | 32 +++++------ .../kimai => stable/openbooks}/README.md | 0 .../{incubator => stable}/openbooks/icon.png | Bin .../openbooks/questions.yaml | 0 .../openbooks}/templates/NOTES.txt | 0 .../openbooks/templates/_args.tpl | 0 .../openbooks/templates/common.yaml | 0 .../openbooks/values.yaml | 0 .../megasync => stable/pastey}/.helmignore | 0 .../{incubator => stable}/pastey/CHANGELOG.md | 0 .../{incubator => stable}/pastey/Chart.yaml | 0 .../megasync => stable/pastey}/README.md | 0 .../pastey/ci/base-values.yaml | 0 .../pastey/ci/slim-values.yaml | 0 charts/{incubator => stable}/pastey/icon.png | Bin .../pastey/questions.yaml | 0 .../pastey}/templates/NOTES.txt | 0 .../pastey}/templates/common.yaml | 0 .../{incubator => stable}/pastey/values.yaml | 0 .../photostructure}/.helmignore | 0 .../photostructure/CHANGELOG.md | 0 .../photostructure/Chart.yaml | 36 ++++++------- .../photostructure}/README.md | 0 .../photostructure/icon.png | Bin .../photostructure/questions.yaml | 0 .../photostructure}/templates/NOTES.txt | 0 .../photostructure}/templates/common.yaml | 0 .../photostructure/values.yaml | 0 .../plex-meta-manager}/.helmignore | 0 .../plex-meta-manager/CHANGELOG.md | 0 .../plex-meta-manager/Chart.yaml | 30 +++++------ .../plex-meta-manager}/README.md | 0 .../docs/installation_notes.md | 0 .../plex-meta-manager/icon.png | Bin .../plex-meta-manager/questions.yaml | 0 .../plex-meta-manager}/templates/NOTES.txt | 0 .../plex-meta-manager/templates/_secret.tpl | 0 .../plex-meta-manager/templates/common.yaml | 0 .../plex-meta-manager/values.yaml | 0 .../plex-playlist-sync}/.helmignore | 0 .../plex-playlist-sync/Chart.yaml | 42 +++++++-------- .../plex-playlist-sync}/README.md | 0 .../docs/imgs/xml_info_token.png | Bin .../docs/installation_notes.md | 0 .../plex-playlist-sync/questions.yaml | 0 .../plex-playlist-sync}/templates/NOTES.txt | 0 .../plex-playlist-sync/templates/common.yaml | 0 .../plex-playlist-sync/values.yaml | 0 .../plextraktsync}/.helmignore | 0 .../plextraktsync/CHANGELOG.md | 0 .../plextraktsync/Chart.yaml | 34 ++++++------ .../nitter => stable/plextraktsync}/README.md | 0 .../plextraktsync/icon.png | Bin .../plextraktsync/questions.yaml | 0 .../plextraktsync}/templates/NOTES.txt | 0 .../plextraktsync/templates/_cronjob.tpl | 0 .../plextraktsync/templates/common.yaml | 0 .../plextraktsync/values.yaml | 0 .../pocketmine-mp}/.helmignore | 0 .../pocketmine-mp}/CHANGELOG.md | 0 .../pocketmine-mp/Chart.yaml | 32 +++++------ .../pocketmine-mp}/README.md | 0 .../pocketmine-mp/docs/installation_notes.md | 0 .../pocketmine-mp/icon.png | Bin .../pocketmine-mp/questions.yaml | 0 .../pocketmine-mp}/templates/NOTES.txt | 0 .../pocketmine-mp}/templates/common.yaml | 0 .../pocketmine-mp/values.yaml | 0 .../proxmox-backup-server}/.helmignore | 0 .../proxmox-backup-server/CHANGELOG.md | 0 .../proxmox-backup-server/Chart.yaml | 30 +++++------ .../proxmox-backup-server}/README.md | 0 .../docs/installation_notes.md | 0 .../proxmox-backup-server/icon.png | Bin .../proxmox-backup-server/questions.yaml | 0 .../templates/common.yaml | 0 .../proxmox-backup-server/values.yaml | 0 .../owntracks => stable/rimgo}/.helmignore | 0 .../{incubator => stable}/rimgo/CHANGELOG.md | 0 charts/{incubator => stable}/rimgo/Chart.yaml | 30 +++++------ .../owntracks => stable/rimgo}/README.md | 0 charts/{incubator => stable}/rimgo/icon.png | Bin .../rimgo/questions.yaml | 0 .../rimgo}/templates/NOTES.txt | 0 .../rimgo/templates/common.yaml | 0 .../{incubator => stable}/rimgo/values.yaml | 0 .../pastey => stable/scrypted}/.helmignore | 0 .../scrypted}/CHANGELOG.md | 0 .../{incubator => stable}/scrypted/Chart.yaml | 0 .../pastey => stable/scrypted}/README.md | 0 .../scrypted/ci/base-values.yaml | 0 .../scrypted/ci/full-values.yaml | 0 .../scrypted/ci/lite-values.yaml | 0 .../{incubator => stable}/scrypted/icon.png | Bin .../scrypted/questions.yaml | 0 .../scrypted}/templates/NOTES.txt | 0 .../scrypted}/templates/common.yaml | 0 .../scrypted/values.yaml | 0 .../smtp-relay}/.helmignore | 0 .../smtp-relay}/CHANGELOG.md | 0 .../smtp-relay/Chart.yaml | 32 +++++------ .../smtp-relay}/README.md | 0 .../{incubator => stable}/smtp-relay/icon.png | Bin .../smtp-relay/questions.yaml | 0 .../smtp-relay}/templates/NOTES.txt | 0 .../smtp-relay}/templates/common.yaml | 0 .../smtp-relay/values.yaml | 0 .../sonsoftheforest}/.helmignore | 0 .../sonsoftheforest}/CHANGELOG.md | 0 .../sonsoftheforest/Chart.yaml | 32 +++++------ .../sonsoftheforest}/README.md | 0 .../sonsoftheforest/icon.png | Bin .../sonsoftheforest/questions.yaml | 0 .../sonsoftheforest}/templates/NOTES.txt | 0 .../sonsoftheforest/templates/_configmap.tpl | 0 .../sonsoftheforest/templates/common.yaml | 0 .../sonsoftheforest/values.yaml | 0 .../splunk}/.helmignore | 0 .../{incubator => stable}/splunk/CHANGELOG.md | 0 charts/stable/splunk/Chart.yaml | 39 ++++++++++++++ .../splunk}/README.md | 0 charts/{incubator => stable}/splunk/icon.png | Bin .../splunk/questions.yaml | 0 .../splunk}/templates/NOTES.txt | 0 .../splunk/templates/_config.tpl | 0 .../splunk/templates/common.yaml | 0 .../{incubator => stable}/splunk/values.yaml | 0 .../steam-headless}/.helmignore | 0 .../steam-headless}/CHANGELOG.md | 0 .../steam-headless/Chart.yaml | 32 +++++------ .../steam-headless}/README.md | 0 .../steam-headless/icon.png | Bin .../steam-headless/questions.yaml | 0 .../steam-headless}/templates/NOTES.txt | 0 .../steam-headless}/templates/common.yaml | 0 .../steam-headless/values.yaml | 0 .../tasmoadmin}/.helmignore | 0 .../tasmoadmin/CHANGELOG.md | 0 .../tasmoadmin/Chart.yaml | 34 ++++++------ .../tasmoadmin}/README.md | 0 .../{incubator => stable}/tasmoadmin/icon.png | Bin .../tasmoadmin/questions.yaml | 0 .../tasmoadmin}/templates/common.yaml | 0 .../tasmoadmin/values.yaml | 0 .../tasmobackup}/.helmignore | 0 .../tasmobackup/CHANGELOG.md | 0 .../tasmobackup/Chart.yaml | 34 ++++++------ .../tasmobackup}/README.md | 0 .../tasmobackup/icon.png | Bin .../tasmobackup/questions.yaml | 0 .../tasmobackup}/templates/common.yaml | 0 .../tasmobackup/values.yaml | 0 .../tasmocompiler}/.helmignore | 0 .../tasmocompiler/CHANGELOG.md | 0 charts/stable/tasmocompiler/Chart.yaml | 39 ++++++++++++++ .../rar2fs => stable/tasmocompiler}/README.md | 0 .../tasmocompiler/icon.png | Bin .../tasmocompiler/questions.yaml | 0 .../tasmocompiler}/templates/common.yaml | 0 .../tasmocompiler/values.yaml | 0 .../traefik-forward-auth}/.helmignore | 0 .../traefik-forward-auth/Chart.yaml | 43 +++++++-------- .../traefik-forward-auth}/README.md | 0 .../traefik-forward-auth/docs/how-to.md | 0 .../docs/img/auth-options.png | Bin .../docs/img/cookie-options.png | Bin .../docs/img/google-options.png | Bin .../docs/img/ingress-middleware.png | Bin .../docs/img/traefik-forwarded-headers.png | Bin .../docs/img/traefik-middleware.png | Bin .../traefik-forward-auth/icon.png | Bin .../traefik-forward-auth/questions.yaml | 0 .../traefik-forward-auth/templates/_args.tpl | 0 .../templates/_secrets.tpl | 0 .../templates/common.yaml | 0 .../traefik-forward-auth/values.yaml | 0 .../rimgo => stable/unturned}/.helmignore | 0 .../unturned/CHANGELOG.md | 0 .../{incubator => stable}/unturned/Chart.yaml | 32 +++++------ .../rimgo => stable/unturned}/README.md | 0 .../{incubator => stable}/unturned/icon.png | Bin .../unturned/questions.yaml | 0 .../unturned}/templates/NOTES.txt | 0 .../unturned}/templates/common.yaml | 0 .../unturned/values.yaml | 0 .../scrypted => stable/van-dam}/.helmignore | 0 .../van-dam}/CHANGELOG.md | 0 charts/stable/van-dam/Chart.yaml | 43 +++++++++++++++ .../scrypted => stable/van-dam}/README.md | 0 charts/{incubator => stable}/van-dam/icon.png | Bin .../van-dam/questions.yaml | 0 .../van-dam}/templates/NOTES.txt | 0 .../van-dam/templates/_secrets.tpl | 0 .../van-dam/templates/common.yaml | 0 .../{incubator => stable}/van-dam/values.yaml | 0 .../docassemble}/.helmignore | 0 .../docassemble}/CHANGELOG.md | 0 charts/unstable/docassemble/Chart.yaml | 38 +++++++++++++ .../docassemble}/README.md | 0 .../docassemble/icon.png | Bin .../docassemble/questions.yaml | 0 .../docassemble}/templates/NOTES.txt | 0 .../docassemble}/templates/common.yaml | 0 .../docassemble/values.yaml | 0 .../eco}/.helmignore | 0 .../{incubator => unstable}/eco/CHANGELOG.md | 0 charts/{incubator => unstable}/eco/Chart.yaml | 32 +++++------ .../eco}/README.md | 0 charts/{incubator => unstable}/eco/icon.png | Bin .../eco/questions.yaml | 0 .../eco}/templates/NOTES.txt | 0 .../eco/templates/_configmap.tpl | 0 .../eco/templates/common.yaml | 0 .../{incubator => unstable}/eco/values.yaml | 0 .../funkwhale}/.helmignore | 0 .../funkwhale/CHANGELOG.md | 0 charts/unstable/funkwhale/Chart.yaml | 39 ++++++++++++++ .../funkwhale}/README.md | 0 .../funkwhale/icon.png | Bin .../funkwhale/questions.yaml | 0 .../funkwhale}/templates/NOTES.txt | 0 .../funkwhale/templates/_secret.tpl | 0 .../funkwhale/templates/common.yaml | 0 .../funkwhale/values.yaml | 0 .../splunk => unstable/kaizoku}/.helmignore | 0 .../kaizoku}/CHANGELOG.md | 0 charts/unstable/kaizoku/Chart.yaml | 42 +++++++++++++++ .../splunk => unstable/kaizoku}/README.md | 0 .../{incubator => unstable}/kaizoku/icon.png | Bin .../kaizoku/questions.yaml | 0 .../kaizoku}/templates/NOTES.txt | 0 .../kaizoku}/templates/common.yaml | 0 .../kaizoku/values.yaml | 0 .../kimai}/.helmignore | 0 .../kimai/CHANGELOG.md | 0 charts/unstable/kimai/Chart.yaml | 47 ++++++++++++++++ .../kimai}/README.md | 0 charts/{incubator => unstable}/kimai/icon.png | Bin .../kimai/questions.yaml | 0 .../kimai}/templates/NOTES.txt | 0 .../kimai/templates/_configmap.tpl | 0 .../kimai/templates/_secrets.tpl | 0 .../kimai/templates/common.yaml | 0 .../{incubator => unstable}/kimai/values.yaml | 0 .../midarr}/.helmignore | 0 .../midarr/CHANGELOG.md | 0 .../{incubator => unstable}/midarr/Chart.yaml | 32 +++++------ .../tasmoadmin => unstable/midarr}/README.md | 0 .../midarr/docs/installation-notes.md | 0 .../{incubator => unstable}/midarr/icon.png | Bin .../midarr/questions.yaml | 0 .../midarr}/templates/NOTES.txt | 0 .../midarr/templates/_secrets.tpl | 0 .../midarr/templates/common.yaml | 0 .../midarr/values.yaml | 0 .../owncloud-ocis}/.helmignore | 0 .../owncloud-ocis/CHANGELOG.md | 0 .../owncloud-ocis/Chart.yaml | 44 +++++++-------- .../owncloud-ocis}/README.md | 0 .../owncloud-ocis/icon.png | Bin .../owncloud-ocis/questions.yaml | 0 .../owncloud-ocis}/templates/NOTES.txt | 0 .../owncloud-ocis/templates/_secrets.tpl | 0 .../owncloud-ocis/templates/common.yaml | 0 .../owncloud-ocis/values.yaml | 0 .../owntracks}/.helmignore | 0 .../owntracks/CHANGELOG.md | 0 charts/unstable/owntracks/Chart.yaml | 39 ++++++++++++++ .../owntracks}/README.md | 0 .../owntracks/icon.png | Bin .../owntracks/questions.yaml | 0 .../owntracks}/templates/NOTES.txt | 0 .../owntracks/templates/_secret.tpl | 0 .../owntracks/templates/common.yaml | 0 .../owntracks/values.yaml | 0 .../rar2fs}/.helmignore | 0 .../telepush => unstable/rar2fs}/CHANGELOG.md | 0 .../{incubator => unstable}/rar2fs/Chart.yaml | 32 +++++------ .../technitium => unstable/rar2fs}/README.md | 0 .../{incubator => unstable}/rar2fs/icon.png | Bin .../rar2fs/questions.yaml | 0 .../rar2fs}/templates/NOTES.txt | 0 .../rar2fs}/templates/common.yaml | 0 .../rar2fs/values.yaml | 0 .../reactive-resume}/.helmignore | 0 .../reactive-resume/CHANGELOG.md | 0 .../reactive-resume/Chart.yaml | 0 .../reactive-resume}/README.md | 0 .../reactive-resume/icon.png | Bin .../reactive-resume/questions.yaml | 0 .../reactive-resume}/templates/NOTES.txt | 0 .../reactive-resume/templates/_secrets.tpl | 0 .../reactive-resume/templates/common.yaml | 0 .../reactive-resume/values.yaml | 0 .../speedtest-tracker}/.helmignore | 0 .../speedtest-tracker/CHANGELOG.md | 0 charts/unstable/speedtest-tracker/Chart.yaml | 37 +++++++++++++ .../speedtest-tracker}/README.md | 0 .../speedtest-tracker/docs/credentials.md | 0 .../speedtest-tracker/icon.png | Bin .../speedtest-tracker/questions.yaml | 0 .../speedtest-tracker}/templates/NOTES.txt | 0 .../speedtest-tracker}/templates/common.yaml | 0 .../speedtest-tracker/values.yaml | 0 .../technitium}/.helmignore | 0 .../technitium/CHANGELOG.md | 0 .../technitium/Chart.yaml | 35 ++++++------ .../technitium}/README.md | 0 .../technitium/icon.png | Bin .../technitium/questions.yaml | 0 .../technitium}/templates/NOTES.txt | 0 .../technitium}/templates/common.yaml | 0 .../technitium/values.yaml | 0 .../telepush}/.helmignore | 0 .../telepush}/CHANGELOG.md | 0 .../telepush/Chart.yaml | 34 ++++++------ .../unturned => unstable/telepush}/README.md | 0 .../{incubator => unstable}/telepush/icon.png | Bin .../telepush/questions.yaml | 0 .../telepush}/templates/NOTES.txt | 0 .../telepush}/templates/common.yaml | 0 .../telepush/values.yaml | 0 .../twingate-connector}/.helmignore | 0 .../twingate-connector}/CHANGELOG.md | 0 .../twingate-connector/Chart.yaml | 32 +++++------ .../twingate-connector}/README.md | 0 .../docs/installation_notes.md | 0 .../twingate-connector/icon.png | Bin .../twingate-connector/questions.yaml | 0 .../twingate-connector}/templates/common.yaml | 0 .../twingate-connector/values.yaml | 0 .../vocechat-server/.helmignore | 0 .../vocechat-server/CHANGELOG.md | 0 .../vocechat-server/Chart.yaml | 32 +++++------ .../vocechat-server/README.md | 0 .../vocechat-server/icon.png | Bin .../vocechat-server/questions.yaml | 0 .../vocechat-server/templates/NOTES.txt | 0 .../vocechat-server/templates/common.yaml | 0 .../vocechat-server/values.yaml | 0 517 files changed, 1204 insertions(+), 1191 deletions(-) delete mode 100644 charts/incubator/backuppc/Chart.yaml delete mode 100644 charts/incubator/ctfd/Chart.yaml delete mode 100644 charts/incubator/docassemble/Chart.yaml delete mode 100644 charts/incubator/filestash/Chart.yaml delete mode 100644 charts/incubator/funkwhale/Chart.yaml delete mode 100644 charts/incubator/kaizoku/Chart.yaml delete mode 100644 charts/incubator/kimai/Chart.yaml delete mode 100644 charts/incubator/misskey/Chart.yaml delete mode 100644 charts/incubator/nitter/Chart.yaml delete mode 100644 charts/incubator/owntracks/Chart.yaml delete mode 100644 charts/incubator/speedtest-tracker/Chart.yaml delete mode 100644 charts/incubator/splunk/Chart.yaml delete mode 100644 charts/incubator/tasmocompiler/Chart.yaml delete mode 100644 charts/incubator/van-dam/Chart.yaml rename charts/{incubator => stable}/anki-sync-server/.helmignore (100%) rename charts/{incubator => stable}/anki-sync-server/CHANGELOG.md (100%) rename charts/{incubator => stable}/anki-sync-server/Chart.yaml (53%) rename charts/{incubator => stable}/anki-sync-server/README.md (100%) rename charts/{incubator => stable}/anki-sync-server/icon.png (100%) rename charts/{incubator => stable}/anki-sync-server/questions.yaml (100%) rename charts/{incubator => stable}/anki-sync-server/templates/NOTES.txt (100%) rename charts/{incubator => stable}/anki-sync-server/templates/common.yaml (100%) rename charts/{incubator => stable}/anki-sync-server/values.yaml (100%) rename charts/{incubator => stable}/answer/.helmignore (100%) rename charts/{incubator => stable}/answer/CHANGELOG.md (100%) rename charts/{incubator => stable}/answer/Chart.yaml (54%) rename charts/{incubator => stable}/answer/README.md (100%) rename charts/{incubator => stable}/answer/icon.png (100%) rename charts/{incubator => stable}/answer/questions.yaml (100%) rename charts/{incubator => stable}/answer/templates/NOTES.txt (100%) rename charts/{incubator => stable}/answer/templates/common.yaml (100%) rename charts/{incubator => stable}/answer/values.yaml (100%) rename charts/{incubator => stable}/automatic-ripping-machine/.helmignore (100%) rename charts/{incubator => stable}/automatic-ripping-machine/CHANGELOG.md (100%) rename charts/{incubator => stable}/automatic-ripping-machine/Chart.yaml (52%) rename charts/{incubator => stable}/automatic-ripping-machine/README.md (100%) rename charts/{incubator => stable}/automatic-ripping-machine/docs/default_credentials.md (100%) rename charts/{incubator => stable}/automatic-ripping-machine/docs/imgs/dvd-mount.png (100%) rename charts/{incubator => stable}/automatic-ripping-machine/docs/installation_notes.md (100%) rename charts/{incubator => stable}/automatic-ripping-machine/icon.png (100%) rename charts/{incubator => stable}/automatic-ripping-machine/questions.yaml (100%) rename charts/{incubator => stable}/automatic-ripping-machine/templates/NOTES.txt (100%) rename charts/{incubator => stable}/automatic-ripping-machine/templates/common.yaml (100%) rename charts/{incubator => stable}/automatic-ripping-machine/values.yaml (100%) rename charts/{incubator => stable}/backuppc/.helmignore (100%) rename charts/{incubator => stable}/backuppc/CHANGELOG.md (100%) create mode 100644 charts/stable/backuppc/Chart.yaml rename charts/{incubator => stable}/backuppc/README.md (100%) rename charts/{incubator => stable}/backuppc/icon.png (100%) rename charts/{incubator => stable}/backuppc/questions.yaml (100%) rename charts/{incubator => stable}/backuppc/templates/NOTES.txt (100%) rename charts/{incubator => stable}/backuppc/templates/common.yaml (100%) rename charts/{incubator => stable}/backuppc/values.yaml (100%) rename charts/{incubator => stable}/cryptpad/.helmignore (100%) rename charts/{incubator => stable}/cryptpad/CHANGELOG.md (100%) rename charts/{incubator => stable}/cryptpad/Chart.yaml (56%) rename charts/{incubator => stable}/cryptpad/README.md (100%) rename charts/{incubator => stable}/cryptpad/icon.png (100%) rename charts/{incubator => stable}/cryptpad/questions.yaml (100%) rename charts/{incubator => stable}/cryptpad/templates/NOTES.txt (100%) rename charts/{incubator => stable}/cryptpad/templates/common.yaml (100%) rename charts/{incubator => stable}/cryptpad/values.yaml (100%) rename charts/{incubator => stable}/cs2/.helmignore (100%) rename charts/{incubator => stable}/cs2/CHANGELOG.md (100%) rename charts/{incubator => stable}/cs2/Chart.yaml (52%) rename charts/{incubator => stable}/cs2/README.md (100%) rename charts/{incubator => stable}/cs2/icon.png (100%) rename charts/{incubator => stable}/cs2/questions.yaml (100%) rename charts/{incubator => stable}/cs2/templates/NOTES.txt (100%) rename charts/{incubator => stable}/cs2/templates/common.yaml (100%) rename charts/{incubator => stable}/cs2/values.yaml (100%) rename charts/{incubator => stable}/ctfd/.helmignore (100%) rename charts/{incubator => stable}/ctfd/CHANGELOG.md (100%) create mode 100644 charts/stable/ctfd/Chart.yaml rename charts/{incubator => stable}/ctfd/README.md (100%) rename charts/{incubator => stable}/ctfd/icon.png (100%) rename charts/{incubator => stable}/ctfd/questions.yaml (100%) rename charts/{incubator => stable}/ctfd/templates/NOTES.txt (100%) rename charts/{incubator => stable}/ctfd/templates/_secrets.tpl (100%) rename charts/{incubator => stable}/ctfd/templates/common.yaml (100%) rename charts/{incubator => stable}/ctfd/values.yaml (100%) rename charts/{incubator/docassemble => stable/factorio}/.helmignore (100%) rename charts/{incubator => stable}/factorio/CHANGELOG.md (100%) rename charts/{incubator => stable}/factorio/Chart.yaml (53%) rename charts/{incubator/docassemble => stable/factorio}/README.md (100%) rename charts/{incubator => stable}/factorio/icon.png (100%) rename charts/{incubator => stable}/factorio/questions.yaml (100%) rename charts/{incubator/docassemble => stable/factorio}/templates/NOTES.txt (100%) rename charts/{incubator => stable}/factorio/templates/common.yaml (100%) rename charts/{incubator => stable}/factorio/values.yaml (100%) rename charts/{incubator/eco => stable/filestash}/.helmignore (100%) rename charts/{incubator => stable}/filestash/CHANGELOG.md (100%) create mode 100644 charts/stable/filestash/Chart.yaml rename charts/{incubator/eco => stable/filestash}/README.md (100%) rename charts/{incubator => stable}/filestash/icon.png (100%) rename charts/{incubator => stable}/filestash/questions.yaml (100%) rename charts/{incubator/eco => stable/filestash}/templates/NOTES.txt (100%) rename charts/{incubator/docassemble => stable/filestash}/templates/common.yaml (100%) rename charts/{incubator => stable}/filestash/values.yaml (100%) rename charts/{incubator/factorio => stable/filezilla}/.helmignore (100%) rename charts/{incubator => stable}/filezilla/CHANGELOG.md (100%) rename charts/{incubator => stable}/filezilla/Chart.yaml (50%) rename charts/{incubator/factorio => stable/filezilla}/README.md (100%) rename charts/{incubator => stable}/filezilla/icon.png (100%) rename charts/{incubator => stable}/filezilla/questions.yaml (100%) rename charts/{incubator/factorio => stable/filezilla}/templates/NOTES.txt (100%) rename charts/{incubator/filestash => stable/filezilla}/templates/common.yaml (100%) rename charts/{incubator => stable}/filezilla/values.yaml (100%) rename charts/{incubator/filestash => stable/gravity}/.helmignore (100%) rename charts/{incubator/docassemble => stable/gravity}/CHANGELOG.md (100%) rename charts/{incubator => stable}/gravity/Chart.yaml (54%) rename charts/{incubator/filestash => stable/gravity}/README.md (100%) rename charts/{incubator => stable}/gravity/logo.png (100%) rename charts/{incubator => stable}/gravity/questions.yaml (100%) rename charts/{incubator/filestash => stable/gravity}/templates/NOTES.txt (100%) rename charts/{incubator => stable}/gravity/templates/_secrets.tpl (100%) rename charts/{incubator => stable}/gravity/templates/common.yaml (100%) rename charts/{incubator => stable}/gravity/values.yaml (100%) rename charts/{incubator/filezilla => stable/homebridge}/.helmignore (100%) rename charts/{incubator => stable}/homebridge/CHANGELOG.md (100%) rename charts/{incubator => stable}/homebridge/Chart.yaml (53%) rename charts/{incubator/filezilla => stable/homebridge}/README.md (100%) rename charts/{incubator => stable}/homebridge/icon.png (100%) rename charts/{incubator => stable}/homebridge/questions.yaml (100%) rename charts/{incubator/filezilla => stable/homebridge}/templates/NOTES.txt (100%) rename charts/{incubator/filezilla => stable/homebridge}/templates/common.yaml (100%) rename charts/{incubator => stable}/homebridge/values.yaml (100%) rename charts/{incubator/funkwhale => stable/icloudpd}/.helmignore (100%) rename charts/{incubator => stable}/icloudpd/CHANGELOG.md (100%) rename charts/{incubator => stable}/icloudpd/Chart.yaml (53%) rename charts/{incubator/funkwhale => stable/icloudpd}/README.md (100%) rename charts/{incubator => stable}/icloudpd/icon.png (100%) rename charts/{incubator => stable}/icloudpd/questions.yaml (100%) rename charts/{incubator/funkwhale => stable/icloudpd}/templates/NOTES.txt (100%) rename charts/{incubator/homebridge => stable/icloudpd}/templates/common.yaml (100%) rename charts/{incubator => stable}/icloudpd/values.yaml (100%) rename charts/{incubator/gravity => stable/megasync}/.helmignore (100%) rename charts/{incubator => stable}/megasync/CHANGELOG.md (100%) rename charts/{incubator => stable}/megasync/Chart.yaml (52%) rename charts/{incubator/gravity => stable/megasync}/README.md (100%) rename charts/{incubator => stable}/megasync/icon.png (100%) rename charts/{incubator => stable}/megasync/questions.yaml (100%) rename charts/{incubator/gravity => stable/megasync}/templates/NOTES.txt (100%) rename charts/{incubator/icloudpd => stable/megasync}/templates/common.yaml (100%) rename charts/{incubator => stable}/megasync/values.yaml (100%) rename charts/{incubator/homebridge => stable/misskey}/.helmignore (100%) rename charts/{incubator => stable}/misskey/CHANGELOG.md (100%) create mode 100644 charts/stable/misskey/Chart.yaml rename charts/{incubator/homebridge => stable/misskey}/README.md (100%) rename charts/{incubator => stable}/misskey/icon.png (100%) rename charts/{incubator => stable}/misskey/questions.yaml (100%) rename charts/{incubator/homebridge => stable/misskey}/templates/NOTES.txt (100%) rename charts/{incubator => stable}/misskey/templates/_configmap.tpl (100%) rename charts/{incubator => stable}/misskey/templates/common.yaml (100%) rename charts/{incubator => stable}/misskey/values.yaml (100%) rename charts/{incubator/icloudpd => stable/netbootxyz}/.helmignore (100%) rename charts/{incubator/gravity => stable/netbootxyz}/CHANGELOG.md (100%) rename charts/{incubator => stable}/netbootxyz/Chart.yaml (54%) rename charts/{incubator/icloudpd => stable/netbootxyz}/README.md (100%) rename charts/{incubator => stable}/netbootxyz/icon.png (100%) rename charts/{incubator => stable}/netbootxyz/questions.yaml (100%) rename charts/{incubator/kaizoku => stable/netbootxyz}/templates/common.yaml (100%) rename charts/{incubator => stable}/netbootxyz/values.yaml (100%) rename charts/{incubator/kaizoku => stable/nitter}/.helmignore (100%) rename charts/{incubator/kaizoku => stable/nitter}/CHANGELOG.md (100%) create mode 100644 charts/stable/nitter/Chart.yaml rename charts/{incubator/kaizoku => stable/nitter}/README.md (100%) rename charts/{incubator => stable}/nitter/icon.png (100%) rename charts/{incubator => stable}/nitter/questions.yaml (100%) rename charts/{incubator/icloudpd => stable/nitter}/templates/NOTES.txt (100%) rename charts/{incubator => stable}/nitter/templates/_configmap.tpl (100%) rename charts/{incubator => stable}/nitter/templates/common.yaml (100%) rename charts/{incubator => stable}/nitter/values.yaml (100%) rename charts/{incubator/kimai => stable/openbooks}/.helmignore (100%) rename charts/{incubator/netbootxyz => stable/openbooks}/CHANGELOG.md (100%) rename charts/{incubator => stable}/openbooks/Chart.yaml (53%) rename charts/{incubator/kimai => stable/openbooks}/README.md (100%) rename charts/{incubator => stable}/openbooks/icon.png (100%) rename charts/{incubator => stable}/openbooks/questions.yaml (100%) rename charts/{incubator/kaizoku => stable/openbooks}/templates/NOTES.txt (100%) rename charts/{incubator => stable}/openbooks/templates/_args.tpl (100%) rename charts/{incubator => stable}/openbooks/templates/common.yaml (100%) rename charts/{incubator => stable}/openbooks/values.yaml (100%) rename charts/{incubator/megasync => stable/pastey}/.helmignore (100%) rename charts/{incubator => stable}/pastey/CHANGELOG.md (100%) rename charts/{incubator => stable}/pastey/Chart.yaml (100%) rename charts/{incubator/megasync => stable/pastey}/README.md (100%) rename charts/{incubator => stable}/pastey/ci/base-values.yaml (100%) rename charts/{incubator => stable}/pastey/ci/slim-values.yaml (100%) rename charts/{incubator => stable}/pastey/icon.png (100%) rename charts/{incubator => stable}/pastey/questions.yaml (100%) rename charts/{incubator/kimai => stable/pastey}/templates/NOTES.txt (100%) rename charts/{incubator/megasync => stable/pastey}/templates/common.yaml (100%) rename charts/{incubator => stable}/pastey/values.yaml (100%) rename charts/{incubator/midarr => stable/photostructure}/.helmignore (100%) rename charts/{incubator => stable}/photostructure/CHANGELOG.md (100%) rename charts/{incubator => stable}/photostructure/Chart.yaml (51%) rename charts/{incubator/midarr => stable/photostructure}/README.md (100%) rename charts/{incubator => stable}/photostructure/icon.png (100%) rename charts/{incubator => stable}/photostructure/questions.yaml (100%) rename charts/{incubator/megasync => stable/photostructure}/templates/NOTES.txt (100%) rename charts/{incubator/netbootxyz => stable/photostructure}/templates/common.yaml (100%) rename charts/{incubator => stable}/photostructure/values.yaml (100%) rename charts/{incubator/misskey => stable/plex-meta-manager}/.helmignore (100%) rename charts/{incubator => stable}/plex-meta-manager/CHANGELOG.md (100%) rename charts/{incubator => stable}/plex-meta-manager/Chart.yaml (55%) rename charts/{incubator/misskey => stable/plex-meta-manager}/README.md (100%) rename charts/{incubator => stable}/plex-meta-manager/docs/installation_notes.md (100%) rename charts/{incubator => stable}/plex-meta-manager/icon.png (100%) rename charts/{incubator => stable}/plex-meta-manager/questions.yaml (100%) rename charts/{incubator/midarr => stable/plex-meta-manager}/templates/NOTES.txt (100%) rename charts/{incubator => stable}/plex-meta-manager/templates/_secret.tpl (100%) rename charts/{incubator => stable}/plex-meta-manager/templates/common.yaml (100%) rename charts/{incubator => stable}/plex-meta-manager/values.yaml (100%) rename charts/{incubator/netbootxyz => stable/plex-playlist-sync}/.helmignore (100%) rename charts/{incubator => stable}/plex-playlist-sync/Chart.yaml (50%) rename charts/{incubator/netbootxyz => stable/plex-playlist-sync}/README.md (100%) rename charts/{incubator => stable}/plex-playlist-sync/docs/imgs/xml_info_token.png (100%) rename charts/{incubator => stable}/plex-playlist-sync/docs/installation_notes.md (100%) rename charts/{incubator => stable}/plex-playlist-sync/questions.yaml (100%) rename charts/{incubator/misskey => stable/plex-playlist-sync}/templates/NOTES.txt (100%) rename charts/{incubator => stable}/plex-playlist-sync/templates/common.yaml (100%) rename charts/{incubator => stable}/plex-playlist-sync/values.yaml (100%) rename charts/{incubator/nitter => stable/plextraktsync}/.helmignore (100%) rename charts/{incubator => stable}/plextraktsync/CHANGELOG.md (100%) rename charts/{incubator => stable}/plextraktsync/Chart.yaml (53%) rename charts/{incubator/nitter => stable/plextraktsync}/README.md (100%) rename charts/{incubator => stable}/plextraktsync/icon.png (100%) rename charts/{incubator => stable}/plextraktsync/questions.yaml (100%) rename charts/{incubator/nitter => stable/plextraktsync}/templates/NOTES.txt (100%) rename charts/{incubator => stable}/plextraktsync/templates/_cronjob.tpl (100%) rename charts/{incubator => stable}/plextraktsync/templates/common.yaml (100%) rename charts/{incubator => stable}/plextraktsync/values.yaml (100%) rename charts/{incubator/openbooks => stable/pocketmine-mp}/.helmignore (100%) rename charts/{incubator/nitter => stable/pocketmine-mp}/CHANGELOG.md (100%) rename charts/{incubator => stable}/pocketmine-mp/Chart.yaml (54%) rename charts/{incubator/openbooks => stable/pocketmine-mp}/README.md (100%) rename charts/{incubator => stable}/pocketmine-mp/docs/installation_notes.md (100%) rename charts/{incubator => stable}/pocketmine-mp/icon.png (100%) rename charts/{incubator => stable}/pocketmine-mp/questions.yaml (100%) rename charts/{incubator/openbooks => stable/pocketmine-mp}/templates/NOTES.txt (100%) rename charts/{incubator/pastey => stable/pocketmine-mp}/templates/common.yaml (100%) rename charts/{incubator => stable}/pocketmine-mp/values.yaml (100%) rename charts/{incubator/owncloud-ocis => stable/proxmox-backup-server}/.helmignore (100%) rename charts/{incubator => stable}/proxmox-backup-server/CHANGELOG.md (100%) rename charts/{incubator => stable}/proxmox-backup-server/Chart.yaml (55%) rename charts/{incubator/owncloud-ocis => stable/proxmox-backup-server}/README.md (100%) rename charts/{incubator => stable}/proxmox-backup-server/docs/installation_notes.md (100%) rename charts/{incubator => stable}/proxmox-backup-server/icon.png (100%) rename charts/{incubator => stable}/proxmox-backup-server/questions.yaml (100%) rename charts/{incubator/photostructure => stable/proxmox-backup-server}/templates/common.yaml (100%) rename charts/{incubator => stable}/proxmox-backup-server/values.yaml (100%) rename charts/{incubator/owntracks => stable/rimgo}/.helmignore (100%) rename charts/{incubator => stable}/rimgo/CHANGELOG.md (100%) rename charts/{incubator => stable}/rimgo/Chart.yaml (55%) rename charts/{incubator/owntracks => stable/rimgo}/README.md (100%) rename charts/{incubator => stable}/rimgo/icon.png (100%) rename charts/{incubator => stable}/rimgo/questions.yaml (100%) rename charts/{incubator/owncloud-ocis => stable/rimgo}/templates/NOTES.txt (100%) rename charts/{incubator => stable}/rimgo/templates/common.yaml (100%) rename charts/{incubator => stable}/rimgo/values.yaml (100%) rename charts/{incubator/pastey => stable/scrypted}/.helmignore (100%) rename charts/{incubator/openbooks => stable/scrypted}/CHANGELOG.md (100%) rename charts/{incubator => stable}/scrypted/Chart.yaml (100%) rename charts/{incubator/pastey => stable/scrypted}/README.md (100%) rename charts/{incubator => stable}/scrypted/ci/base-values.yaml (100%) rename charts/{incubator => stable}/scrypted/ci/full-values.yaml (100%) rename charts/{incubator => stable}/scrypted/ci/lite-values.yaml (100%) rename charts/{incubator => stable}/scrypted/icon.png (100%) rename charts/{incubator => stable}/scrypted/questions.yaml (100%) rename charts/{incubator/owntracks => stable/scrypted}/templates/NOTES.txt (100%) rename charts/{incubator/pocketmine-mp => stable/scrypted}/templates/common.yaml (100%) rename charts/{incubator => stable}/scrypted/values.yaml (100%) rename charts/{incubator/photostructure => stable/smtp-relay}/.helmignore (100%) rename charts/{incubator/pocketmine-mp => stable/smtp-relay}/CHANGELOG.md (100%) rename charts/{incubator => stable}/smtp-relay/Chart.yaml (54%) rename charts/{incubator/photostructure => stable/smtp-relay}/README.md (100%) rename charts/{incubator => stable}/smtp-relay/icon.png (100%) rename charts/{incubator => stable}/smtp-relay/questions.yaml (100%) rename charts/{incubator/pastey => stable/smtp-relay}/templates/NOTES.txt (100%) rename charts/{incubator/proxmox-backup-server => stable/smtp-relay}/templates/common.yaml (100%) rename charts/{incubator => stable}/smtp-relay/values.yaml (100%) rename charts/{incubator/plex-meta-manager => stable/sonsoftheforest}/.helmignore (100%) rename charts/{incubator/rar2fs => stable/sonsoftheforest}/CHANGELOG.md (100%) rename charts/{incubator => stable}/sonsoftheforest/Chart.yaml (53%) rename charts/{incubator/plex-meta-manager => stable/sonsoftheforest}/README.md (100%) rename charts/{incubator => stable}/sonsoftheforest/icon.png (100%) rename charts/{incubator => stable}/sonsoftheforest/questions.yaml (100%) rename charts/{incubator/photostructure => stable/sonsoftheforest}/templates/NOTES.txt (100%) rename charts/{incubator => stable}/sonsoftheforest/templates/_configmap.tpl (100%) rename charts/{incubator => stable}/sonsoftheforest/templates/common.yaml (100%) rename charts/{incubator => stable}/sonsoftheforest/values.yaml (100%) rename charts/{incubator/plex-playlist-sync => stable/splunk}/.helmignore (100%) rename charts/{incubator => stable}/splunk/CHANGELOG.md (100%) create mode 100644 charts/stable/splunk/Chart.yaml rename charts/{incubator/plex-playlist-sync => stable/splunk}/README.md (100%) rename charts/{incubator => stable}/splunk/icon.png (100%) rename charts/{incubator => stable}/splunk/questions.yaml (100%) rename charts/{incubator/plex-meta-manager => stable/splunk}/templates/NOTES.txt (100%) rename charts/{incubator => stable}/splunk/templates/_config.tpl (100%) rename charts/{incubator => stable}/splunk/templates/common.yaml (100%) rename charts/{incubator => stable}/splunk/values.yaml (100%) rename charts/{incubator/plextraktsync => stable/steam-headless}/.helmignore (100%) rename charts/{incubator/scrypted => stable/steam-headless}/CHANGELOG.md (100%) rename charts/{incubator => stable}/steam-headless/Chart.yaml (52%) rename charts/{incubator/plextraktsync => stable/steam-headless}/README.md (100%) rename charts/{incubator => stable}/steam-headless/icon.png (100%) rename charts/{incubator => stable}/steam-headless/questions.yaml (100%) rename charts/{incubator/plex-playlist-sync => stable/steam-headless}/templates/NOTES.txt (100%) rename charts/{incubator/rar2fs => stable/steam-headless}/templates/common.yaml (100%) rename charts/{incubator => stable}/steam-headless/values.yaml (100%) rename charts/{incubator/pocketmine-mp => stable/tasmoadmin}/.helmignore (100%) rename charts/{incubator => stable}/tasmoadmin/CHANGELOG.md (100%) rename charts/{incubator => stable}/tasmoadmin/Chart.yaml (53%) rename charts/{incubator/pocketmine-mp => stable/tasmoadmin}/README.md (100%) rename charts/{incubator => stable}/tasmoadmin/icon.png (100%) rename charts/{incubator => stable}/tasmoadmin/questions.yaml (100%) rename charts/{incubator/scrypted => stable/tasmoadmin}/templates/common.yaml (100%) rename charts/{incubator => stable}/tasmoadmin/values.yaml (100%) rename charts/{incubator/proxmox-backup-server => stable/tasmobackup}/.helmignore (100%) rename charts/{incubator => stable}/tasmobackup/CHANGELOG.md (100%) rename charts/{incubator => stable}/tasmobackup/Chart.yaml (52%) rename charts/{incubator/proxmox-backup-server => stable/tasmobackup}/README.md (100%) rename charts/{incubator => stable}/tasmobackup/icon.png (100%) rename charts/{incubator => stable}/tasmobackup/questions.yaml (100%) rename charts/{incubator/smtp-relay => stable/tasmobackup}/templates/common.yaml (100%) rename charts/{incubator => stable}/tasmobackup/values.yaml (100%) rename charts/{incubator/rar2fs => stable/tasmocompiler}/.helmignore (100%) rename charts/{incubator => stable}/tasmocompiler/CHANGELOG.md (100%) create mode 100644 charts/stable/tasmocompiler/Chart.yaml rename charts/{incubator/rar2fs => stable/tasmocompiler}/README.md (100%) rename charts/{incubator => stable}/tasmocompiler/icon.png (100%) rename charts/{incubator => stable}/tasmocompiler/questions.yaml (100%) rename charts/{incubator/speedtest-tracker => stable/tasmocompiler}/templates/common.yaml (100%) rename charts/{incubator => stable}/tasmocompiler/values.yaml (100%) rename charts/{incubator/reactive-resume => stable/traefik-forward-auth}/.helmignore (100%) rename charts/{incubator => stable}/traefik-forward-auth/Chart.yaml (50%) rename charts/{incubator/reactive-resume => stable/traefik-forward-auth}/README.md (100%) rename charts/{incubator => stable}/traefik-forward-auth/docs/how-to.md (100%) rename charts/{incubator => stable}/traefik-forward-auth/docs/img/auth-options.png (100%) rename charts/{incubator => stable}/traefik-forward-auth/docs/img/cookie-options.png (100%) rename charts/{incubator => stable}/traefik-forward-auth/docs/img/google-options.png (100%) rename charts/{incubator => stable}/traefik-forward-auth/docs/img/ingress-middleware.png (100%) rename charts/{incubator => stable}/traefik-forward-auth/docs/img/traefik-forwarded-headers.png (100%) rename charts/{incubator => stable}/traefik-forward-auth/docs/img/traefik-middleware.png (100%) rename charts/{incubator => stable}/traefik-forward-auth/icon.png (100%) rename charts/{incubator => stable}/traefik-forward-auth/questions.yaml (100%) rename charts/{incubator => stable}/traefik-forward-auth/templates/_args.tpl (100%) rename charts/{incubator => stable}/traefik-forward-auth/templates/_secrets.tpl (100%) rename charts/{incubator => stable}/traefik-forward-auth/templates/common.yaml (100%) rename charts/{incubator => stable}/traefik-forward-auth/values.yaml (100%) rename charts/{incubator/rimgo => stable/unturned}/.helmignore (100%) rename charts/{incubator => stable}/unturned/CHANGELOG.md (100%) rename charts/{incubator => stable}/unturned/Chart.yaml (51%) rename charts/{incubator/rimgo => stable/unturned}/README.md (100%) rename charts/{incubator => stable}/unturned/icon.png (100%) rename charts/{incubator => stable}/unturned/questions.yaml (100%) rename charts/{incubator/plextraktsync => stable/unturned}/templates/NOTES.txt (100%) rename charts/{incubator/steam-headless => stable/unturned}/templates/common.yaml (100%) rename charts/{incubator => stable}/unturned/values.yaml (100%) rename charts/{incubator/scrypted => stable/van-dam}/.helmignore (100%) rename charts/{incubator/smtp-relay => stable/van-dam}/CHANGELOG.md (100%) create mode 100644 charts/stable/van-dam/Chart.yaml rename charts/{incubator/scrypted => stable/van-dam}/README.md (100%) rename charts/{incubator => stable}/van-dam/icon.png (100%) rename charts/{incubator => stable}/van-dam/questions.yaml (100%) rename charts/{incubator/pocketmine-mp => stable/van-dam}/templates/NOTES.txt (100%) rename charts/{incubator => stable}/van-dam/templates/_secrets.tpl (100%) rename charts/{incubator => stable}/van-dam/templates/common.yaml (100%) rename charts/{incubator => stable}/van-dam/values.yaml (100%) rename charts/{incubator/smtp-relay => unstable/docassemble}/.helmignore (100%) rename charts/{incubator/sonsoftheforest => unstable/docassemble}/CHANGELOG.md (100%) create mode 100644 charts/unstable/docassemble/Chart.yaml rename charts/{incubator/smtp-relay => unstable/docassemble}/README.md (100%) rename charts/{incubator => unstable}/docassemble/icon.png (100%) rename charts/{incubator => unstable}/docassemble/questions.yaml (100%) rename charts/{incubator/rar2fs => unstable/docassemble}/templates/NOTES.txt (100%) rename charts/{incubator/tasmoadmin => unstable/docassemble}/templates/common.yaml (100%) rename charts/{incubator => unstable}/docassemble/values.yaml (100%) rename charts/{incubator/sonsoftheforest => unstable/eco}/.helmignore (100%) rename charts/{incubator => unstable}/eco/CHANGELOG.md (100%) rename charts/{incubator => unstable}/eco/Chart.yaml (52%) rename charts/{incubator/sonsoftheforest => unstable/eco}/README.md (100%) rename charts/{incubator => unstable}/eco/icon.png (100%) rename charts/{incubator => unstable}/eco/questions.yaml (100%) rename charts/{incubator/reactive-resume => unstable/eco}/templates/NOTES.txt (100%) rename charts/{incubator => unstable}/eco/templates/_configmap.tpl (100%) rename charts/{incubator => unstable}/eco/templates/common.yaml (100%) rename charts/{incubator => unstable}/eco/values.yaml (100%) rename charts/{incubator/speedtest-tracker => unstable/funkwhale}/.helmignore (100%) rename charts/{incubator => unstable}/funkwhale/CHANGELOG.md (100%) create mode 100644 charts/unstable/funkwhale/Chart.yaml rename charts/{incubator/speedtest-tracker => unstable/funkwhale}/README.md (100%) rename charts/{incubator => unstable}/funkwhale/icon.png (100%) rename charts/{incubator => unstable}/funkwhale/questions.yaml (100%) rename charts/{incubator/rimgo => unstable/funkwhale}/templates/NOTES.txt (100%) rename charts/{incubator => unstable}/funkwhale/templates/_secret.tpl (100%) rename charts/{incubator => unstable}/funkwhale/templates/common.yaml (100%) rename charts/{incubator => unstable}/funkwhale/values.yaml (100%) rename charts/{incubator/splunk => unstable/kaizoku}/.helmignore (100%) rename charts/{incubator/steam-headless => unstable/kaizoku}/CHANGELOG.md (100%) create mode 100644 charts/unstable/kaizoku/Chart.yaml rename charts/{incubator/splunk => unstable/kaizoku}/README.md (100%) rename charts/{incubator => unstable}/kaizoku/icon.png (100%) rename charts/{incubator => unstable}/kaizoku/questions.yaml (100%) rename charts/{incubator/scrypted => unstable/kaizoku}/templates/NOTES.txt (100%) rename charts/{incubator/tasmobackup => unstable/kaizoku}/templates/common.yaml (100%) rename charts/{incubator => unstable}/kaizoku/values.yaml (100%) rename charts/{incubator/steam-headless => unstable/kimai}/.helmignore (100%) rename charts/{incubator => unstable}/kimai/CHANGELOG.md (100%) create mode 100644 charts/unstable/kimai/Chart.yaml rename charts/{incubator/steam-headless => unstable/kimai}/README.md (100%) rename charts/{incubator => unstable}/kimai/icon.png (100%) rename charts/{incubator => unstable}/kimai/questions.yaml (100%) rename charts/{incubator/smtp-relay => unstable/kimai}/templates/NOTES.txt (100%) rename charts/{incubator => unstable}/kimai/templates/_configmap.tpl (100%) rename charts/{incubator => unstable}/kimai/templates/_secrets.tpl (100%) rename charts/{incubator => unstable}/kimai/templates/common.yaml (100%) rename charts/{incubator => unstable}/kimai/values.yaml (100%) rename charts/{incubator/tasmoadmin => unstable/midarr}/.helmignore (100%) rename charts/{incubator => unstable}/midarr/CHANGELOG.md (100%) rename charts/{incubator => unstable}/midarr/Chart.yaml (54%) rename charts/{incubator/tasmoadmin => unstable/midarr}/README.md (100%) rename charts/{incubator => unstable}/midarr/docs/installation-notes.md (100%) rename charts/{incubator => unstable}/midarr/icon.png (100%) rename charts/{incubator => unstable}/midarr/questions.yaml (100%) rename charts/{incubator/sonsoftheforest => unstable/midarr}/templates/NOTES.txt (100%) rename charts/{incubator => unstable}/midarr/templates/_secrets.tpl (100%) rename charts/{incubator => unstable}/midarr/templates/common.yaml (100%) rename charts/{incubator => unstable}/midarr/values.yaml (100%) rename charts/{incubator/tasmobackup => unstable/owncloud-ocis}/.helmignore (100%) rename charts/{incubator => unstable}/owncloud-ocis/CHANGELOG.md (100%) rename charts/{incubator => unstable}/owncloud-ocis/Chart.yaml (53%) rename charts/{incubator/tasmobackup => unstable/owncloud-ocis}/README.md (100%) rename charts/{incubator => unstable}/owncloud-ocis/icon.png (100%) rename charts/{incubator => unstable}/owncloud-ocis/questions.yaml (100%) rename charts/{incubator/speedtest-tracker => unstable/owncloud-ocis}/templates/NOTES.txt (100%) rename charts/{incubator => unstable}/owncloud-ocis/templates/_secrets.tpl (100%) rename charts/{incubator => unstable}/owncloud-ocis/templates/common.yaml (100%) rename charts/{incubator => unstable}/owncloud-ocis/values.yaml (100%) rename charts/{incubator/tasmocompiler => unstable/owntracks}/.helmignore (100%) rename charts/{incubator => unstable}/owntracks/CHANGELOG.md (100%) create mode 100644 charts/unstable/owntracks/Chart.yaml rename charts/{incubator/tasmocompiler => unstable/owntracks}/README.md (100%) rename charts/{incubator => unstable}/owntracks/icon.png (100%) rename charts/{incubator => unstable}/owntracks/questions.yaml (100%) rename charts/{incubator/splunk => unstable/owntracks}/templates/NOTES.txt (100%) rename charts/{incubator => unstable}/owntracks/templates/_secret.tpl (100%) rename charts/{incubator => unstable}/owntracks/templates/common.yaml (100%) rename charts/{incubator => unstable}/owntracks/values.yaml (100%) rename charts/{incubator/technitium => unstable/rar2fs}/.helmignore (100%) rename charts/{incubator/telepush => unstable/rar2fs}/CHANGELOG.md (100%) rename charts/{incubator => unstable}/rar2fs/Chart.yaml (56%) rename charts/{incubator/technitium => unstable/rar2fs}/README.md (100%) rename charts/{incubator => unstable}/rar2fs/icon.png (100%) rename charts/{incubator => unstable}/rar2fs/questions.yaml (100%) rename charts/{incubator/steam-headless => unstable/rar2fs}/templates/NOTES.txt (100%) rename charts/{incubator/tasmocompiler => unstable/rar2fs}/templates/common.yaml (100%) rename charts/{incubator => unstable}/rar2fs/values.yaml (100%) rename charts/{incubator/telepush => unstable/reactive-resume}/.helmignore (100%) rename charts/{incubator => unstable}/reactive-resume/CHANGELOG.md (100%) rename charts/{incubator => unstable}/reactive-resume/Chart.yaml (100%) rename charts/{incubator/telepush => unstable/reactive-resume}/README.md (100%) rename charts/{incubator => unstable}/reactive-resume/icon.png (100%) rename charts/{incubator => unstable}/reactive-resume/questions.yaml (100%) rename charts/{incubator/technitium => unstable/reactive-resume}/templates/NOTES.txt (100%) rename charts/{incubator => unstable}/reactive-resume/templates/_secrets.tpl (100%) rename charts/{incubator => unstable}/reactive-resume/templates/common.yaml (100%) rename charts/{incubator => unstable}/reactive-resume/values.yaml (100%) rename charts/{incubator/traefik-forward-auth => unstable/speedtest-tracker}/.helmignore (100%) rename charts/{incubator => unstable}/speedtest-tracker/CHANGELOG.md (100%) create mode 100644 charts/unstable/speedtest-tracker/Chart.yaml rename charts/{incubator/traefik-forward-auth => unstable/speedtest-tracker}/README.md (100%) rename charts/{incubator => unstable}/speedtest-tracker/docs/credentials.md (100%) rename charts/{incubator => unstable}/speedtest-tracker/icon.png (100%) rename charts/{incubator => unstable}/speedtest-tracker/questions.yaml (100%) rename charts/{incubator/telepush => unstable/speedtest-tracker}/templates/NOTES.txt (100%) rename charts/{incubator/technitium => unstable/speedtest-tracker}/templates/common.yaml (100%) rename charts/{incubator => unstable}/speedtest-tracker/values.yaml (100%) rename charts/{incubator/twingate-connector => unstable/technitium}/.helmignore (100%) rename charts/{incubator => unstable}/technitium/CHANGELOG.md (100%) rename charts/{incubator => unstable}/technitium/Chart.yaml (50%) rename charts/{incubator/twingate-connector => unstable/technitium}/README.md (100%) rename charts/{incubator => unstable}/technitium/icon.png (100%) rename charts/{incubator => unstable}/technitium/questions.yaml (100%) rename charts/{incubator/unturned => unstable/technitium}/templates/NOTES.txt (100%) rename charts/{incubator/telepush => unstable/technitium}/templates/common.yaml (100%) rename charts/{incubator => unstable}/technitium/values.yaml (100%) rename charts/{incubator/unturned => unstable/telepush}/.helmignore (100%) rename charts/{incubator/twingate-connector => unstable/telepush}/CHANGELOG.md (100%) rename charts/{incubator => unstable}/telepush/Chart.yaml (54%) rename charts/{incubator/unturned => unstable/telepush}/README.md (100%) rename charts/{incubator => unstable}/telepush/icon.png (100%) rename charts/{incubator => unstable}/telepush/questions.yaml (100%) rename charts/{incubator/van-dam => unstable/telepush}/templates/NOTES.txt (100%) rename charts/{incubator/twingate-connector => unstable/telepush}/templates/common.yaml (100%) rename charts/{incubator => unstable}/telepush/values.yaml (100%) rename charts/{incubator/van-dam => unstable/twingate-connector}/.helmignore (100%) rename charts/{incubator/van-dam => unstable/twingate-connector}/CHANGELOG.md (100%) rename charts/{incubator => unstable}/twingate-connector/Chart.yaml (53%) rename charts/{incubator/van-dam => unstable/twingate-connector}/README.md (100%) rename charts/{incubator => unstable}/twingate-connector/docs/installation_notes.md (100%) rename charts/{incubator => unstable}/twingate-connector/icon.png (100%) rename charts/{incubator => unstable}/twingate-connector/questions.yaml (100%) rename charts/{incubator/unturned => unstable/twingate-connector}/templates/common.yaml (100%) rename charts/{incubator => unstable}/twingate-connector/values.yaml (100%) rename charts/{incubator => unstable}/vocechat-server/.helmignore (100%) rename charts/{incubator => unstable}/vocechat-server/CHANGELOG.md (100%) rename charts/{incubator => unstable}/vocechat-server/Chart.yaml (53%) rename charts/{incubator => unstable}/vocechat-server/README.md (100%) rename charts/{incubator => unstable}/vocechat-server/icon.png (100%) rename charts/{incubator => unstable}/vocechat-server/questions.yaml (100%) rename charts/{incubator => unstable}/vocechat-server/templates/NOTES.txt (100%) rename charts/{incubator => unstable}/vocechat-server/templates/common.yaml (100%) rename charts/{incubator => unstable}/vocechat-server/values.yaml (100%) diff --git a/.github/scripts/build-catalog.sh b/.github/scripts/build-catalog.sh index 85ec3c3f57f..2357b1553ae 100755 --- a/.github/scripts/build-catalog.sh +++ b/.github/scripts/build-catalog.sh @@ -124,6 +124,7 @@ copy_apps() { } export -f copy_apps +rm -rf charts/unstable if [[ -d "charts/${1}" ]]; then echo "Start processing charts/${1} ..." chartversion=$(cat charts/${1}/Chart.yaml | grep "^version: " | awk -F" " '{ print $2 }') diff --git a/charts/incubator/backuppc/Chart.yaml b/charts/incubator/backuppc/Chart.yaml deleted file mode 100644 index abeee193153..00000000000 --- a/charts/incubator/backuppc/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -kubeVersion: '>=1.24.0' -apiVersion: v2 -name: backuppc -version: 3.0.7 -appVersion: 6.0.2 -description: A high-performance, enterprise-grade system for backing up Linux, Windows - and macOS PCs and laptops to a server's disk. -home: https://truecharts.org/charts/incubator/backuppc -icon: https://truecharts.org/img/hotlink-ok/chart-icons/backuppc.png -deprecated: false -sources: -- https://backuppc.github.io/backuppc/index.html -- https://github.com/tiredofit/docker-backuppc -- https://github.com/truecharts/charts/tree/master/charts/incubator/backuppc -- https://github.com/truecharts/containers/tree/master/mirrorbackuppc -maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -keywords: -- backuppc -- Backup -- Network-Web -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: Backup - truecharts.org/max_helm_version: "3.13" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: incubator diff --git a/charts/incubator/ctfd/Chart.yaml b/charts/incubator/ctfd/Chart.yaml deleted file mode 100644 index 66c167d5394..00000000000 --- a/charts/incubator/ctfd/Chart.yaml +++ /dev/null @@ -1,50 +0,0 @@ -kubeVersion: '>=1.24.0' -apiVersion: v2 -name: ctfd -version: 0.0.8 -appVersion: 3.5.3 -description: CTFd is a Capture The Flag framework focusing on ease of use and customizability. -home: https://truecharts.org/charts/incubator/ctfd -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ctfd.png -deprecated: false -sources: -- https://github.com/CTFd/CTFd -- https://github.com/truecharts/charts/tree/master/charts/incubator/ctfd -- https://github.com/truecharts/containers/tree/master/mirrorctfd -maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -keywords: -- ctfd -- learning -dependencies: -- name: common - version: 14.3.5 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] -- name: mariadb - version: 7.0.70 - repository: https://deps.truecharts.org/ - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] -- name: redis - version: 6.0.66 - repository: https://deps.truecharts.org - condition: redis.enabled - 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: learning - truecharts.org/max_helm_version: "3.13" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: incubator diff --git a/charts/incubator/docassemble/Chart.yaml b/charts/incubator/docassemble/Chart.yaml deleted file mode 100644 index db3654d4af5..00000000000 --- a/charts/incubator/docassemble/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -kubeVersion: '>=1.24.0' -apiVersion: v2 -name: docassemble -version: 0.0.9 -appVersion: latest -description: A free, open-source expert system for guided interviews and document - assembly. -home: https://truecharts.org/charts/incubator/docassemble -icon: https://truecharts.org/img/hotlink-ok/chart-icons/docassemble.png -deprecated: false -sources: -- https://github.com/truecharts/charts/tree/master/charts/incubator/docassemble -- https://github.com/truecharts/containers/tree/master/mirrordocassemble -- https://github.com/jhpyle/docassemble -maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -keywords: -- docassemble -- documentation -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: documentation - truecharts.org/max_helm_version: "3.13" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: incubator diff --git a/charts/incubator/filestash/Chart.yaml b/charts/incubator/filestash/Chart.yaml deleted file mode 100644 index eeea3aa9c92..00000000000 --- a/charts/incubator/filestash/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -kubeVersion: '>=1.24.0' -apiVersion: v2 -name: filestash -version: 3.0.6 -appVersion: latest -description: A Dropbox-like file manager that let you manage your data anywhere it - is located. -home: https://truecharts.org/charts/incubator/filestash -icon: https://truecharts.org/img/hotlink-ok/chart-icons/filestash.png -deprecated: false -sources: -- https://github.com/truecharts/charts/tree/master/charts/incubator/filestash -- https://github.com/truecharts/containers/tree/master/mirrorfilestash -- https://www.filestash.app/ -- https://github.com/mickael-kerjean/filestash -maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -keywords: -- filestash -- Cloud -- Productivity -- Network-Web -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: Cloud - truecharts.org/max_helm_version: "3.13" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: incubator diff --git a/charts/incubator/funkwhale/Chart.yaml b/charts/incubator/funkwhale/Chart.yaml deleted file mode 100644 index 834ba6028de..00000000000 --- a/charts/incubator/funkwhale/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -kubeVersion: '>=1.24.0' -apiVersion: v2 -name: funkwhale -version: 3.0.3 -appVersion: 1.2.10 -description: Funkwhale is designed to make it easy to listen to music you like, and - to discover new artists. -home: https://truecharts.org/charts/incubator/funkwhale -icon: https://truecharts.org/img/hotlink-ok/chart-icons/funkwhale.png -deprecated: false -sources: -- https://funkwhale.audio/ -- https://github.com/truecharts/charts/tree/master/charts/incubator/funkwhale -- https://github.com/truecharts/containers/tree/master/mirrorfunkwhale -maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -keywords: -- funkwhale -- MediaApp-Music -- MediaServer-Music -dependencies: -- name: common - version: 13.2.2 - 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: MediaApp-Music - truecharts.org/max_helm_version: "3.13" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: incubator diff --git a/charts/incubator/kaizoku/Chart.yaml b/charts/incubator/kaizoku/Chart.yaml deleted file mode 100644 index 09465718d35..00000000000 --- a/charts/incubator/kaizoku/Chart.yaml +++ /dev/null @@ -1,42 +0,0 @@ -kubeVersion: '>=1.24.0' -apiVersion: v2 -name: kaizoku -version: 0.1.7 -appVersion: 1.6.1 -description: A self-hosted manga downloader. -home: https://truecharts.org/charts/incubator/kaizoku -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kaizoku.png -deprecated: false -sources: -- https://github.com/oae/kaizoku -- https://github.com/truecharts/charts/tree/master/charts/incubator/kaizoku -- https://github.com/truecharts/containers/tree/master/mirrorkaizoku -maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -keywords: -- kaizoku -dependencies: -- name: common - version: 14.3.5 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] -- name: redis - version: 7.0.6 - repository: https://deps.truecharts.org - condition: redis.enabled - 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: incubator diff --git a/charts/incubator/kimai/Chart.yaml b/charts/incubator/kimai/Chart.yaml deleted file mode 100644 index 5e7ada088af..00000000000 --- a/charts/incubator/kimai/Chart.yaml +++ /dev/null @@ -1,46 +0,0 @@ -kubeVersion: '>=1.24.0' -apiVersion: v2 -name: kimai -version: 8.0.10 -appVersion: 2.0.35 -description: Kimai is a free, open source and online time-tracking software designed - for small businesses and freelancers. -home: https://truecharts.org/charts/incubator/kimai -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kimai.png -deprecated: false -sources: -- https://github.com/kevinpapst/kimai2 -- https://github.com/tobybatch/kimai2 -- https://github.com/truecharts/charts/tree/master/charts/incubator/kimai -- https://github.com/truecharts/containers/tree/master/mirrorkimai -maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -keywords: -- kimai -- time -- tracking -dependencies: -- name: common - version: 14.3.5 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] -- name: mariadb - version: 9.0.40 - repository: https://deps.truecharts.org/ - condition: mariadb.enabled - 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: productivity - truecharts.org/max_helm_version: "3.13" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: incubator diff --git a/charts/incubator/misskey/Chart.yaml b/charts/incubator/misskey/Chart.yaml deleted file mode 100644 index 4c85d9458ef..00000000000 --- a/charts/incubator/misskey/Chart.yaml +++ /dev/null @@ -1,47 +0,0 @@ -kubeVersion: '>=1.24.0' -apiVersion: v2 -name: misskey -version: 4.1.1 -appVersion: 2023.11.1 -description: "Open source decentralized social media platform that's free forever!" -home: https://truecharts.org/charts/incubator/misskey -icon: https://truecharts.org/img/hotlink-ok/chart-icons/misskey.png -deprecated: false -sources: -- https://github.com/misskey-dev/misskey/ -- https://github.com/truecharts/charts/tree/master/charts/incubator/misskey -- https://github.com/truecharts/containers/tree/master/mirrormisskey -maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -keywords: -- Misskey -- Social -- Friend -- Social Media -- Fediverse -- ActivityPub -dependencies: -- name: common - version: 15.3.1 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] -- name: redis - version: 7.0.6 - repository: https://deps.truecharts.org - condition: redis.enabled - 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: incubator diff --git a/charts/incubator/nitter/Chart.yaml b/charts/incubator/nitter/Chart.yaml deleted file mode 100644 index aa7192b4361..00000000000 --- a/charts/incubator/nitter/Chart.yaml +++ /dev/null @@ -1,44 +0,0 @@ -kubeVersion: '>=1.24.0' -apiVersion: v2 -name: nitter -version: 2.0.1 -appVersion: latest -description: A free and open source alternative Twitter front-end focused on privacy - and performance. -home: https://truecharts.org/charts/incubator/nitter -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nitter.png -deprecated: false -sources: -- https://github.com/zedeus/nitter -- https://github.com/truecharts/charts/tree/master/charts/incubator/nitter -- https://hub.docker.com/r/zedeus/nitter -maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -keywords: -- nitter -- libre -dependencies: -- name: common - version: 14.3.5 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] -- name: redis - version: 6.0.66 - repository: https://deps.truecharts.org - condition: redis.enabled - 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: incubator diff --git a/charts/incubator/owntracks/Chart.yaml b/charts/incubator/owntracks/Chart.yaml deleted file mode 100644 index 93b86c1200d..00000000000 --- a/charts/incubator/owntracks/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -kubeVersion: '>=1.24.0' -apiVersion: v2 -name: owntracks -version: 1.0.2 -appVersion: 0.9.3 -description: The OwnTracks Recorder is a lightweight program for storing and accessing - location data published via MQTT (or HTTP) by the OwnTracks apps. -home: https://truecharts.org/charts/incubator/owntracks -icon: https://truecharts.org/img/hotlink-ok/chart-icons/owntracks.png -deprecated: false -sources: -- https://github.com/owntracks/docker-recorder -- https://github.com/owntracks/recorder -- https://github.com/truecharts/charts/tree/master/charts/incubator/owntracks -- https://github.com/truecharts/containers/tree/master/mirrorowntracks -maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -keywords: -- owncharts -- location -dependencies: -- name: common - version: 13.2.2 - 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: incubator diff --git a/charts/incubator/speedtest-tracker/Chart.yaml b/charts/incubator/speedtest-tracker/Chart.yaml deleted file mode 100644 index d7c121fe6d2..00000000000 --- a/charts/incubator/speedtest-tracker/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -kubeVersion: '>=1.24.0' -apiVersion: v2 -name: speedtest-tracker -version: 4.0.19 -appVersion: latest -description: A self-hosted internet performance tracking application that runs speedtest - checks against Ookla's Speedtest service. -home: https://truecharts.org/charts/incubator/speedtest-tracker -icon: https://truecharts.org/img/hotlink-ok/chart-icons/speedtest-tracker.png -deprecated: false -sources: -- https://github.com/alexjustesen/speedtest-tracker -- https://github.com/truecharts/charts/tree/master/charts/incubator/speedtest-tracker -- https://github.com/truecharts/containers/tree/master/mirrorspeedtest-tracker -maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -keywords: -- speedtest -dependencies: -- name: common - version: 13.2.2 - 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: speedtest - truecharts.org/max_helm_version: "3.13" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: incubator diff --git a/charts/incubator/splunk/Chart.yaml b/charts/incubator/splunk/Chart.yaml deleted file mode 100644 index 1a0f07fc632..00000000000 --- a/charts/incubator/splunk/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -kubeVersion: '>=1.24.0' -apiVersion: v2 -name: splunk -version: 4.1.1 -appVersion: 9.1.2 -description: This is a Chartfile for Splunk designed for OpenShift and TrueNAS based - on Alpine Linux - https://www.splunk.com -home: https://truecharts.org/charts/incubator/splunk -icon: https://truecharts.org/img/hotlink-ok/chart-icons/splunk.png -deprecated: false -sources: -- https://splunk.github.io/docker-splunk -- https://github.com/truecharts/charts/tree/master/charts/incubator/splunk -- https://hub.docker.com/r/splunk/splunk -maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -keywords: -- splunk -- Tools-Utilities -- Network-Management -dependencies: -- name: common - version: 15.2.0 - 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: Tools-Utilities - truecharts.org/max_helm_version: "3.13" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: incubator diff --git a/charts/incubator/tasmocompiler/Chart.yaml b/charts/incubator/tasmocompiler/Chart.yaml deleted file mode 100644 index 906c9f827bc..00000000000 --- a/charts/incubator/tasmocompiler/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -kubeVersion: '>=1.24.0' -apiVersion: v2 -name: tasmocompiler -version: 3.0.5 -appVersion: latest -description: TasmoCompiler is a simple web GUI which allows you to compile fantastic - Tasmota firmware with your own settings -home: https://truecharts.org/charts/incubator/tasmocompiler -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmocompiler.png -deprecated: false -sources: -- https://github.com/benzino77/tasmocompiler -- https://github.com/truecharts/charts/tree/master/charts/incubator/tasmocompiler -- https://github.com/truecharts/containers/tree/master/mirrortasmocompiler -maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -keywords: -- tasmocompiler -- HomeAutomation -- Tools-Utilities -dependencies: -- name: common - version: 13.2.2 - 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: HomeAutomation - truecharts.org/max_helm_version: "3.13" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: incubator diff --git a/charts/incubator/van-dam/Chart.yaml b/charts/incubator/van-dam/Chart.yaml deleted file mode 100644 index 1fccaa5d879..00000000000 --- a/charts/incubator/van-dam/Chart.yaml +++ /dev/null @@ -1,43 +0,0 @@ -kubeVersion: '>=1.24.0' -apiVersion: v2 -name: van-dam -version: 0.0.8 -appVersion: 0.53.0 -description: A Digital Asset Manager (DAM), specifically designed for 3D print files. -home: https://truecharts.org/charts/incubator/van-dam -icon: https://truecharts.org/img/hotlink-ok/chart-icons/van-dam.png -deprecated: false -sources: -- https://github.com/truecharts/charts/tree/master/charts/incubator/van-dam -- https://github.com/truecharts/containers/tree/master/mirrorvan-dam -- https://github.com/Floppy/van_dam -maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -keywords: -- vanDAM -- media -dependencies: -- name: common - version: 14.3.5 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] -- name: redis - version: 7.0.6 - repository: https://deps.truecharts.org - condition: redis.enabled - 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: incubator diff --git a/charts/incubator/velero/Chart.yaml b/charts/incubator/velero/Chart.yaml index fc88683fb0f..e3e21fce57f 100644 --- a/charts/incubator/velero/Chart.yaml +++ b/charts/incubator/velero/Chart.yaml @@ -1,4 +1,4 @@ -kubeVersion: '>=1.24.0' +kubeVersion: ">=1.24.0" apiVersion: v2 name: velero version: 0.0.5 @@ -8,32 +8,32 @@ home: https://truecharts.org/charts/incubator/velero icon: https://truecharts.org/img/hotlink-ok/chart-icons/velero.png deprecated: false sources: -- https://github.com/cert-manager -- https://cert-manager.io/ -- https://github.com/truecharts/charts/tree/master/charts/incubator/velero -- https://github.com/truecharts/containers/tree/master/mirroralpine + - https://github.com/cert-manager + - https://cert-manager.io/ + - https://github.com/truecharts/charts/tree/master/charts/incubator/velero + - https://github.com/truecharts/containers/tree/master/mirroralpine maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: -- velero -- backup + - velero + - backup dependencies: -- name: common - version: 15.3.1 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] -- name: velero - version: 5.1.4 - repository: https://vmware-tanzu.github.io/helm-charts - condition: "" - alias: velero - tags: [] - import-values: [] + - name: common + version: 15.3.1 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] + - name: velero + version: 5.1.4 + repository: https://vmware-tanzu.github.io/helm-charts + condition: "" + alias: velero + tags: [] + import-values: [] annotations: max_scale_version: 23.10.1 min_scale_version: 22.12.4 diff --git a/charts/incubator/anki-sync-server/.helmignore b/charts/stable/anki-sync-server/.helmignore similarity index 100% rename from charts/incubator/anki-sync-server/.helmignore rename to charts/stable/anki-sync-server/.helmignore diff --git a/charts/incubator/anki-sync-server/CHANGELOG.md b/charts/stable/anki-sync-server/CHANGELOG.md similarity index 100% rename from charts/incubator/anki-sync-server/CHANGELOG.md rename to charts/stable/anki-sync-server/CHANGELOG.md diff --git a/charts/incubator/anki-sync-server/Chart.yaml b/charts/stable/anki-sync-server/Chart.yaml similarity index 53% rename from charts/incubator/anki-sync-server/Chart.yaml rename to charts/stable/anki-sync-server/Chart.yaml index 40b1e2bab40..df649be7594 100644 --- a/charts/incubator/anki-sync-server/Chart.yaml +++ b/charts/stable/anki-sync-server/Chart.yaml @@ -1,4 +1,4 @@ -kubeVersion: '>=1.24.0' +kubeVersion: ">=1.24.0" apiVersion: v2 name: anki-sync-server version: 3.0.6 @@ -8,23 +8,23 @@ home: https://truecharts.org/charts/incubator/anki-sync-server icon: https://truecharts.org/img/hotlink-ok/chart-icons/anki-sync-server.png deprecated: false sources: -- https://github.com/ankicommunity/anki-devops-services -- https://github.com/truecharts/charts/tree/master/charts/incubator/anki-sync-server -- https://github.com/truecharts/containers/tree/master/mirroranki-sync-server + - https://github.com/ankicommunity/anki-devops-services + - https://github.com/truecharts/charts/tree/master/charts/incubator/anki-sync-server + - https://github.com/truecharts/containers/tree/master/mirroranki-sync-server maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: -- anki-sync-server + - anki-sync-server dependencies: -- name: common - version: 14.3.5 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - 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 diff --git a/charts/incubator/anki-sync-server/README.md b/charts/stable/anki-sync-server/README.md similarity index 100% rename from charts/incubator/anki-sync-server/README.md rename to charts/stable/anki-sync-server/README.md diff --git a/charts/incubator/anki-sync-server/icon.png b/charts/stable/anki-sync-server/icon.png similarity index 100% rename from charts/incubator/anki-sync-server/icon.png rename to charts/stable/anki-sync-server/icon.png diff --git a/charts/incubator/anki-sync-server/questions.yaml b/charts/stable/anki-sync-server/questions.yaml similarity index 100% rename from charts/incubator/anki-sync-server/questions.yaml rename to charts/stable/anki-sync-server/questions.yaml diff --git a/charts/incubator/anki-sync-server/templates/NOTES.txt b/charts/stable/anki-sync-server/templates/NOTES.txt similarity index 100% rename from charts/incubator/anki-sync-server/templates/NOTES.txt rename to charts/stable/anki-sync-server/templates/NOTES.txt diff --git a/charts/incubator/anki-sync-server/templates/common.yaml b/charts/stable/anki-sync-server/templates/common.yaml similarity index 100% rename from charts/incubator/anki-sync-server/templates/common.yaml rename to charts/stable/anki-sync-server/templates/common.yaml diff --git a/charts/incubator/anki-sync-server/values.yaml b/charts/stable/anki-sync-server/values.yaml similarity index 100% rename from charts/incubator/anki-sync-server/values.yaml rename to charts/stable/anki-sync-server/values.yaml diff --git a/charts/incubator/answer/.helmignore b/charts/stable/answer/.helmignore similarity index 100% rename from charts/incubator/answer/.helmignore rename to charts/stable/answer/.helmignore diff --git a/charts/incubator/answer/CHANGELOG.md b/charts/stable/answer/CHANGELOG.md similarity index 100% rename from charts/incubator/answer/CHANGELOG.md rename to charts/stable/answer/CHANGELOG.md diff --git a/charts/incubator/answer/Chart.yaml b/charts/stable/answer/Chart.yaml similarity index 54% rename from charts/incubator/answer/Chart.yaml rename to charts/stable/answer/Chart.yaml index 4dd64021af1..5d713870c41 100644 --- a/charts/incubator/answer/Chart.yaml +++ b/charts/stable/answer/Chart.yaml @@ -1,4 +1,4 @@ -kubeVersion: '>=1.24.0' +kubeVersion: ">=1.24.0" apiVersion: v2 name: answer version: 0.0.11 @@ -8,24 +8,24 @@ home: https://truecharts.org/charts/incubator/answer icon: https://truecharts.org/img/hotlink-ok/chart-icons/answer.png deprecated: false sources: -- https://github.com/answerdev/answer -- https://github.com/truecharts/charts/tree/master/charts/incubator/answer -- https://github.com/truecharts/containers/tree/master/mirroranswer + - https://github.com/answerdev/answer + - https://github.com/truecharts/charts/tree/master/charts/incubator/answer + - https://github.com/truecharts/containers/tree/master/mirroranswer maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: -- answer -- forum + - answer + - forum dependencies: -- name: common - version: 14.3.5 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - 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 diff --git a/charts/incubator/answer/README.md b/charts/stable/answer/README.md similarity index 100% rename from charts/incubator/answer/README.md rename to charts/stable/answer/README.md diff --git a/charts/incubator/answer/icon.png b/charts/stable/answer/icon.png similarity index 100% rename from charts/incubator/answer/icon.png rename to charts/stable/answer/icon.png diff --git a/charts/incubator/answer/questions.yaml b/charts/stable/answer/questions.yaml similarity index 100% rename from charts/incubator/answer/questions.yaml rename to charts/stable/answer/questions.yaml diff --git a/charts/incubator/answer/templates/NOTES.txt b/charts/stable/answer/templates/NOTES.txt similarity index 100% rename from charts/incubator/answer/templates/NOTES.txt rename to charts/stable/answer/templates/NOTES.txt diff --git a/charts/incubator/answer/templates/common.yaml b/charts/stable/answer/templates/common.yaml similarity index 100% rename from charts/incubator/answer/templates/common.yaml rename to charts/stable/answer/templates/common.yaml diff --git a/charts/incubator/answer/values.yaml b/charts/stable/answer/values.yaml similarity index 100% rename from charts/incubator/answer/values.yaml rename to charts/stable/answer/values.yaml diff --git a/charts/incubator/automatic-ripping-machine/.helmignore b/charts/stable/automatic-ripping-machine/.helmignore similarity index 100% rename from charts/incubator/automatic-ripping-machine/.helmignore rename to charts/stable/automatic-ripping-machine/.helmignore diff --git a/charts/incubator/automatic-ripping-machine/CHANGELOG.md b/charts/stable/automatic-ripping-machine/CHANGELOG.md similarity index 100% rename from charts/incubator/automatic-ripping-machine/CHANGELOG.md rename to charts/stable/automatic-ripping-machine/CHANGELOG.md diff --git a/charts/incubator/automatic-ripping-machine/Chart.yaml b/charts/stable/automatic-ripping-machine/Chart.yaml similarity index 52% rename from charts/incubator/automatic-ripping-machine/Chart.yaml rename to charts/stable/automatic-ripping-machine/Chart.yaml index f695832f9bc..1df5f8f1999 100644 --- a/charts/incubator/automatic-ripping-machine/Chart.yaml +++ b/charts/stable/automatic-ripping-machine/Chart.yaml @@ -1,4 +1,4 @@ -kubeVersion: '>=1.24.0' +kubeVersion: ">=1.24.0" apiVersion: v2 name: automatic-ripping-machine version: 0.0.9 @@ -8,24 +8,24 @@ home: https://truecharts.org/charts/incubator/automatic-ripping-machine icon: https://truecharts.org/img/hotlink-ok/chart-icons/automatic-ripping-machine.png deprecated: false sources: -- https://github.com/automatic-ripping-machine/automatic-ripping-machine -- https://github.com/truecharts/charts/tree/master/charts/incubator/automatic-ripping-machine -- https://github.com/truecharts/containers/tree/master/mirrorautomatic-ripping-machine + - https://github.com/automatic-ripping-machine/automatic-ripping-machine + - https://github.com/truecharts/charts/tree/master/charts/incubator/automatic-ripping-machine + - https://github.com/truecharts/containers/tree/master/mirrorautomatic-ripping-machine maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: -- automatic-ripping-machine -- media + - automatic-ripping-machine + - media dependencies: -- name: common - version: 14.3.5 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - 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 diff --git a/charts/incubator/automatic-ripping-machine/README.md b/charts/stable/automatic-ripping-machine/README.md similarity index 100% rename from charts/incubator/automatic-ripping-machine/README.md rename to charts/stable/automatic-ripping-machine/README.md diff --git a/charts/incubator/automatic-ripping-machine/docs/default_credentials.md b/charts/stable/automatic-ripping-machine/docs/default_credentials.md similarity index 100% rename from charts/incubator/automatic-ripping-machine/docs/default_credentials.md rename to charts/stable/automatic-ripping-machine/docs/default_credentials.md diff --git a/charts/incubator/automatic-ripping-machine/docs/imgs/dvd-mount.png b/charts/stable/automatic-ripping-machine/docs/imgs/dvd-mount.png similarity index 100% rename from charts/incubator/automatic-ripping-machine/docs/imgs/dvd-mount.png rename to charts/stable/automatic-ripping-machine/docs/imgs/dvd-mount.png diff --git a/charts/incubator/automatic-ripping-machine/docs/installation_notes.md b/charts/stable/automatic-ripping-machine/docs/installation_notes.md similarity index 100% rename from charts/incubator/automatic-ripping-machine/docs/installation_notes.md rename to charts/stable/automatic-ripping-machine/docs/installation_notes.md diff --git a/charts/incubator/automatic-ripping-machine/icon.png b/charts/stable/automatic-ripping-machine/icon.png similarity index 100% rename from charts/incubator/automatic-ripping-machine/icon.png rename to charts/stable/automatic-ripping-machine/icon.png diff --git a/charts/incubator/automatic-ripping-machine/questions.yaml b/charts/stable/automatic-ripping-machine/questions.yaml similarity index 100% rename from charts/incubator/automatic-ripping-machine/questions.yaml rename to charts/stable/automatic-ripping-machine/questions.yaml diff --git a/charts/incubator/automatic-ripping-machine/templates/NOTES.txt b/charts/stable/automatic-ripping-machine/templates/NOTES.txt similarity index 100% rename from charts/incubator/automatic-ripping-machine/templates/NOTES.txt rename to charts/stable/automatic-ripping-machine/templates/NOTES.txt diff --git a/charts/incubator/automatic-ripping-machine/templates/common.yaml b/charts/stable/automatic-ripping-machine/templates/common.yaml similarity index 100% rename from charts/incubator/automatic-ripping-machine/templates/common.yaml rename to charts/stable/automatic-ripping-machine/templates/common.yaml diff --git a/charts/incubator/automatic-ripping-machine/values.yaml b/charts/stable/automatic-ripping-machine/values.yaml similarity index 100% rename from charts/incubator/automatic-ripping-machine/values.yaml rename to charts/stable/automatic-ripping-machine/values.yaml diff --git a/charts/incubator/backuppc/.helmignore b/charts/stable/backuppc/.helmignore similarity index 100% rename from charts/incubator/backuppc/.helmignore rename to charts/stable/backuppc/.helmignore diff --git a/charts/incubator/backuppc/CHANGELOG.md b/charts/stable/backuppc/CHANGELOG.md similarity index 100% rename from charts/incubator/backuppc/CHANGELOG.md rename to charts/stable/backuppc/CHANGELOG.md diff --git a/charts/stable/backuppc/Chart.yaml b/charts/stable/backuppc/Chart.yaml new file mode 100644 index 00000000000..81a010ea22f --- /dev/null +++ b/charts/stable/backuppc/Chart.yaml @@ -0,0 +1,40 @@ +kubeVersion: ">=1.24.0" +apiVersion: v2 +name: backuppc +version: 3.0.7 +appVersion: 6.0.2 +description: + A high-performance, enterprise-grade system for backing up Linux, Windows + and macOS PCs and laptops to a server's disk. +home: https://truecharts.org/charts/incubator/backuppc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/backuppc.png +deprecated: false +sources: + - https://backuppc.github.io/backuppc/index.html + - https://github.com/tiredofit/docker-backuppc + - https://github.com/truecharts/charts/tree/master/charts/incubator/backuppc + - https://github.com/truecharts/containers/tree/master/mirrorbackuppc +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +keywords: + - backuppc + - Backup + - Network-Web +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: Backup + truecharts.org/max_helm_version: "3.13" + truecharts.org/min_helm_version: "3.12" + truecharts.org/train: incubator diff --git a/charts/incubator/backuppc/README.md b/charts/stable/backuppc/README.md similarity index 100% rename from charts/incubator/backuppc/README.md rename to charts/stable/backuppc/README.md diff --git a/charts/incubator/backuppc/icon.png b/charts/stable/backuppc/icon.png similarity index 100% rename from charts/incubator/backuppc/icon.png rename to charts/stable/backuppc/icon.png diff --git a/charts/incubator/backuppc/questions.yaml b/charts/stable/backuppc/questions.yaml similarity index 100% rename from charts/incubator/backuppc/questions.yaml rename to charts/stable/backuppc/questions.yaml diff --git a/charts/incubator/backuppc/templates/NOTES.txt b/charts/stable/backuppc/templates/NOTES.txt similarity index 100% rename from charts/incubator/backuppc/templates/NOTES.txt rename to charts/stable/backuppc/templates/NOTES.txt diff --git a/charts/incubator/backuppc/templates/common.yaml b/charts/stable/backuppc/templates/common.yaml similarity index 100% rename from charts/incubator/backuppc/templates/common.yaml rename to charts/stable/backuppc/templates/common.yaml diff --git a/charts/incubator/backuppc/values.yaml b/charts/stable/backuppc/values.yaml similarity index 100% rename from charts/incubator/backuppc/values.yaml rename to charts/stable/backuppc/values.yaml diff --git a/charts/incubator/cryptpad/.helmignore b/charts/stable/cryptpad/.helmignore similarity index 100% rename from charts/incubator/cryptpad/.helmignore rename to charts/stable/cryptpad/.helmignore diff --git a/charts/incubator/cryptpad/CHANGELOG.md b/charts/stable/cryptpad/CHANGELOG.md similarity index 100% rename from charts/incubator/cryptpad/CHANGELOG.md rename to charts/stable/cryptpad/CHANGELOG.md diff --git a/charts/incubator/cryptpad/Chart.yaml b/charts/stable/cryptpad/Chart.yaml similarity index 56% rename from charts/incubator/cryptpad/Chart.yaml rename to charts/stable/cryptpad/Chart.yaml index 49dd413541e..20095444190 100644 --- a/charts/incubator/cryptpad/Chart.yaml +++ b/charts/stable/cryptpad/Chart.yaml @@ -1,4 +1,4 @@ -kubeVersion: '>=1.24.0' +kubeVersion: ">=1.24.0" apiVersion: v2 name: cryptpad version: 4.0.1 @@ -8,25 +8,25 @@ home: https://truecharts.org/charts/incubator/cryptpad icon: https://truecharts.org/img/hotlink-ok/chart-icons/cryptpad.png deprecated: false sources: -- https://cryptpad.fr/ -- https://github.com/truecharts/charts/tree/master/charts/incubator/cryptpad -- https://hub.docker.com/r/cryptpad/cryptpad + - https://cryptpad.fr/ + - https://github.com/truecharts/charts/tree/master/charts/incubator/cryptpad + - https://hub.docker.com/r/cryptpad/cryptpad maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: -- cryptpad -- Productivity -- Security + - cryptpad + - Productivity + - Security dependencies: -- name: common - version: 14.3.5 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - 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 diff --git a/charts/incubator/cryptpad/README.md b/charts/stable/cryptpad/README.md similarity index 100% rename from charts/incubator/cryptpad/README.md rename to charts/stable/cryptpad/README.md diff --git a/charts/incubator/cryptpad/icon.png b/charts/stable/cryptpad/icon.png similarity index 100% rename from charts/incubator/cryptpad/icon.png rename to charts/stable/cryptpad/icon.png diff --git a/charts/incubator/cryptpad/questions.yaml b/charts/stable/cryptpad/questions.yaml similarity index 100% rename from charts/incubator/cryptpad/questions.yaml rename to charts/stable/cryptpad/questions.yaml diff --git a/charts/incubator/cryptpad/templates/NOTES.txt b/charts/stable/cryptpad/templates/NOTES.txt similarity index 100% rename from charts/incubator/cryptpad/templates/NOTES.txt rename to charts/stable/cryptpad/templates/NOTES.txt diff --git a/charts/incubator/cryptpad/templates/common.yaml b/charts/stable/cryptpad/templates/common.yaml similarity index 100% rename from charts/incubator/cryptpad/templates/common.yaml rename to charts/stable/cryptpad/templates/common.yaml diff --git a/charts/incubator/cryptpad/values.yaml b/charts/stable/cryptpad/values.yaml similarity index 100% rename from charts/incubator/cryptpad/values.yaml rename to charts/stable/cryptpad/values.yaml diff --git a/charts/incubator/cs2/.helmignore b/charts/stable/cs2/.helmignore similarity index 100% rename from charts/incubator/cs2/.helmignore rename to charts/stable/cs2/.helmignore diff --git a/charts/incubator/cs2/CHANGELOG.md b/charts/stable/cs2/CHANGELOG.md similarity index 100% rename from charts/incubator/cs2/CHANGELOG.md rename to charts/stable/cs2/CHANGELOG.md diff --git a/charts/incubator/cs2/Chart.yaml b/charts/stable/cs2/Chart.yaml similarity index 52% rename from charts/incubator/cs2/Chart.yaml rename to charts/stable/cs2/Chart.yaml index 3557091fbaf..2d545e2faa5 100644 --- a/charts/incubator/cs2/Chart.yaml +++ b/charts/stable/cs2/Chart.yaml @@ -1,4 +1,4 @@ -kubeVersion: '>=1.24.0' +kubeVersion: ">=1.24.0" apiVersion: v2 name: cs2 version: 0.0.2 @@ -8,24 +8,24 @@ home: https://truecharts.org/charts/incubator/cs2 icon: https://truecharts.org/img/hotlink-ok/chart-icons/cs2.png deprecated: false sources: -- https://github.com/ich777/docker-steamcmd-server/tree/cs2 -- https://github.com/truecharts/charts/tree/master/charts/incubator/cs2 -- https://github.com/truecharts/containers/tree/master/mirrorcs2 + - https://github.com/ich777/docker-steamcmd-server/tree/cs2 + - https://github.com/truecharts/charts/tree/master/charts/incubator/cs2 + - https://github.com/truecharts/containers/tree/master/mirrorcs2 maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: -- cs2 -- counter-strike + - cs2 + - counter-strike dependencies: -- name: common - version: 14.3.3 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - name: common + version: 14.3.3 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] annotations: max_scale_version: 23.10.1 min_scale_version: 22.12.4 diff --git a/charts/incubator/cs2/README.md b/charts/stable/cs2/README.md similarity index 100% rename from charts/incubator/cs2/README.md rename to charts/stable/cs2/README.md diff --git a/charts/incubator/cs2/icon.png b/charts/stable/cs2/icon.png similarity index 100% rename from charts/incubator/cs2/icon.png rename to charts/stable/cs2/icon.png diff --git a/charts/incubator/cs2/questions.yaml b/charts/stable/cs2/questions.yaml similarity index 100% rename from charts/incubator/cs2/questions.yaml rename to charts/stable/cs2/questions.yaml diff --git a/charts/incubator/cs2/templates/NOTES.txt b/charts/stable/cs2/templates/NOTES.txt similarity index 100% rename from charts/incubator/cs2/templates/NOTES.txt rename to charts/stable/cs2/templates/NOTES.txt diff --git a/charts/incubator/cs2/templates/common.yaml b/charts/stable/cs2/templates/common.yaml similarity index 100% rename from charts/incubator/cs2/templates/common.yaml rename to charts/stable/cs2/templates/common.yaml diff --git a/charts/incubator/cs2/values.yaml b/charts/stable/cs2/values.yaml similarity index 100% rename from charts/incubator/cs2/values.yaml rename to charts/stable/cs2/values.yaml diff --git a/charts/incubator/ctfd/.helmignore b/charts/stable/ctfd/.helmignore similarity index 100% rename from charts/incubator/ctfd/.helmignore rename to charts/stable/ctfd/.helmignore diff --git a/charts/incubator/ctfd/CHANGELOG.md b/charts/stable/ctfd/CHANGELOG.md similarity index 100% rename from charts/incubator/ctfd/CHANGELOG.md rename to charts/stable/ctfd/CHANGELOG.md diff --git a/charts/stable/ctfd/Chart.yaml b/charts/stable/ctfd/Chart.yaml new file mode 100644 index 00000000000..92e5d2acc20 --- /dev/null +++ b/charts/stable/ctfd/Chart.yaml @@ -0,0 +1,50 @@ +kubeVersion: ">=1.24.0" +apiVersion: v2 +name: ctfd +version: 0.0.8 +appVersion: 3.5.3 +description: CTFd is a Capture The Flag framework focusing on ease of use and customizability. +home: https://truecharts.org/charts/incubator/ctfd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ctfd.png +deprecated: false +sources: + - https://github.com/CTFd/CTFd + - https://github.com/truecharts/charts/tree/master/charts/incubator/ctfd + - https://github.com/truecharts/containers/tree/master/mirrorctfd +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +keywords: + - ctfd + - learning +dependencies: + - name: common + version: 14.3.5 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 7.0.70 + repository: https://deps.truecharts.org/ + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] + - name: redis + version: 6.0.66 + repository: https://deps.truecharts.org + condition: redis.enabled + 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: learning + truecharts.org/max_helm_version: "3.13" + truecharts.org/min_helm_version: "3.12" + truecharts.org/train: incubator diff --git a/charts/incubator/ctfd/README.md b/charts/stable/ctfd/README.md similarity index 100% rename from charts/incubator/ctfd/README.md rename to charts/stable/ctfd/README.md diff --git a/charts/incubator/ctfd/icon.png b/charts/stable/ctfd/icon.png similarity index 100% rename from charts/incubator/ctfd/icon.png rename to charts/stable/ctfd/icon.png diff --git a/charts/incubator/ctfd/questions.yaml b/charts/stable/ctfd/questions.yaml similarity index 100% rename from charts/incubator/ctfd/questions.yaml rename to charts/stable/ctfd/questions.yaml diff --git a/charts/incubator/ctfd/templates/NOTES.txt b/charts/stable/ctfd/templates/NOTES.txt similarity index 100% rename from charts/incubator/ctfd/templates/NOTES.txt rename to charts/stable/ctfd/templates/NOTES.txt diff --git a/charts/incubator/ctfd/templates/_secrets.tpl b/charts/stable/ctfd/templates/_secrets.tpl similarity index 100% rename from charts/incubator/ctfd/templates/_secrets.tpl rename to charts/stable/ctfd/templates/_secrets.tpl diff --git a/charts/incubator/ctfd/templates/common.yaml b/charts/stable/ctfd/templates/common.yaml similarity index 100% rename from charts/incubator/ctfd/templates/common.yaml rename to charts/stable/ctfd/templates/common.yaml diff --git a/charts/incubator/ctfd/values.yaml b/charts/stable/ctfd/values.yaml similarity index 100% rename from charts/incubator/ctfd/values.yaml rename to charts/stable/ctfd/values.yaml diff --git a/charts/incubator/docassemble/.helmignore b/charts/stable/factorio/.helmignore similarity index 100% rename from charts/incubator/docassemble/.helmignore rename to charts/stable/factorio/.helmignore diff --git a/charts/incubator/factorio/CHANGELOG.md b/charts/stable/factorio/CHANGELOG.md similarity index 100% rename from charts/incubator/factorio/CHANGELOG.md rename to charts/stable/factorio/CHANGELOG.md diff --git a/charts/incubator/factorio/Chart.yaml b/charts/stable/factorio/Chart.yaml similarity index 53% rename from charts/incubator/factorio/Chart.yaml rename to charts/stable/factorio/Chart.yaml index 98551b0c114..b67595f2d24 100644 --- a/charts/incubator/factorio/Chart.yaml +++ b/charts/stable/factorio/Chart.yaml @@ -1,4 +1,4 @@ -kubeVersion: '>=1.24.0' +kubeVersion: ">=1.24.0" apiVersion: v2 name: factorio version: 4.1.7 @@ -8,24 +8,24 @@ home: https://truecharts.org/charts/incubator/factorio icon: https://truecharts.org/img/hotlink-ok/chart-icons/factorio.png deprecated: false sources: -- https://github.com/factoriotools/factorio-docker -- https://github.com/truecharts/charts/tree/master/charts/incubator/factorio -- https://github.com/truecharts/containers/tree/master/mirrorfactorio + - https://github.com/factoriotools/factorio-docker + - https://github.com/truecharts/charts/tree/master/charts/incubator/factorio + - https://github.com/truecharts/containers/tree/master/mirrorfactorio maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: -- factorio -- GameServers + - factorio + - GameServers dependencies: -- name: common - version: 14.3.5 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - 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 diff --git a/charts/incubator/docassemble/README.md b/charts/stable/factorio/README.md similarity index 100% rename from charts/incubator/docassemble/README.md rename to charts/stable/factorio/README.md diff --git a/charts/incubator/factorio/icon.png b/charts/stable/factorio/icon.png similarity index 100% rename from charts/incubator/factorio/icon.png rename to charts/stable/factorio/icon.png diff --git a/charts/incubator/factorio/questions.yaml b/charts/stable/factorio/questions.yaml similarity index 100% rename from charts/incubator/factorio/questions.yaml rename to charts/stable/factorio/questions.yaml diff --git a/charts/incubator/docassemble/templates/NOTES.txt b/charts/stable/factorio/templates/NOTES.txt similarity index 100% rename from charts/incubator/docassemble/templates/NOTES.txt rename to charts/stable/factorio/templates/NOTES.txt diff --git a/charts/incubator/factorio/templates/common.yaml b/charts/stable/factorio/templates/common.yaml similarity index 100% rename from charts/incubator/factorio/templates/common.yaml rename to charts/stable/factorio/templates/common.yaml diff --git a/charts/incubator/factorio/values.yaml b/charts/stable/factorio/values.yaml similarity index 100% rename from charts/incubator/factorio/values.yaml rename to charts/stable/factorio/values.yaml diff --git a/charts/incubator/eco/.helmignore b/charts/stable/filestash/.helmignore similarity index 100% rename from charts/incubator/eco/.helmignore rename to charts/stable/filestash/.helmignore diff --git a/charts/incubator/filestash/CHANGELOG.md b/charts/stable/filestash/CHANGELOG.md similarity index 100% rename from charts/incubator/filestash/CHANGELOG.md rename to charts/stable/filestash/CHANGELOG.md diff --git a/charts/stable/filestash/Chart.yaml b/charts/stable/filestash/Chart.yaml new file mode 100644 index 00000000000..37e06f6c8b3 --- /dev/null +++ b/charts/stable/filestash/Chart.yaml @@ -0,0 +1,41 @@ +kubeVersion: ">=1.24.0" +apiVersion: v2 +name: filestash +version: 3.0.6 +appVersion: latest +description: + A Dropbox-like file manager that let you manage your data anywhere it + is located. +home: https://truecharts.org/charts/incubator/filestash +icon: https://truecharts.org/img/hotlink-ok/chart-icons/filestash.png +deprecated: false +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/filestash + - https://github.com/truecharts/containers/tree/master/mirrorfilestash + - https://www.filestash.app/ + - https://github.com/mickael-kerjean/filestash +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +keywords: + - filestash + - Cloud + - Productivity + - Network-Web +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: Cloud + truecharts.org/max_helm_version: "3.13" + truecharts.org/min_helm_version: "3.12" + truecharts.org/train: incubator diff --git a/charts/incubator/eco/README.md b/charts/stable/filestash/README.md similarity index 100% rename from charts/incubator/eco/README.md rename to charts/stable/filestash/README.md diff --git a/charts/incubator/filestash/icon.png b/charts/stable/filestash/icon.png similarity index 100% rename from charts/incubator/filestash/icon.png rename to charts/stable/filestash/icon.png diff --git a/charts/incubator/filestash/questions.yaml b/charts/stable/filestash/questions.yaml similarity index 100% rename from charts/incubator/filestash/questions.yaml rename to charts/stable/filestash/questions.yaml diff --git a/charts/incubator/eco/templates/NOTES.txt b/charts/stable/filestash/templates/NOTES.txt similarity index 100% rename from charts/incubator/eco/templates/NOTES.txt rename to charts/stable/filestash/templates/NOTES.txt diff --git a/charts/incubator/docassemble/templates/common.yaml b/charts/stable/filestash/templates/common.yaml similarity index 100% rename from charts/incubator/docassemble/templates/common.yaml rename to charts/stable/filestash/templates/common.yaml diff --git a/charts/incubator/filestash/values.yaml b/charts/stable/filestash/values.yaml similarity index 100% rename from charts/incubator/filestash/values.yaml rename to charts/stable/filestash/values.yaml diff --git a/charts/incubator/factorio/.helmignore b/charts/stable/filezilla/.helmignore similarity index 100% rename from charts/incubator/factorio/.helmignore rename to charts/stable/filezilla/.helmignore diff --git a/charts/incubator/filezilla/CHANGELOG.md b/charts/stable/filezilla/CHANGELOG.md similarity index 100% rename from charts/incubator/filezilla/CHANGELOG.md rename to charts/stable/filezilla/CHANGELOG.md diff --git a/charts/incubator/filezilla/Chart.yaml b/charts/stable/filezilla/Chart.yaml similarity index 50% rename from charts/incubator/filezilla/Chart.yaml rename to charts/stable/filezilla/Chart.yaml index 6a5527471f0..d01a2ab03d0 100644 --- a/charts/incubator/filezilla/Chart.yaml +++ b/charts/stable/filezilla/Chart.yaml @@ -1,4 +1,4 @@ -kubeVersion: '>=1.24.0' +kubeVersion: ">=1.24.0" apiVersion: v2 name: filezilla version: 8.0.2 @@ -8,28 +8,28 @@ home: https://truecharts.org/charts/incubator/filezilla icon: https://truecharts.org/img/hotlink-ok/chart-icons/filezilla.png deprecated: false sources: -- https://github.com/truecharts/charts/tree/master/charts/incubator/filezilla -- https://github.com/truecharts/containers/tree/master/mirrorfilezilla -- https://github.com/linuxserver/docker-filezilla -- https://filezilla-project.org/ + - https://github.com/truecharts/charts/tree/master/charts/incubator/filezilla + - https://github.com/truecharts/containers/tree/master/mirrorfilezilla + - https://github.com/linuxserver/docker-filezilla + - https://filezilla-project.org/ maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: -- filezilla -- ftp -- sftp -- ftps -- client + - filezilla + - ftp + - sftp + - ftps + - client dependencies: -- name: common - version: 13.2.2 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - name: common + version: 13.2.2 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] annotations: max_scale_version: 23.10.1 min_scale_version: 22.12.4 diff --git a/charts/incubator/factorio/README.md b/charts/stable/filezilla/README.md similarity index 100% rename from charts/incubator/factorio/README.md rename to charts/stable/filezilla/README.md diff --git a/charts/incubator/filezilla/icon.png b/charts/stable/filezilla/icon.png similarity index 100% rename from charts/incubator/filezilla/icon.png rename to charts/stable/filezilla/icon.png diff --git a/charts/incubator/filezilla/questions.yaml b/charts/stable/filezilla/questions.yaml similarity index 100% rename from charts/incubator/filezilla/questions.yaml rename to charts/stable/filezilla/questions.yaml diff --git a/charts/incubator/factorio/templates/NOTES.txt b/charts/stable/filezilla/templates/NOTES.txt similarity index 100% rename from charts/incubator/factorio/templates/NOTES.txt rename to charts/stable/filezilla/templates/NOTES.txt diff --git a/charts/incubator/filestash/templates/common.yaml b/charts/stable/filezilla/templates/common.yaml similarity index 100% rename from charts/incubator/filestash/templates/common.yaml rename to charts/stable/filezilla/templates/common.yaml diff --git a/charts/incubator/filezilla/values.yaml b/charts/stable/filezilla/values.yaml similarity index 100% rename from charts/incubator/filezilla/values.yaml rename to charts/stable/filezilla/values.yaml diff --git a/charts/incubator/filestash/.helmignore b/charts/stable/gravity/.helmignore similarity index 100% rename from charts/incubator/filestash/.helmignore rename to charts/stable/gravity/.helmignore diff --git a/charts/incubator/docassemble/CHANGELOG.md b/charts/stable/gravity/CHANGELOG.md similarity index 100% rename from charts/incubator/docassemble/CHANGELOG.md rename to charts/stable/gravity/CHANGELOG.md diff --git a/charts/incubator/gravity/Chart.yaml b/charts/stable/gravity/Chart.yaml similarity index 54% rename from charts/incubator/gravity/Chart.yaml rename to charts/stable/gravity/Chart.yaml index b4176f612c3..0d3e76b3cfe 100644 --- a/charts/incubator/gravity/Chart.yaml +++ b/charts/stable/gravity/Chart.yaml @@ -1,4 +1,4 @@ -kubeVersion: '>=1.24.0' +kubeVersion: ">=1.24.0" apiVersion: v2 name: gravity version: 0.0.5 @@ -8,25 +8,25 @@ home: https://truecharts.org/charts/incubator/gravity icon: https://truecharts.org/img/hotlink-ok/chart-icons/gravity.png deprecated: false sources: -- https://github.com/BeryJu/gravity -- https://github.com/truecharts/charts/tree/master/charts/incubator/gravity -- https://github.com/truecharts/containers/tree/master/mirrorgravity + - https://github.com/BeryJu/gravity + - https://github.com/truecharts/charts/tree/master/charts/incubator/gravity + - https://github.com/truecharts/containers/tree/master/mirrorgravity maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: -- gravity -- dns -- networking + - gravity + - dns + - networking dependencies: -- name: common - version: 13.2.2 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - name: common + version: 13.2.2 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] annotations: max_scale_version: 23.10.1 min_scale_version: 22.12.4 diff --git a/charts/incubator/filestash/README.md b/charts/stable/gravity/README.md similarity index 100% rename from charts/incubator/filestash/README.md rename to charts/stable/gravity/README.md diff --git a/charts/incubator/gravity/logo.png b/charts/stable/gravity/logo.png similarity index 100% rename from charts/incubator/gravity/logo.png rename to charts/stable/gravity/logo.png diff --git a/charts/incubator/gravity/questions.yaml b/charts/stable/gravity/questions.yaml similarity index 100% rename from charts/incubator/gravity/questions.yaml rename to charts/stable/gravity/questions.yaml diff --git a/charts/incubator/filestash/templates/NOTES.txt b/charts/stable/gravity/templates/NOTES.txt similarity index 100% rename from charts/incubator/filestash/templates/NOTES.txt rename to charts/stable/gravity/templates/NOTES.txt diff --git a/charts/incubator/gravity/templates/_secrets.tpl b/charts/stable/gravity/templates/_secrets.tpl similarity index 100% rename from charts/incubator/gravity/templates/_secrets.tpl rename to charts/stable/gravity/templates/_secrets.tpl diff --git a/charts/incubator/gravity/templates/common.yaml b/charts/stable/gravity/templates/common.yaml similarity index 100% rename from charts/incubator/gravity/templates/common.yaml rename to charts/stable/gravity/templates/common.yaml diff --git a/charts/incubator/gravity/values.yaml b/charts/stable/gravity/values.yaml similarity index 100% rename from charts/incubator/gravity/values.yaml rename to charts/stable/gravity/values.yaml diff --git a/charts/incubator/filezilla/.helmignore b/charts/stable/homebridge/.helmignore similarity index 100% rename from charts/incubator/filezilla/.helmignore rename to charts/stable/homebridge/.helmignore diff --git a/charts/incubator/homebridge/CHANGELOG.md b/charts/stable/homebridge/CHANGELOG.md similarity index 100% rename from charts/incubator/homebridge/CHANGELOG.md rename to charts/stable/homebridge/CHANGELOG.md diff --git a/charts/incubator/homebridge/Chart.yaml b/charts/stable/homebridge/Chart.yaml similarity index 53% rename from charts/incubator/homebridge/Chart.yaml rename to charts/stable/homebridge/Chart.yaml index 602be8daa9f..191dafee34c 100644 --- a/charts/incubator/homebridge/Chart.yaml +++ b/charts/stable/homebridge/Chart.yaml @@ -1,4 +1,4 @@ -kubeVersion: '>=1.24.0' +kubeVersion: ">=1.24.0" apiVersion: v2 name: homebridge version: 4.0.7 @@ -8,25 +8,25 @@ home: https://truecharts.org/charts/incubator/homebridge icon: https://truecharts.org/img/hotlink-ok/chart-icons/homebridge.png deprecated: false sources: -- https://homebridge.io/ -- https://github.com/oznu/docker-homebridge -- https://github.com/truecharts/charts/tree/master/charts/incubator/homebridge -- https://github.com/truecharts/containers/tree/master/mirrorhomebridge + - https://homebridge.io/ + - https://github.com/oznu/docker-homebridge + - https://github.com/truecharts/charts/tree/master/charts/incubator/homebridge + - https://github.com/truecharts/containers/tree/master/mirrorhomebridge maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: -- homebridge -- homekit + - homebridge + - homekit dependencies: -- name: common - version: 14.3.5 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - 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 diff --git a/charts/incubator/filezilla/README.md b/charts/stable/homebridge/README.md similarity index 100% rename from charts/incubator/filezilla/README.md rename to charts/stable/homebridge/README.md diff --git a/charts/incubator/homebridge/icon.png b/charts/stable/homebridge/icon.png similarity index 100% rename from charts/incubator/homebridge/icon.png rename to charts/stable/homebridge/icon.png diff --git a/charts/incubator/homebridge/questions.yaml b/charts/stable/homebridge/questions.yaml similarity index 100% rename from charts/incubator/homebridge/questions.yaml rename to charts/stable/homebridge/questions.yaml diff --git a/charts/incubator/filezilla/templates/NOTES.txt b/charts/stable/homebridge/templates/NOTES.txt similarity index 100% rename from charts/incubator/filezilla/templates/NOTES.txt rename to charts/stable/homebridge/templates/NOTES.txt diff --git a/charts/incubator/filezilla/templates/common.yaml b/charts/stable/homebridge/templates/common.yaml similarity index 100% rename from charts/incubator/filezilla/templates/common.yaml rename to charts/stable/homebridge/templates/common.yaml diff --git a/charts/incubator/homebridge/values.yaml b/charts/stable/homebridge/values.yaml similarity index 100% rename from charts/incubator/homebridge/values.yaml rename to charts/stable/homebridge/values.yaml diff --git a/charts/incubator/funkwhale/.helmignore b/charts/stable/icloudpd/.helmignore similarity index 100% rename from charts/incubator/funkwhale/.helmignore rename to charts/stable/icloudpd/.helmignore diff --git a/charts/incubator/icloudpd/CHANGELOG.md b/charts/stable/icloudpd/CHANGELOG.md similarity index 100% rename from charts/incubator/icloudpd/CHANGELOG.md rename to charts/stable/icloudpd/CHANGELOG.md diff --git a/charts/incubator/icloudpd/Chart.yaml b/charts/stable/icloudpd/Chart.yaml similarity index 53% rename from charts/incubator/icloudpd/Chart.yaml rename to charts/stable/icloudpd/Chart.yaml index f8636d1111b..610b90df86c 100644 --- a/charts/incubator/icloudpd/Chart.yaml +++ b/charts/stable/icloudpd/Chart.yaml @@ -1,4 +1,4 @@ -kubeVersion: '>=1.24.0' +kubeVersion: ">=1.24.0" apiVersion: v2 name: icloudpd version: 3.0.7 @@ -8,26 +8,26 @@ home: https://truecharts.org/charts/incubator/icloudpd icon: https://truecharts.org/img/hotlink-ok/chart-icons/icloudpd.png deprecated: false sources: -- https://github.com/Womabre/-TrueNAS-docker-templates -- https://github.com/truecharts/charts/tree/master/charts/incubator/icloudpd -- https://github.com/truecharts/containers/tree/master/mirroricloudpd + - https://github.com/Womabre/-TrueNAS-docker-templates + - https://github.com/truecharts/charts/tree/master/charts/incubator/icloudpd + - https://github.com/truecharts/containers/tree/master/mirroricloudpd maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: -- icloudpd -- Backup -- Cloud -- Downloaders + - icloudpd + - Backup + - Cloud + - Downloaders dependencies: -- name: common - version: 14.3.5 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - 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 diff --git a/charts/incubator/funkwhale/README.md b/charts/stable/icloudpd/README.md similarity index 100% rename from charts/incubator/funkwhale/README.md rename to charts/stable/icloudpd/README.md diff --git a/charts/incubator/icloudpd/icon.png b/charts/stable/icloudpd/icon.png similarity index 100% rename from charts/incubator/icloudpd/icon.png rename to charts/stable/icloudpd/icon.png diff --git a/charts/incubator/icloudpd/questions.yaml b/charts/stable/icloudpd/questions.yaml similarity index 100% rename from charts/incubator/icloudpd/questions.yaml rename to charts/stable/icloudpd/questions.yaml diff --git a/charts/incubator/funkwhale/templates/NOTES.txt b/charts/stable/icloudpd/templates/NOTES.txt similarity index 100% rename from charts/incubator/funkwhale/templates/NOTES.txt rename to charts/stable/icloudpd/templates/NOTES.txt diff --git a/charts/incubator/homebridge/templates/common.yaml b/charts/stable/icloudpd/templates/common.yaml similarity index 100% rename from charts/incubator/homebridge/templates/common.yaml rename to charts/stable/icloudpd/templates/common.yaml diff --git a/charts/incubator/icloudpd/values.yaml b/charts/stable/icloudpd/values.yaml similarity index 100% rename from charts/incubator/icloudpd/values.yaml rename to charts/stable/icloudpd/values.yaml diff --git a/charts/incubator/gravity/.helmignore b/charts/stable/megasync/.helmignore similarity index 100% rename from charts/incubator/gravity/.helmignore rename to charts/stable/megasync/.helmignore diff --git a/charts/incubator/megasync/CHANGELOG.md b/charts/stable/megasync/CHANGELOG.md similarity index 100% rename from charts/incubator/megasync/CHANGELOG.md rename to charts/stable/megasync/CHANGELOG.md diff --git a/charts/incubator/megasync/Chart.yaml b/charts/stable/megasync/Chart.yaml similarity index 52% rename from charts/incubator/megasync/Chart.yaml rename to charts/stable/megasync/Chart.yaml index 75fde88b2b7..4b2a8757565 100644 --- a/charts/incubator/megasync/Chart.yaml +++ b/charts/stable/megasync/Chart.yaml @@ -1,4 +1,4 @@ -kubeVersion: '>=1.24.0' +kubeVersion: ">=1.24.0" apiVersion: v2 name: megasync version: 3.0.4 @@ -8,27 +8,27 @@ home: https://truecharts.org/charts/incubator/megasync icon: https://truecharts.org/img/hotlink-ok/chart-icons/megasync.png deprecated: false sources: -- https://github.com/ich777/docker-megasync -- https://github.com/truecharts/charts/tree/master/charts/incubator/megasync -- https://github.com/truecharts/containers/tree/master/mirrormegasync + - https://github.com/ich777/docker-megasync + - https://github.com/truecharts/charts/tree/master/charts/incubator/megasync + - https://github.com/truecharts/containers/tree/master/mirrormegasync maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: -- megasync -- Network-Other -- Productivity -- Tools-Utilities -- Backup + - megasync + - Network-Other + - Productivity + - Tools-Utilities + - Backup dependencies: -- name: common - version: 13.2.2 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - name: common + version: 13.2.2 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] annotations: max_scale_version: 23.10.1 min_scale_version: 22.12.4 diff --git a/charts/incubator/gravity/README.md b/charts/stable/megasync/README.md similarity index 100% rename from charts/incubator/gravity/README.md rename to charts/stable/megasync/README.md diff --git a/charts/incubator/megasync/icon.png b/charts/stable/megasync/icon.png similarity index 100% rename from charts/incubator/megasync/icon.png rename to charts/stable/megasync/icon.png diff --git a/charts/incubator/megasync/questions.yaml b/charts/stable/megasync/questions.yaml similarity index 100% rename from charts/incubator/megasync/questions.yaml rename to charts/stable/megasync/questions.yaml diff --git a/charts/incubator/gravity/templates/NOTES.txt b/charts/stable/megasync/templates/NOTES.txt similarity index 100% rename from charts/incubator/gravity/templates/NOTES.txt rename to charts/stable/megasync/templates/NOTES.txt diff --git a/charts/incubator/icloudpd/templates/common.yaml b/charts/stable/megasync/templates/common.yaml similarity index 100% rename from charts/incubator/icloudpd/templates/common.yaml rename to charts/stable/megasync/templates/common.yaml diff --git a/charts/incubator/megasync/values.yaml b/charts/stable/megasync/values.yaml similarity index 100% rename from charts/incubator/megasync/values.yaml rename to charts/stable/megasync/values.yaml diff --git a/charts/incubator/homebridge/.helmignore b/charts/stable/misskey/.helmignore similarity index 100% rename from charts/incubator/homebridge/.helmignore rename to charts/stable/misskey/.helmignore diff --git a/charts/incubator/misskey/CHANGELOG.md b/charts/stable/misskey/CHANGELOG.md similarity index 100% rename from charts/incubator/misskey/CHANGELOG.md rename to charts/stable/misskey/CHANGELOG.md diff --git a/charts/stable/misskey/Chart.yaml b/charts/stable/misskey/Chart.yaml new file mode 100644 index 00000000000..7b24f77c40e --- /dev/null +++ b/charts/stable/misskey/Chart.yaml @@ -0,0 +1,47 @@ +kubeVersion: ">=1.24.0" +apiVersion: v2 +name: misskey +version: 4.1.1 +appVersion: 2023.11.1 +description: "Open source decentralized social media platform that's free forever!" +home: https://truecharts.org/charts/incubator/misskey +icon: https://truecharts.org/img/hotlink-ok/chart-icons/misskey.png +deprecated: false +sources: + - https://github.com/misskey-dev/misskey/ + - https://github.com/truecharts/charts/tree/master/charts/incubator/misskey + - https://github.com/truecharts/containers/tree/master/mirrormisskey +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +keywords: + - Misskey + - Social + - Friend + - Social Media + - Fediverse + - ActivityPub +dependencies: + - name: common + version: 15.3.1 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 7.0.6 + repository: https://deps.truecharts.org + condition: redis.enabled + 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: incubator diff --git a/charts/incubator/homebridge/README.md b/charts/stable/misskey/README.md similarity index 100% rename from charts/incubator/homebridge/README.md rename to charts/stable/misskey/README.md diff --git a/charts/incubator/misskey/icon.png b/charts/stable/misskey/icon.png similarity index 100% rename from charts/incubator/misskey/icon.png rename to charts/stable/misskey/icon.png diff --git a/charts/incubator/misskey/questions.yaml b/charts/stable/misskey/questions.yaml similarity index 100% rename from charts/incubator/misskey/questions.yaml rename to charts/stable/misskey/questions.yaml diff --git a/charts/incubator/homebridge/templates/NOTES.txt b/charts/stable/misskey/templates/NOTES.txt similarity index 100% rename from charts/incubator/homebridge/templates/NOTES.txt rename to charts/stable/misskey/templates/NOTES.txt diff --git a/charts/incubator/misskey/templates/_configmap.tpl b/charts/stable/misskey/templates/_configmap.tpl similarity index 100% rename from charts/incubator/misskey/templates/_configmap.tpl rename to charts/stable/misskey/templates/_configmap.tpl diff --git a/charts/incubator/misskey/templates/common.yaml b/charts/stable/misskey/templates/common.yaml similarity index 100% rename from charts/incubator/misskey/templates/common.yaml rename to charts/stable/misskey/templates/common.yaml diff --git a/charts/incubator/misskey/values.yaml b/charts/stable/misskey/values.yaml similarity index 100% rename from charts/incubator/misskey/values.yaml rename to charts/stable/misskey/values.yaml diff --git a/charts/incubator/icloudpd/.helmignore b/charts/stable/netbootxyz/.helmignore similarity index 100% rename from charts/incubator/icloudpd/.helmignore rename to charts/stable/netbootxyz/.helmignore diff --git a/charts/incubator/gravity/CHANGELOG.md b/charts/stable/netbootxyz/CHANGELOG.md similarity index 100% rename from charts/incubator/gravity/CHANGELOG.md rename to charts/stable/netbootxyz/CHANGELOG.md diff --git a/charts/incubator/netbootxyz/Chart.yaml b/charts/stable/netbootxyz/Chart.yaml similarity index 54% rename from charts/incubator/netbootxyz/Chart.yaml rename to charts/stable/netbootxyz/Chart.yaml index 494f9853a71..bc949812d98 100644 --- a/charts/incubator/netbootxyz/Chart.yaml +++ b/charts/stable/netbootxyz/Chart.yaml @@ -1,4 +1,4 @@ -kubeVersion: '>=1.24.0' +kubeVersion: ">=1.24.0" apiVersion: v2 name: netbootxyz version: 0.1.1 @@ -8,24 +8,24 @@ home: https://truecharts.org/charts/incubator/netbootxyz icon: https://truecharts.org/img/hotlink-ok/chart-icons/netbootxyz.png deprecated: false sources: -- https://github.com/netbootxyz/netboot.xyz -- https://github.com/truecharts/charts/tree/master/charts/incubator/netbootxyz -- https://github.com/truecharts/containers/tree/master/mirrornetbootxyz + - https://github.com/netbootxyz/netboot.xyz + - https://github.com/truecharts/charts/tree/master/charts/incubator/netbootxyz + - https://github.com/truecharts/containers/tree/master/mirrornetbootxyz maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: -- netbootxyz -- pxe + - netbootxyz + - pxe dependencies: -- name: common - version: 13.2.2 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - name: common + version: 13.2.2 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] annotations: max_scale_version: 23.10.1 min_scale_version: 22.12.4 diff --git a/charts/incubator/icloudpd/README.md b/charts/stable/netbootxyz/README.md similarity index 100% rename from charts/incubator/icloudpd/README.md rename to charts/stable/netbootxyz/README.md diff --git a/charts/incubator/netbootxyz/icon.png b/charts/stable/netbootxyz/icon.png similarity index 100% rename from charts/incubator/netbootxyz/icon.png rename to charts/stable/netbootxyz/icon.png diff --git a/charts/incubator/netbootxyz/questions.yaml b/charts/stable/netbootxyz/questions.yaml similarity index 100% rename from charts/incubator/netbootxyz/questions.yaml rename to charts/stable/netbootxyz/questions.yaml diff --git a/charts/incubator/kaizoku/templates/common.yaml b/charts/stable/netbootxyz/templates/common.yaml similarity index 100% rename from charts/incubator/kaizoku/templates/common.yaml rename to charts/stable/netbootxyz/templates/common.yaml diff --git a/charts/incubator/netbootxyz/values.yaml b/charts/stable/netbootxyz/values.yaml similarity index 100% rename from charts/incubator/netbootxyz/values.yaml rename to charts/stable/netbootxyz/values.yaml diff --git a/charts/incubator/kaizoku/.helmignore b/charts/stable/nitter/.helmignore similarity index 100% rename from charts/incubator/kaizoku/.helmignore rename to charts/stable/nitter/.helmignore diff --git a/charts/incubator/kaizoku/CHANGELOG.md b/charts/stable/nitter/CHANGELOG.md similarity index 100% rename from charts/incubator/kaizoku/CHANGELOG.md rename to charts/stable/nitter/CHANGELOG.md diff --git a/charts/stable/nitter/Chart.yaml b/charts/stable/nitter/Chart.yaml new file mode 100644 index 00000000000..a1f49bc84ff --- /dev/null +++ b/charts/stable/nitter/Chart.yaml @@ -0,0 +1,45 @@ +kubeVersion: ">=1.24.0" +apiVersion: v2 +name: nitter +version: 2.0.1 +appVersion: latest +description: + A free and open source alternative Twitter front-end focused on privacy + and performance. +home: https://truecharts.org/charts/incubator/nitter +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nitter.png +deprecated: false +sources: + - https://github.com/zedeus/nitter + - https://github.com/truecharts/charts/tree/master/charts/incubator/nitter + - https://hub.docker.com/r/zedeus/nitter +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +keywords: + - nitter + - libre +dependencies: + - name: common + version: 14.3.5 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 6.0.66 + repository: https://deps.truecharts.org + condition: redis.enabled + 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: incubator diff --git a/charts/incubator/kaizoku/README.md b/charts/stable/nitter/README.md similarity index 100% rename from charts/incubator/kaizoku/README.md rename to charts/stable/nitter/README.md diff --git a/charts/incubator/nitter/icon.png b/charts/stable/nitter/icon.png similarity index 100% rename from charts/incubator/nitter/icon.png rename to charts/stable/nitter/icon.png diff --git a/charts/incubator/nitter/questions.yaml b/charts/stable/nitter/questions.yaml similarity index 100% rename from charts/incubator/nitter/questions.yaml rename to charts/stable/nitter/questions.yaml diff --git a/charts/incubator/icloudpd/templates/NOTES.txt b/charts/stable/nitter/templates/NOTES.txt similarity index 100% rename from charts/incubator/icloudpd/templates/NOTES.txt rename to charts/stable/nitter/templates/NOTES.txt diff --git a/charts/incubator/nitter/templates/_configmap.tpl b/charts/stable/nitter/templates/_configmap.tpl similarity index 100% rename from charts/incubator/nitter/templates/_configmap.tpl rename to charts/stable/nitter/templates/_configmap.tpl diff --git a/charts/incubator/nitter/templates/common.yaml b/charts/stable/nitter/templates/common.yaml similarity index 100% rename from charts/incubator/nitter/templates/common.yaml rename to charts/stable/nitter/templates/common.yaml diff --git a/charts/incubator/nitter/values.yaml b/charts/stable/nitter/values.yaml similarity index 100% rename from charts/incubator/nitter/values.yaml rename to charts/stable/nitter/values.yaml diff --git a/charts/incubator/kimai/.helmignore b/charts/stable/openbooks/.helmignore similarity index 100% rename from charts/incubator/kimai/.helmignore rename to charts/stable/openbooks/.helmignore diff --git a/charts/incubator/netbootxyz/CHANGELOG.md b/charts/stable/openbooks/CHANGELOG.md similarity index 100% rename from charts/incubator/netbootxyz/CHANGELOG.md rename to charts/stable/openbooks/CHANGELOG.md diff --git a/charts/incubator/openbooks/Chart.yaml b/charts/stable/openbooks/Chart.yaml similarity index 53% rename from charts/incubator/openbooks/Chart.yaml rename to charts/stable/openbooks/Chart.yaml index ae4b9572ccb..7c0f22883fa 100644 --- a/charts/incubator/openbooks/Chart.yaml +++ b/charts/stable/openbooks/Chart.yaml @@ -1,4 +1,4 @@ -kubeVersion: '>=1.24.0' +kubeVersion: ">=1.24.0" apiVersion: v2 name: openbooks version: 1.0.5 @@ -8,24 +8,24 @@ home: https://truecharts.org/charts/incubator/openbooks icon: https://truecharts.org/img/hotlink-ok/chart-icons/openbooks.png deprecated: false sources: -- https://github.com/evan-buss/openbooks -- https://github.com/truecharts/charts/tree/master/charts/incubator/openbooks -- https://github.com/truecharts/containers/tree/master/mirroropenbooks + - https://github.com/evan-buss/openbooks + - https://github.com/truecharts/charts/tree/master/charts/incubator/openbooks + - https://github.com/truecharts/containers/tree/master/mirroropenbooks maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: -- openbooks -- media + - openbooks + - media dependencies: -- name: common - version: 13.2.2 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - name: common + version: 13.2.2 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] annotations: max_scale_version: 23.10.1 min_scale_version: 22.12.4 diff --git a/charts/incubator/kimai/README.md b/charts/stable/openbooks/README.md similarity index 100% rename from charts/incubator/kimai/README.md rename to charts/stable/openbooks/README.md diff --git a/charts/incubator/openbooks/icon.png b/charts/stable/openbooks/icon.png similarity index 100% rename from charts/incubator/openbooks/icon.png rename to charts/stable/openbooks/icon.png diff --git a/charts/incubator/openbooks/questions.yaml b/charts/stable/openbooks/questions.yaml similarity index 100% rename from charts/incubator/openbooks/questions.yaml rename to charts/stable/openbooks/questions.yaml diff --git a/charts/incubator/kaizoku/templates/NOTES.txt b/charts/stable/openbooks/templates/NOTES.txt similarity index 100% rename from charts/incubator/kaizoku/templates/NOTES.txt rename to charts/stable/openbooks/templates/NOTES.txt diff --git a/charts/incubator/openbooks/templates/_args.tpl b/charts/stable/openbooks/templates/_args.tpl similarity index 100% rename from charts/incubator/openbooks/templates/_args.tpl rename to charts/stable/openbooks/templates/_args.tpl diff --git a/charts/incubator/openbooks/templates/common.yaml b/charts/stable/openbooks/templates/common.yaml similarity index 100% rename from charts/incubator/openbooks/templates/common.yaml rename to charts/stable/openbooks/templates/common.yaml diff --git a/charts/incubator/openbooks/values.yaml b/charts/stable/openbooks/values.yaml similarity index 100% rename from charts/incubator/openbooks/values.yaml rename to charts/stable/openbooks/values.yaml diff --git a/charts/incubator/megasync/.helmignore b/charts/stable/pastey/.helmignore similarity index 100% rename from charts/incubator/megasync/.helmignore rename to charts/stable/pastey/.helmignore diff --git a/charts/incubator/pastey/CHANGELOG.md b/charts/stable/pastey/CHANGELOG.md similarity index 100% rename from charts/incubator/pastey/CHANGELOG.md rename to charts/stable/pastey/CHANGELOG.md diff --git a/charts/incubator/pastey/Chart.yaml b/charts/stable/pastey/Chart.yaml similarity index 100% rename from charts/incubator/pastey/Chart.yaml rename to charts/stable/pastey/Chart.yaml diff --git a/charts/incubator/megasync/README.md b/charts/stable/pastey/README.md similarity index 100% rename from charts/incubator/megasync/README.md rename to charts/stable/pastey/README.md diff --git a/charts/incubator/pastey/ci/base-values.yaml b/charts/stable/pastey/ci/base-values.yaml similarity index 100% rename from charts/incubator/pastey/ci/base-values.yaml rename to charts/stable/pastey/ci/base-values.yaml diff --git a/charts/incubator/pastey/ci/slim-values.yaml b/charts/stable/pastey/ci/slim-values.yaml similarity index 100% rename from charts/incubator/pastey/ci/slim-values.yaml rename to charts/stable/pastey/ci/slim-values.yaml diff --git a/charts/incubator/pastey/icon.png b/charts/stable/pastey/icon.png similarity index 100% rename from charts/incubator/pastey/icon.png rename to charts/stable/pastey/icon.png diff --git a/charts/incubator/pastey/questions.yaml b/charts/stable/pastey/questions.yaml similarity index 100% rename from charts/incubator/pastey/questions.yaml rename to charts/stable/pastey/questions.yaml diff --git a/charts/incubator/kimai/templates/NOTES.txt b/charts/stable/pastey/templates/NOTES.txt similarity index 100% rename from charts/incubator/kimai/templates/NOTES.txt rename to charts/stable/pastey/templates/NOTES.txt diff --git a/charts/incubator/megasync/templates/common.yaml b/charts/stable/pastey/templates/common.yaml similarity index 100% rename from charts/incubator/megasync/templates/common.yaml rename to charts/stable/pastey/templates/common.yaml diff --git a/charts/incubator/pastey/values.yaml b/charts/stable/pastey/values.yaml similarity index 100% rename from charts/incubator/pastey/values.yaml rename to charts/stable/pastey/values.yaml diff --git a/charts/incubator/midarr/.helmignore b/charts/stable/photostructure/.helmignore similarity index 100% rename from charts/incubator/midarr/.helmignore rename to charts/stable/photostructure/.helmignore diff --git a/charts/incubator/photostructure/CHANGELOG.md b/charts/stable/photostructure/CHANGELOG.md similarity index 100% rename from charts/incubator/photostructure/CHANGELOG.md rename to charts/stable/photostructure/CHANGELOG.md diff --git a/charts/incubator/photostructure/Chart.yaml b/charts/stable/photostructure/Chart.yaml similarity index 51% rename from charts/incubator/photostructure/Chart.yaml rename to charts/stable/photostructure/Chart.yaml index 5e84ffee806..0abbd2f0e5d 100644 --- a/charts/incubator/photostructure/Chart.yaml +++ b/charts/stable/photostructure/Chart.yaml @@ -1,4 +1,4 @@ -kubeVersion: '>=1.24.0' +kubeVersion: ">=1.24.0" apiVersion: v2 name: photostructure version: 3.0.4 @@ -8,26 +8,26 @@ home: https://truecharts.org/charts/incubator/photostructure icon: https://truecharts.org/img/hotlink-ok/chart-icons/photostructure.png deprecated: false sources: -- https://github.com/photostructure/photostructure-for-servers -- https://github.com/truecharts/charts/tree/master/charts/incubator/photostructure -- https://github.com/truecharts/containers/tree/master/mirrorphotostructure + - https://github.com/photostructure/photostructure-for-servers + - https://github.com/truecharts/charts/tree/master/charts/incubator/photostructure + - https://github.com/truecharts/containers/tree/master/mirrorphotostructure maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: -- photostructure -- MediaApp-Photos -- MediaServer-Video -- MediaServer-Photos + - photostructure + - MediaApp-Photos + - MediaServer-Video + - MediaServer-Photos dependencies: -- name: common - version: 13.2.2 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - name: common + version: 13.2.2 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] annotations: max_scale_version: 23.10.1 min_scale_version: 22.12.4 diff --git a/charts/incubator/midarr/README.md b/charts/stable/photostructure/README.md similarity index 100% rename from charts/incubator/midarr/README.md rename to charts/stable/photostructure/README.md diff --git a/charts/incubator/photostructure/icon.png b/charts/stable/photostructure/icon.png similarity index 100% rename from charts/incubator/photostructure/icon.png rename to charts/stable/photostructure/icon.png diff --git a/charts/incubator/photostructure/questions.yaml b/charts/stable/photostructure/questions.yaml similarity index 100% rename from charts/incubator/photostructure/questions.yaml rename to charts/stable/photostructure/questions.yaml diff --git a/charts/incubator/megasync/templates/NOTES.txt b/charts/stable/photostructure/templates/NOTES.txt similarity index 100% rename from charts/incubator/megasync/templates/NOTES.txt rename to charts/stable/photostructure/templates/NOTES.txt diff --git a/charts/incubator/netbootxyz/templates/common.yaml b/charts/stable/photostructure/templates/common.yaml similarity index 100% rename from charts/incubator/netbootxyz/templates/common.yaml rename to charts/stable/photostructure/templates/common.yaml diff --git a/charts/incubator/photostructure/values.yaml b/charts/stable/photostructure/values.yaml similarity index 100% rename from charts/incubator/photostructure/values.yaml rename to charts/stable/photostructure/values.yaml diff --git a/charts/incubator/misskey/.helmignore b/charts/stable/plex-meta-manager/.helmignore similarity index 100% rename from charts/incubator/misskey/.helmignore rename to charts/stable/plex-meta-manager/.helmignore diff --git a/charts/incubator/plex-meta-manager/CHANGELOG.md b/charts/stable/plex-meta-manager/CHANGELOG.md similarity index 100% rename from charts/incubator/plex-meta-manager/CHANGELOG.md rename to charts/stable/plex-meta-manager/CHANGELOG.md diff --git a/charts/incubator/plex-meta-manager/Chart.yaml b/charts/stable/plex-meta-manager/Chart.yaml similarity index 55% rename from charts/incubator/plex-meta-manager/Chart.yaml rename to charts/stable/plex-meta-manager/Chart.yaml index feaaad5a83b..928a1ae2b9c 100644 --- a/charts/incubator/plex-meta-manager/Chart.yaml +++ b/charts/stable/plex-meta-manager/Chart.yaml @@ -1,4 +1,4 @@ -kubeVersion: '>=1.24.0' +kubeVersion: ">=1.24.0" apiVersion: v2 name: plex-meta-manager version: 3.0.4 @@ -8,23 +8,23 @@ home: https://truecharts.org/charts/incubator/plex-meta-manager icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-meta-manager.png deprecated: false sources: -- https://github.com/truecharts/charts/tree/master/charts/incubator/plex-meta-manager -- https://github.com/truecharts/containers/tree/master/mirrorplex-meta-manager -- https://github.com/meisnate12/Plex-Meta-Manager + - https://github.com/truecharts/charts/tree/master/charts/incubator/plex-meta-manager + - https://github.com/truecharts/containers/tree/master/mirrorplex-meta-manager + - https://github.com/meisnate12/Plex-Meta-Manager maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: -- plex-meta-manager + - plex-meta-manager dependencies: -- name: common - version: 13.2.2 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - name: common + version: 13.2.2 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] annotations: max_scale_version: 23.10.1 min_scale_version: 22.12.4 diff --git a/charts/incubator/misskey/README.md b/charts/stable/plex-meta-manager/README.md similarity index 100% rename from charts/incubator/misskey/README.md rename to charts/stable/plex-meta-manager/README.md diff --git a/charts/incubator/plex-meta-manager/docs/installation_notes.md b/charts/stable/plex-meta-manager/docs/installation_notes.md similarity index 100% rename from charts/incubator/plex-meta-manager/docs/installation_notes.md rename to charts/stable/plex-meta-manager/docs/installation_notes.md diff --git a/charts/incubator/plex-meta-manager/icon.png b/charts/stable/plex-meta-manager/icon.png similarity index 100% rename from charts/incubator/plex-meta-manager/icon.png rename to charts/stable/plex-meta-manager/icon.png diff --git a/charts/incubator/plex-meta-manager/questions.yaml b/charts/stable/plex-meta-manager/questions.yaml similarity index 100% rename from charts/incubator/plex-meta-manager/questions.yaml rename to charts/stable/plex-meta-manager/questions.yaml diff --git a/charts/incubator/midarr/templates/NOTES.txt b/charts/stable/plex-meta-manager/templates/NOTES.txt similarity index 100% rename from charts/incubator/midarr/templates/NOTES.txt rename to charts/stable/plex-meta-manager/templates/NOTES.txt diff --git a/charts/incubator/plex-meta-manager/templates/_secret.tpl b/charts/stable/plex-meta-manager/templates/_secret.tpl similarity index 100% rename from charts/incubator/plex-meta-manager/templates/_secret.tpl rename to charts/stable/plex-meta-manager/templates/_secret.tpl diff --git a/charts/incubator/plex-meta-manager/templates/common.yaml b/charts/stable/plex-meta-manager/templates/common.yaml similarity index 100% rename from charts/incubator/plex-meta-manager/templates/common.yaml rename to charts/stable/plex-meta-manager/templates/common.yaml diff --git a/charts/incubator/plex-meta-manager/values.yaml b/charts/stable/plex-meta-manager/values.yaml similarity index 100% rename from charts/incubator/plex-meta-manager/values.yaml rename to charts/stable/plex-meta-manager/values.yaml diff --git a/charts/incubator/netbootxyz/.helmignore b/charts/stable/plex-playlist-sync/.helmignore similarity index 100% rename from charts/incubator/netbootxyz/.helmignore rename to charts/stable/plex-playlist-sync/.helmignore diff --git a/charts/incubator/plex-playlist-sync/Chart.yaml b/charts/stable/plex-playlist-sync/Chart.yaml similarity index 50% rename from charts/incubator/plex-playlist-sync/Chart.yaml rename to charts/stable/plex-playlist-sync/Chart.yaml index 61cee4c6230..42c9366edb3 100644 --- a/charts/incubator/plex-playlist-sync/Chart.yaml +++ b/charts/stable/plex-playlist-sync/Chart.yaml @@ -1,4 +1,4 @@ -kubeVersion: '>=1.24.0' +kubeVersion: ">=1.24.0" apiVersion: v2 name: plex-playlist-sync version: 0.0.8 @@ -8,29 +8,29 @@ home: https://truecharts.org/charts/incubator/plex-playlist-sync icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-playlist-sync.png deprecated: false sources: -- https://github.com/rnagabhyrava/plex-playlist-sync -- https://github.com/truecharts/charts/tree/master/charts/incubator/plex-playlist-sync -- https://github.com/truecharts/containers/tree/master/mirrorplex-playlist-sync + - https://github.com/rnagabhyrava/plex-playlist-sync + - https://github.com/truecharts/charts/tree/master/charts/incubator/plex-playlist-sync + - https://github.com/truecharts/containers/tree/master/mirrorplex-playlist-sync maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: -- plex-playlist-sync -- Spotify -- Deezer -- Tools-Utilities -- MediaApp-Other -- MediaApp-Video -- MediaServer-Video + - plex-playlist-sync + - Spotify + - Deezer + - Tools-Utilities + - MediaApp-Other + - MediaApp-Video + - MediaServer-Video dependencies: -- name: common - version: 14.3.5 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - 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 diff --git a/charts/incubator/netbootxyz/README.md b/charts/stable/plex-playlist-sync/README.md similarity index 100% rename from charts/incubator/netbootxyz/README.md rename to charts/stable/plex-playlist-sync/README.md diff --git a/charts/incubator/plex-playlist-sync/docs/imgs/xml_info_token.png b/charts/stable/plex-playlist-sync/docs/imgs/xml_info_token.png similarity index 100% rename from charts/incubator/plex-playlist-sync/docs/imgs/xml_info_token.png rename to charts/stable/plex-playlist-sync/docs/imgs/xml_info_token.png diff --git a/charts/incubator/plex-playlist-sync/docs/installation_notes.md b/charts/stable/plex-playlist-sync/docs/installation_notes.md similarity index 100% rename from charts/incubator/plex-playlist-sync/docs/installation_notes.md rename to charts/stable/plex-playlist-sync/docs/installation_notes.md diff --git a/charts/incubator/plex-playlist-sync/questions.yaml b/charts/stable/plex-playlist-sync/questions.yaml similarity index 100% rename from charts/incubator/plex-playlist-sync/questions.yaml rename to charts/stable/plex-playlist-sync/questions.yaml diff --git a/charts/incubator/misskey/templates/NOTES.txt b/charts/stable/plex-playlist-sync/templates/NOTES.txt similarity index 100% rename from charts/incubator/misskey/templates/NOTES.txt rename to charts/stable/plex-playlist-sync/templates/NOTES.txt diff --git a/charts/incubator/plex-playlist-sync/templates/common.yaml b/charts/stable/plex-playlist-sync/templates/common.yaml similarity index 100% rename from charts/incubator/plex-playlist-sync/templates/common.yaml rename to charts/stable/plex-playlist-sync/templates/common.yaml diff --git a/charts/incubator/plex-playlist-sync/values.yaml b/charts/stable/plex-playlist-sync/values.yaml similarity index 100% rename from charts/incubator/plex-playlist-sync/values.yaml rename to charts/stable/plex-playlist-sync/values.yaml diff --git a/charts/incubator/nitter/.helmignore b/charts/stable/plextraktsync/.helmignore similarity index 100% rename from charts/incubator/nitter/.helmignore rename to charts/stable/plextraktsync/.helmignore diff --git a/charts/incubator/plextraktsync/CHANGELOG.md b/charts/stable/plextraktsync/CHANGELOG.md similarity index 100% rename from charts/incubator/plextraktsync/CHANGELOG.md rename to charts/stable/plextraktsync/CHANGELOG.md diff --git a/charts/incubator/plextraktsync/Chart.yaml b/charts/stable/plextraktsync/Chart.yaml similarity index 53% rename from charts/incubator/plextraktsync/Chart.yaml rename to charts/stable/plextraktsync/Chart.yaml index 9eed05bc3dd..42bdaeefd6d 100644 --- a/charts/incubator/plextraktsync/Chart.yaml +++ b/charts/stable/plextraktsync/Chart.yaml @@ -1,4 +1,4 @@ -kubeVersion: '>=1.24.0' +kubeVersion: ">=1.24.0" apiVersion: v2 name: plextraktsync version: 4.0.7 @@ -8,25 +8,25 @@ home: https://truecharts.org/charts/incubator/plextraktsync icon: https://truecharts.org/img/hotlink-ok/chart-icons/plextraktsync.png deprecated: false sources: -- https://github.com/Taxel/PlexTraktSync -- https://github.com/truecharts/charts/tree/master/charts/incubator/plextraktsync -- https://github.com/truecharts/containers/tree/master/mirrorplextraktsync + - https://github.com/Taxel/PlexTraktSync + - https://github.com/truecharts/charts/tree/master/charts/incubator/plextraktsync + - https://github.com/truecharts/containers/tree/master/mirrorplextraktsync maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: -- plextraktsync -- Tools-Utilities -- MediaApp-Other + - plextraktsync + - Tools-Utilities + - MediaApp-Other dependencies: -- name: common - version: 14.3.5 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - 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 diff --git a/charts/incubator/nitter/README.md b/charts/stable/plextraktsync/README.md similarity index 100% rename from charts/incubator/nitter/README.md rename to charts/stable/plextraktsync/README.md diff --git a/charts/incubator/plextraktsync/icon.png b/charts/stable/plextraktsync/icon.png similarity index 100% rename from charts/incubator/plextraktsync/icon.png rename to charts/stable/plextraktsync/icon.png diff --git a/charts/incubator/plextraktsync/questions.yaml b/charts/stable/plextraktsync/questions.yaml similarity index 100% rename from charts/incubator/plextraktsync/questions.yaml rename to charts/stable/plextraktsync/questions.yaml diff --git a/charts/incubator/nitter/templates/NOTES.txt b/charts/stable/plextraktsync/templates/NOTES.txt similarity index 100% rename from charts/incubator/nitter/templates/NOTES.txt rename to charts/stable/plextraktsync/templates/NOTES.txt diff --git a/charts/incubator/plextraktsync/templates/_cronjob.tpl b/charts/stable/plextraktsync/templates/_cronjob.tpl similarity index 100% rename from charts/incubator/plextraktsync/templates/_cronjob.tpl rename to charts/stable/plextraktsync/templates/_cronjob.tpl diff --git a/charts/incubator/plextraktsync/templates/common.yaml b/charts/stable/plextraktsync/templates/common.yaml similarity index 100% rename from charts/incubator/plextraktsync/templates/common.yaml rename to charts/stable/plextraktsync/templates/common.yaml diff --git a/charts/incubator/plextraktsync/values.yaml b/charts/stable/plextraktsync/values.yaml similarity index 100% rename from charts/incubator/plextraktsync/values.yaml rename to charts/stable/plextraktsync/values.yaml diff --git a/charts/incubator/openbooks/.helmignore b/charts/stable/pocketmine-mp/.helmignore similarity index 100% rename from charts/incubator/openbooks/.helmignore rename to charts/stable/pocketmine-mp/.helmignore diff --git a/charts/incubator/nitter/CHANGELOG.md b/charts/stable/pocketmine-mp/CHANGELOG.md similarity index 100% rename from charts/incubator/nitter/CHANGELOG.md rename to charts/stable/pocketmine-mp/CHANGELOG.md diff --git a/charts/incubator/pocketmine-mp/Chart.yaml b/charts/stable/pocketmine-mp/Chart.yaml similarity index 54% rename from charts/incubator/pocketmine-mp/Chart.yaml rename to charts/stable/pocketmine-mp/Chart.yaml index f816478c8b9..e2a5bcfbbb0 100644 --- a/charts/incubator/pocketmine-mp/Chart.yaml +++ b/charts/stable/pocketmine-mp/Chart.yaml @@ -1,4 +1,4 @@ -kubeVersion: '>=1.24.0' +kubeVersion: ">=1.24.0" apiVersion: v2 name: pocketmine-mp version: 0.0.2 @@ -8,24 +8,24 @@ home: https://truecharts.org/charts/incubator/pocketmine-mp icon: https://truecharts.org/img/hotlink-ok/chart-icons/pocketmine-mp.png deprecated: false sources: -- https://github.com/pmmp/PocketMine-MP -- https://github.com/truecharts/charts/tree/master/charts/incubator/pocketmine-mp -- https://github.com/truecharts/containers/tree/master/mirrorpocketmine-mp + - https://github.com/pmmp/PocketMine-MP + - https://github.com/truecharts/charts/tree/master/charts/incubator/pocketmine-mp + - https://github.com/truecharts/containers/tree/master/mirrorpocketmine-mp maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: -- pocketmine-mp -- minecraft + - pocketmine-mp + - minecraft dependencies: -- name: common - version: 14.3.3 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - name: common + version: 14.3.3 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] annotations: max_scale_version: 23.10.1 min_scale_version: 22.12.4 diff --git a/charts/incubator/openbooks/README.md b/charts/stable/pocketmine-mp/README.md similarity index 100% rename from charts/incubator/openbooks/README.md rename to charts/stable/pocketmine-mp/README.md diff --git a/charts/incubator/pocketmine-mp/docs/installation_notes.md b/charts/stable/pocketmine-mp/docs/installation_notes.md similarity index 100% rename from charts/incubator/pocketmine-mp/docs/installation_notes.md rename to charts/stable/pocketmine-mp/docs/installation_notes.md diff --git a/charts/incubator/pocketmine-mp/icon.png b/charts/stable/pocketmine-mp/icon.png similarity index 100% rename from charts/incubator/pocketmine-mp/icon.png rename to charts/stable/pocketmine-mp/icon.png diff --git a/charts/incubator/pocketmine-mp/questions.yaml b/charts/stable/pocketmine-mp/questions.yaml similarity index 100% rename from charts/incubator/pocketmine-mp/questions.yaml rename to charts/stable/pocketmine-mp/questions.yaml diff --git a/charts/incubator/openbooks/templates/NOTES.txt b/charts/stable/pocketmine-mp/templates/NOTES.txt similarity index 100% rename from charts/incubator/openbooks/templates/NOTES.txt rename to charts/stable/pocketmine-mp/templates/NOTES.txt diff --git a/charts/incubator/pastey/templates/common.yaml b/charts/stable/pocketmine-mp/templates/common.yaml similarity index 100% rename from charts/incubator/pastey/templates/common.yaml rename to charts/stable/pocketmine-mp/templates/common.yaml diff --git a/charts/incubator/pocketmine-mp/values.yaml b/charts/stable/pocketmine-mp/values.yaml similarity index 100% rename from charts/incubator/pocketmine-mp/values.yaml rename to charts/stable/pocketmine-mp/values.yaml diff --git a/charts/incubator/owncloud-ocis/.helmignore b/charts/stable/proxmox-backup-server/.helmignore similarity index 100% rename from charts/incubator/owncloud-ocis/.helmignore rename to charts/stable/proxmox-backup-server/.helmignore diff --git a/charts/incubator/proxmox-backup-server/CHANGELOG.md b/charts/stable/proxmox-backup-server/CHANGELOG.md similarity index 100% rename from charts/incubator/proxmox-backup-server/CHANGELOG.md rename to charts/stable/proxmox-backup-server/CHANGELOG.md diff --git a/charts/incubator/proxmox-backup-server/Chart.yaml b/charts/stable/proxmox-backup-server/Chart.yaml similarity index 55% rename from charts/incubator/proxmox-backup-server/Chart.yaml rename to charts/stable/proxmox-backup-server/Chart.yaml index c585890ed6e..a1bee5b25c7 100644 --- a/charts/incubator/proxmox-backup-server/Chart.yaml +++ b/charts/stable/proxmox-backup-server/Chart.yaml @@ -1,4 +1,4 @@ -kubeVersion: '>=1.24.0' +kubeVersion: ">=1.24.0" apiVersion: v2 name: proxmox-backup-server version: 0.0.7 @@ -8,23 +8,23 @@ home: https://truecharts.org/charts/incubator/proxmox-backup-server icon: https://truecharts.org/img/hotlink-ok/chart-icons/proxmox-backup-server.png deprecated: false sources: -- https://github.com/truecharts/charts/tree/master/charts/incubator/proxmox-backup-server -- https://github.com/truecharts/containers/tree/master/mirrorproxmox-backup-server + - https://github.com/truecharts/charts/tree/master/charts/incubator/proxmox-backup-server + - https://github.com/truecharts/containers/tree/master/mirrorproxmox-backup-server maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: -- proxmox-backup-server -- pbs + - proxmox-backup-server + - pbs dependencies: -- name: common - version: 14.3.5 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - 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 diff --git a/charts/incubator/owncloud-ocis/README.md b/charts/stable/proxmox-backup-server/README.md similarity index 100% rename from charts/incubator/owncloud-ocis/README.md rename to charts/stable/proxmox-backup-server/README.md diff --git a/charts/incubator/proxmox-backup-server/docs/installation_notes.md b/charts/stable/proxmox-backup-server/docs/installation_notes.md similarity index 100% rename from charts/incubator/proxmox-backup-server/docs/installation_notes.md rename to charts/stable/proxmox-backup-server/docs/installation_notes.md diff --git a/charts/incubator/proxmox-backup-server/icon.png b/charts/stable/proxmox-backup-server/icon.png similarity index 100% rename from charts/incubator/proxmox-backup-server/icon.png rename to charts/stable/proxmox-backup-server/icon.png diff --git a/charts/incubator/proxmox-backup-server/questions.yaml b/charts/stable/proxmox-backup-server/questions.yaml similarity index 100% rename from charts/incubator/proxmox-backup-server/questions.yaml rename to charts/stable/proxmox-backup-server/questions.yaml diff --git a/charts/incubator/photostructure/templates/common.yaml b/charts/stable/proxmox-backup-server/templates/common.yaml similarity index 100% rename from charts/incubator/photostructure/templates/common.yaml rename to charts/stable/proxmox-backup-server/templates/common.yaml diff --git a/charts/incubator/proxmox-backup-server/values.yaml b/charts/stable/proxmox-backup-server/values.yaml similarity index 100% rename from charts/incubator/proxmox-backup-server/values.yaml rename to charts/stable/proxmox-backup-server/values.yaml diff --git a/charts/incubator/owntracks/.helmignore b/charts/stable/rimgo/.helmignore similarity index 100% rename from charts/incubator/owntracks/.helmignore rename to charts/stable/rimgo/.helmignore diff --git a/charts/incubator/rimgo/CHANGELOG.md b/charts/stable/rimgo/CHANGELOG.md similarity index 100% rename from charts/incubator/rimgo/CHANGELOG.md rename to charts/stable/rimgo/CHANGELOG.md diff --git a/charts/incubator/rimgo/Chart.yaml b/charts/stable/rimgo/Chart.yaml similarity index 55% rename from charts/incubator/rimgo/Chart.yaml rename to charts/stable/rimgo/Chart.yaml index c605710e745..2e475eac712 100644 --- a/charts/incubator/rimgo/Chart.yaml +++ b/charts/stable/rimgo/Chart.yaml @@ -1,4 +1,4 @@ -kubeVersion: '>=1.24.0' +kubeVersion: ">=1.24.0" apiVersion: v2 name: rimgo version: 3.0.2 @@ -8,23 +8,23 @@ home: https://truecharts.org/charts/incubator/rimgo icon: https://truecharts.org/img/hotlink-ok/chart-icons/rimgo.png deprecated: false sources: -- https://github.com/truecharts/charts/tree/master/charts/incubator/rimgo -- https://github.com/truecharts/containers/tree/master/mirrorrimgo + - https://github.com/truecharts/charts/tree/master/charts/incubator/rimgo + - https://github.com/truecharts/containers/tree/master/mirrorrimgo maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: -- rimgo -- Network-Web + - rimgo + - Network-Web dependencies: -- name: common - version: 15.0.1 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - name: common + version: 15.0.1 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] annotations: max_scale_version: 23.10.1 min_scale_version: 22.12.4 diff --git a/charts/incubator/owntracks/README.md b/charts/stable/rimgo/README.md similarity index 100% rename from charts/incubator/owntracks/README.md rename to charts/stable/rimgo/README.md diff --git a/charts/incubator/rimgo/icon.png b/charts/stable/rimgo/icon.png similarity index 100% rename from charts/incubator/rimgo/icon.png rename to charts/stable/rimgo/icon.png diff --git a/charts/incubator/rimgo/questions.yaml b/charts/stable/rimgo/questions.yaml similarity index 100% rename from charts/incubator/rimgo/questions.yaml rename to charts/stable/rimgo/questions.yaml diff --git a/charts/incubator/owncloud-ocis/templates/NOTES.txt b/charts/stable/rimgo/templates/NOTES.txt similarity index 100% rename from charts/incubator/owncloud-ocis/templates/NOTES.txt rename to charts/stable/rimgo/templates/NOTES.txt diff --git a/charts/incubator/rimgo/templates/common.yaml b/charts/stable/rimgo/templates/common.yaml similarity index 100% rename from charts/incubator/rimgo/templates/common.yaml rename to charts/stable/rimgo/templates/common.yaml diff --git a/charts/incubator/rimgo/values.yaml b/charts/stable/rimgo/values.yaml similarity index 100% rename from charts/incubator/rimgo/values.yaml rename to charts/stable/rimgo/values.yaml diff --git a/charts/incubator/pastey/.helmignore b/charts/stable/scrypted/.helmignore similarity index 100% rename from charts/incubator/pastey/.helmignore rename to charts/stable/scrypted/.helmignore diff --git a/charts/incubator/openbooks/CHANGELOG.md b/charts/stable/scrypted/CHANGELOG.md similarity index 100% rename from charts/incubator/openbooks/CHANGELOG.md rename to charts/stable/scrypted/CHANGELOG.md diff --git a/charts/incubator/scrypted/Chart.yaml b/charts/stable/scrypted/Chart.yaml similarity index 100% rename from charts/incubator/scrypted/Chart.yaml rename to charts/stable/scrypted/Chart.yaml diff --git a/charts/incubator/pastey/README.md b/charts/stable/scrypted/README.md similarity index 100% rename from charts/incubator/pastey/README.md rename to charts/stable/scrypted/README.md diff --git a/charts/incubator/scrypted/ci/base-values.yaml b/charts/stable/scrypted/ci/base-values.yaml similarity index 100% rename from charts/incubator/scrypted/ci/base-values.yaml rename to charts/stable/scrypted/ci/base-values.yaml diff --git a/charts/incubator/scrypted/ci/full-values.yaml b/charts/stable/scrypted/ci/full-values.yaml similarity index 100% rename from charts/incubator/scrypted/ci/full-values.yaml rename to charts/stable/scrypted/ci/full-values.yaml diff --git a/charts/incubator/scrypted/ci/lite-values.yaml b/charts/stable/scrypted/ci/lite-values.yaml similarity index 100% rename from charts/incubator/scrypted/ci/lite-values.yaml rename to charts/stable/scrypted/ci/lite-values.yaml diff --git a/charts/incubator/scrypted/icon.png b/charts/stable/scrypted/icon.png similarity index 100% rename from charts/incubator/scrypted/icon.png rename to charts/stable/scrypted/icon.png diff --git a/charts/incubator/scrypted/questions.yaml b/charts/stable/scrypted/questions.yaml similarity index 100% rename from charts/incubator/scrypted/questions.yaml rename to charts/stable/scrypted/questions.yaml diff --git a/charts/incubator/owntracks/templates/NOTES.txt b/charts/stable/scrypted/templates/NOTES.txt similarity index 100% rename from charts/incubator/owntracks/templates/NOTES.txt rename to charts/stable/scrypted/templates/NOTES.txt diff --git a/charts/incubator/pocketmine-mp/templates/common.yaml b/charts/stable/scrypted/templates/common.yaml similarity index 100% rename from charts/incubator/pocketmine-mp/templates/common.yaml rename to charts/stable/scrypted/templates/common.yaml diff --git a/charts/incubator/scrypted/values.yaml b/charts/stable/scrypted/values.yaml similarity index 100% rename from charts/incubator/scrypted/values.yaml rename to charts/stable/scrypted/values.yaml diff --git a/charts/incubator/photostructure/.helmignore b/charts/stable/smtp-relay/.helmignore similarity index 100% rename from charts/incubator/photostructure/.helmignore rename to charts/stable/smtp-relay/.helmignore diff --git a/charts/incubator/pocketmine-mp/CHANGELOG.md b/charts/stable/smtp-relay/CHANGELOG.md similarity index 100% rename from charts/incubator/pocketmine-mp/CHANGELOG.md rename to charts/stable/smtp-relay/CHANGELOG.md diff --git a/charts/incubator/smtp-relay/Chart.yaml b/charts/stable/smtp-relay/Chart.yaml similarity index 54% rename from charts/incubator/smtp-relay/Chart.yaml rename to charts/stable/smtp-relay/Chart.yaml index 149714d695d..536d048ea63 100644 --- a/charts/incubator/smtp-relay/Chart.yaml +++ b/charts/stable/smtp-relay/Chart.yaml @@ -1,4 +1,4 @@ -kubeVersion: '>=1.24.0' +kubeVersion: ">=1.24.0" apiVersion: v2 name: smtp-relay version: 0.0.8 @@ -8,24 +8,24 @@ home: https://truecharts.org/charts/incubator/smtp-relay icon: https://truecharts.org/img/hotlink-ok/chart-icons/smtp-relay.png deprecated: false sources: -- https://github.com/ix-ai/smtp -- https://github.com/truecharts/charts/tree/master/charts/incubator/smtp-relay -- https://github.com/truecharts/containers/tree/master/mirrorsmtp-relay + - https://github.com/ix-ai/smtp + - https://github.com/truecharts/charts/tree/master/charts/incubator/smtp-relay + - https://github.com/truecharts/containers/tree/master/mirrorsmtp-relay maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: -- smtp-relay -- smtp + - smtp-relay + - smtp dependencies: -- name: common - version: 14.3.5 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - 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 diff --git a/charts/incubator/photostructure/README.md b/charts/stable/smtp-relay/README.md similarity index 100% rename from charts/incubator/photostructure/README.md rename to charts/stable/smtp-relay/README.md diff --git a/charts/incubator/smtp-relay/icon.png b/charts/stable/smtp-relay/icon.png similarity index 100% rename from charts/incubator/smtp-relay/icon.png rename to charts/stable/smtp-relay/icon.png diff --git a/charts/incubator/smtp-relay/questions.yaml b/charts/stable/smtp-relay/questions.yaml similarity index 100% rename from charts/incubator/smtp-relay/questions.yaml rename to charts/stable/smtp-relay/questions.yaml diff --git a/charts/incubator/pastey/templates/NOTES.txt b/charts/stable/smtp-relay/templates/NOTES.txt similarity index 100% rename from charts/incubator/pastey/templates/NOTES.txt rename to charts/stable/smtp-relay/templates/NOTES.txt diff --git a/charts/incubator/proxmox-backup-server/templates/common.yaml b/charts/stable/smtp-relay/templates/common.yaml similarity index 100% rename from charts/incubator/proxmox-backup-server/templates/common.yaml rename to charts/stable/smtp-relay/templates/common.yaml diff --git a/charts/incubator/smtp-relay/values.yaml b/charts/stable/smtp-relay/values.yaml similarity index 100% rename from charts/incubator/smtp-relay/values.yaml rename to charts/stable/smtp-relay/values.yaml diff --git a/charts/incubator/plex-meta-manager/.helmignore b/charts/stable/sonsoftheforest/.helmignore similarity index 100% rename from charts/incubator/plex-meta-manager/.helmignore rename to charts/stable/sonsoftheforest/.helmignore diff --git a/charts/incubator/rar2fs/CHANGELOG.md b/charts/stable/sonsoftheforest/CHANGELOG.md similarity index 100% rename from charts/incubator/rar2fs/CHANGELOG.md rename to charts/stable/sonsoftheforest/CHANGELOG.md diff --git a/charts/incubator/sonsoftheforest/Chart.yaml b/charts/stable/sonsoftheforest/Chart.yaml similarity index 53% rename from charts/incubator/sonsoftheforest/Chart.yaml rename to charts/stable/sonsoftheforest/Chart.yaml index a5fccd4a1d2..d823fa91c40 100644 --- a/charts/incubator/sonsoftheforest/Chart.yaml +++ b/charts/stable/sonsoftheforest/Chart.yaml @@ -1,4 +1,4 @@ -kubeVersion: '>=1.24.0' +kubeVersion: ">=1.24.0" apiVersion: v2 name: sonsoftheforest version: 0.0.9 @@ -8,24 +8,24 @@ home: https://truecharts.org/charts/incubator/sonsoftheforest icon: https://truecharts.org/img/hotlink-ok/chart-icons/sonsoftheforest.png deprecated: false sources: -- https://github.com/truecharts/containers/tree/master/mirrorsonsoftheforest -- https://github.com/ich777/docker-steamcmd-server/tree/sonsoftheforest -- https://github.com/truecharts/charts/tree/master/charts/incubator/sonsoftheforest + - https://github.com/truecharts/containers/tree/master/mirrorsonsoftheforest + - https://github.com/ich777/docker-steamcmd-server/tree/sonsoftheforest + - https://github.com/truecharts/charts/tree/master/charts/incubator/sonsoftheforest maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: -- sonsoftheforest -- GameServers + - sonsoftheforest + - GameServers dependencies: -- name: common - version: 14.3.5 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - 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 diff --git a/charts/incubator/plex-meta-manager/README.md b/charts/stable/sonsoftheforest/README.md similarity index 100% rename from charts/incubator/plex-meta-manager/README.md rename to charts/stable/sonsoftheforest/README.md diff --git a/charts/incubator/sonsoftheforest/icon.png b/charts/stable/sonsoftheforest/icon.png similarity index 100% rename from charts/incubator/sonsoftheforest/icon.png rename to charts/stable/sonsoftheforest/icon.png diff --git a/charts/incubator/sonsoftheforest/questions.yaml b/charts/stable/sonsoftheforest/questions.yaml similarity index 100% rename from charts/incubator/sonsoftheforest/questions.yaml rename to charts/stable/sonsoftheforest/questions.yaml diff --git a/charts/incubator/photostructure/templates/NOTES.txt b/charts/stable/sonsoftheforest/templates/NOTES.txt similarity index 100% rename from charts/incubator/photostructure/templates/NOTES.txt rename to charts/stable/sonsoftheforest/templates/NOTES.txt diff --git a/charts/incubator/sonsoftheforest/templates/_configmap.tpl b/charts/stable/sonsoftheforest/templates/_configmap.tpl similarity index 100% rename from charts/incubator/sonsoftheforest/templates/_configmap.tpl rename to charts/stable/sonsoftheforest/templates/_configmap.tpl diff --git a/charts/incubator/sonsoftheforest/templates/common.yaml b/charts/stable/sonsoftheforest/templates/common.yaml similarity index 100% rename from charts/incubator/sonsoftheforest/templates/common.yaml rename to charts/stable/sonsoftheforest/templates/common.yaml diff --git a/charts/incubator/sonsoftheforest/values.yaml b/charts/stable/sonsoftheforest/values.yaml similarity index 100% rename from charts/incubator/sonsoftheforest/values.yaml rename to charts/stable/sonsoftheforest/values.yaml diff --git a/charts/incubator/plex-playlist-sync/.helmignore b/charts/stable/splunk/.helmignore similarity index 100% rename from charts/incubator/plex-playlist-sync/.helmignore rename to charts/stable/splunk/.helmignore diff --git a/charts/incubator/splunk/CHANGELOG.md b/charts/stable/splunk/CHANGELOG.md similarity index 100% rename from charts/incubator/splunk/CHANGELOG.md rename to charts/stable/splunk/CHANGELOG.md diff --git a/charts/stable/splunk/Chart.yaml b/charts/stable/splunk/Chart.yaml new file mode 100644 index 00000000000..e1fa902cf81 --- /dev/null +++ b/charts/stable/splunk/Chart.yaml @@ -0,0 +1,39 @@ +kubeVersion: ">=1.24.0" +apiVersion: v2 +name: splunk +version: 4.1.1 +appVersion: 9.1.2 +description: + This is a Chartfile for Splunk designed for OpenShift and TrueNAS based + on Alpine Linux - https://www.splunk.com +home: https://truecharts.org/charts/incubator/splunk +icon: https://truecharts.org/img/hotlink-ok/chart-icons/splunk.png +deprecated: false +sources: + - https://splunk.github.io/docker-splunk + - https://github.com/truecharts/charts/tree/master/charts/incubator/splunk + - https://hub.docker.com/r/splunk/splunk +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +keywords: + - splunk + - Tools-Utilities + - Network-Management +dependencies: + - name: common + version: 15.2.0 + 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: Tools-Utilities + truecharts.org/max_helm_version: "3.13" + truecharts.org/min_helm_version: "3.12" + truecharts.org/train: incubator diff --git a/charts/incubator/plex-playlist-sync/README.md b/charts/stable/splunk/README.md similarity index 100% rename from charts/incubator/plex-playlist-sync/README.md rename to charts/stable/splunk/README.md diff --git a/charts/incubator/splunk/icon.png b/charts/stable/splunk/icon.png similarity index 100% rename from charts/incubator/splunk/icon.png rename to charts/stable/splunk/icon.png diff --git a/charts/incubator/splunk/questions.yaml b/charts/stable/splunk/questions.yaml similarity index 100% rename from charts/incubator/splunk/questions.yaml rename to charts/stable/splunk/questions.yaml diff --git a/charts/incubator/plex-meta-manager/templates/NOTES.txt b/charts/stable/splunk/templates/NOTES.txt similarity index 100% rename from charts/incubator/plex-meta-manager/templates/NOTES.txt rename to charts/stable/splunk/templates/NOTES.txt diff --git a/charts/incubator/splunk/templates/_config.tpl b/charts/stable/splunk/templates/_config.tpl similarity index 100% rename from charts/incubator/splunk/templates/_config.tpl rename to charts/stable/splunk/templates/_config.tpl diff --git a/charts/incubator/splunk/templates/common.yaml b/charts/stable/splunk/templates/common.yaml similarity index 100% rename from charts/incubator/splunk/templates/common.yaml rename to charts/stable/splunk/templates/common.yaml diff --git a/charts/incubator/splunk/values.yaml b/charts/stable/splunk/values.yaml similarity index 100% rename from charts/incubator/splunk/values.yaml rename to charts/stable/splunk/values.yaml diff --git a/charts/incubator/plextraktsync/.helmignore b/charts/stable/steam-headless/.helmignore similarity index 100% rename from charts/incubator/plextraktsync/.helmignore rename to charts/stable/steam-headless/.helmignore diff --git a/charts/incubator/scrypted/CHANGELOG.md b/charts/stable/steam-headless/CHANGELOG.md similarity index 100% rename from charts/incubator/scrypted/CHANGELOG.md rename to charts/stable/steam-headless/CHANGELOG.md diff --git a/charts/incubator/steam-headless/Chart.yaml b/charts/stable/steam-headless/Chart.yaml similarity index 52% rename from charts/incubator/steam-headless/Chart.yaml rename to charts/stable/steam-headless/Chart.yaml index 958b972fc14..b20519a37b1 100644 --- a/charts/incubator/steam-headless/Chart.yaml +++ b/charts/stable/steam-headless/Chart.yaml @@ -1,4 +1,4 @@ -kubeVersion: '>=1.24.0' +kubeVersion: ">=1.24.0" apiVersion: v2 name: steam-headless version: 0.0.7 @@ -8,24 +8,24 @@ home: https://truecharts.org/charts/incubator/steam-headless icon: https://truecharts.org/img/hotlink-ok/chart-icons/steam-headless.png deprecated: false sources: -- https://github.com/Steam-Headless/docker-steam-headless -- https://github.com/truecharts/charts/tree/master/charts/incubator/steam-headless -- https://github.com/truecharts/containers/tree/master/mirrorsteam-headless + - https://github.com/Steam-Headless/docker-steam-headless + - https://github.com/truecharts/charts/tree/master/charts/incubator/steam-headless + - https://github.com/truecharts/containers/tree/master/mirrorsteam-headless maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: -- steam-headless -- games + - steam-headless + - games dependencies: -- name: common - version: 13.2.2 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - name: common + version: 13.2.2 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] annotations: max_scale_version: 23.10.1 min_scale_version: 22.12.4 diff --git a/charts/incubator/plextraktsync/README.md b/charts/stable/steam-headless/README.md similarity index 100% rename from charts/incubator/plextraktsync/README.md rename to charts/stable/steam-headless/README.md diff --git a/charts/incubator/steam-headless/icon.png b/charts/stable/steam-headless/icon.png similarity index 100% rename from charts/incubator/steam-headless/icon.png rename to charts/stable/steam-headless/icon.png diff --git a/charts/incubator/steam-headless/questions.yaml b/charts/stable/steam-headless/questions.yaml similarity index 100% rename from charts/incubator/steam-headless/questions.yaml rename to charts/stable/steam-headless/questions.yaml diff --git a/charts/incubator/plex-playlist-sync/templates/NOTES.txt b/charts/stable/steam-headless/templates/NOTES.txt similarity index 100% rename from charts/incubator/plex-playlist-sync/templates/NOTES.txt rename to charts/stable/steam-headless/templates/NOTES.txt diff --git a/charts/incubator/rar2fs/templates/common.yaml b/charts/stable/steam-headless/templates/common.yaml similarity index 100% rename from charts/incubator/rar2fs/templates/common.yaml rename to charts/stable/steam-headless/templates/common.yaml diff --git a/charts/incubator/steam-headless/values.yaml b/charts/stable/steam-headless/values.yaml similarity index 100% rename from charts/incubator/steam-headless/values.yaml rename to charts/stable/steam-headless/values.yaml diff --git a/charts/incubator/pocketmine-mp/.helmignore b/charts/stable/tasmoadmin/.helmignore similarity index 100% rename from charts/incubator/pocketmine-mp/.helmignore rename to charts/stable/tasmoadmin/.helmignore diff --git a/charts/incubator/tasmoadmin/CHANGELOG.md b/charts/stable/tasmoadmin/CHANGELOG.md similarity index 100% rename from charts/incubator/tasmoadmin/CHANGELOG.md rename to charts/stable/tasmoadmin/CHANGELOG.md diff --git a/charts/incubator/tasmoadmin/Chart.yaml b/charts/stable/tasmoadmin/Chart.yaml similarity index 53% rename from charts/incubator/tasmoadmin/Chart.yaml rename to charts/stable/tasmoadmin/Chart.yaml index 49e7ba48da8..b2c9bbf0c72 100644 --- a/charts/incubator/tasmoadmin/Chart.yaml +++ b/charts/stable/tasmoadmin/Chart.yaml @@ -1,4 +1,4 @@ -kubeVersion: '>=1.24.0' +kubeVersion: ">=1.24.0" apiVersion: v2 name: tasmoadmin version: 4.0.11 @@ -8,25 +8,25 @@ home: https://truecharts.org/charts/incubator/tasmoadmin icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmoadmin.png deprecated: false sources: -- https://github.com/TasmoAdmin/TasmoAdmin -- https://github.com/truecharts/charts/tree/master/charts/incubator/tasmoadmin -- https://github.com/truecharts/containers/tree/master/mirrortasmoadmin + - https://github.com/TasmoAdmin/TasmoAdmin + - https://github.com/truecharts/charts/tree/master/charts/incubator/tasmoadmin + - https://github.com/truecharts/containers/tree/master/mirrortasmoadmin maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: -- tasmoadmin -- HomeAutomation -- Network-Management + - tasmoadmin + - HomeAutomation + - Network-Management dependencies: -- name: common - version: 13.2.2 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - name: common + version: 13.2.2 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] annotations: max_scale_version: 23.10.1 min_scale_version: 22.12.4 diff --git a/charts/incubator/pocketmine-mp/README.md b/charts/stable/tasmoadmin/README.md similarity index 100% rename from charts/incubator/pocketmine-mp/README.md rename to charts/stable/tasmoadmin/README.md diff --git a/charts/incubator/tasmoadmin/icon.png b/charts/stable/tasmoadmin/icon.png similarity index 100% rename from charts/incubator/tasmoadmin/icon.png rename to charts/stable/tasmoadmin/icon.png diff --git a/charts/incubator/tasmoadmin/questions.yaml b/charts/stable/tasmoadmin/questions.yaml similarity index 100% rename from charts/incubator/tasmoadmin/questions.yaml rename to charts/stable/tasmoadmin/questions.yaml diff --git a/charts/incubator/scrypted/templates/common.yaml b/charts/stable/tasmoadmin/templates/common.yaml similarity index 100% rename from charts/incubator/scrypted/templates/common.yaml rename to charts/stable/tasmoadmin/templates/common.yaml diff --git a/charts/incubator/tasmoadmin/values.yaml b/charts/stable/tasmoadmin/values.yaml similarity index 100% rename from charts/incubator/tasmoadmin/values.yaml rename to charts/stable/tasmoadmin/values.yaml diff --git a/charts/incubator/proxmox-backup-server/.helmignore b/charts/stable/tasmobackup/.helmignore similarity index 100% rename from charts/incubator/proxmox-backup-server/.helmignore rename to charts/stable/tasmobackup/.helmignore diff --git a/charts/incubator/tasmobackup/CHANGELOG.md b/charts/stable/tasmobackup/CHANGELOG.md similarity index 100% rename from charts/incubator/tasmobackup/CHANGELOG.md rename to charts/stable/tasmobackup/CHANGELOG.md diff --git a/charts/incubator/tasmobackup/Chart.yaml b/charts/stable/tasmobackup/Chart.yaml similarity index 52% rename from charts/incubator/tasmobackup/Chart.yaml rename to charts/stable/tasmobackup/Chart.yaml index 5b14ccdad1c..f2e821fac2d 100644 --- a/charts/incubator/tasmobackup/Chart.yaml +++ b/charts/stable/tasmobackup/Chart.yaml @@ -1,4 +1,4 @@ -kubeVersion: '>=1.24.0' +kubeVersion: ">=1.24.0" apiVersion: v2 name: tasmobackup version: 3.0.4 @@ -8,25 +8,25 @@ home: https://truecharts.org/charts/incubator/tasmobackup icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmobackup.png deprecated: false sources: -- https://github.com/danmed/TasmoBackupV1 -- https://github.com/truecharts/charts/tree/master/charts/incubator/tasmobackup -- https://github.com/truecharts/containers/tree/master/mirrortasmobackup + - https://github.com/danmed/TasmoBackupV1 + - https://github.com/truecharts/charts/tree/master/charts/incubator/tasmobackup + - https://github.com/truecharts/containers/tree/master/mirrortasmobackup maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: -- tasmobackup -- HomeAutomation -- Network-Management + - tasmobackup + - HomeAutomation + - Network-Management dependencies: -- name: common - version: 13.2.2 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - name: common + version: 13.2.2 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] annotations: max_scale_version: 23.10.1 min_scale_version: 22.12.4 diff --git a/charts/incubator/proxmox-backup-server/README.md b/charts/stable/tasmobackup/README.md similarity index 100% rename from charts/incubator/proxmox-backup-server/README.md rename to charts/stable/tasmobackup/README.md diff --git a/charts/incubator/tasmobackup/icon.png b/charts/stable/tasmobackup/icon.png similarity index 100% rename from charts/incubator/tasmobackup/icon.png rename to charts/stable/tasmobackup/icon.png diff --git a/charts/incubator/tasmobackup/questions.yaml b/charts/stable/tasmobackup/questions.yaml similarity index 100% rename from charts/incubator/tasmobackup/questions.yaml rename to charts/stable/tasmobackup/questions.yaml diff --git a/charts/incubator/smtp-relay/templates/common.yaml b/charts/stable/tasmobackup/templates/common.yaml similarity index 100% rename from charts/incubator/smtp-relay/templates/common.yaml rename to charts/stable/tasmobackup/templates/common.yaml diff --git a/charts/incubator/tasmobackup/values.yaml b/charts/stable/tasmobackup/values.yaml similarity index 100% rename from charts/incubator/tasmobackup/values.yaml rename to charts/stable/tasmobackup/values.yaml diff --git a/charts/incubator/rar2fs/.helmignore b/charts/stable/tasmocompiler/.helmignore similarity index 100% rename from charts/incubator/rar2fs/.helmignore rename to charts/stable/tasmocompiler/.helmignore diff --git a/charts/incubator/tasmocompiler/CHANGELOG.md b/charts/stable/tasmocompiler/CHANGELOG.md similarity index 100% rename from charts/incubator/tasmocompiler/CHANGELOG.md rename to charts/stable/tasmocompiler/CHANGELOG.md diff --git a/charts/stable/tasmocompiler/Chart.yaml b/charts/stable/tasmocompiler/Chart.yaml new file mode 100644 index 00000000000..fc1a250d87e --- /dev/null +++ b/charts/stable/tasmocompiler/Chart.yaml @@ -0,0 +1,39 @@ +kubeVersion: ">=1.24.0" +apiVersion: v2 +name: tasmocompiler +version: 3.0.5 +appVersion: latest +description: + TasmoCompiler is a simple web GUI which allows you to compile fantastic + Tasmota firmware with your own settings +home: https://truecharts.org/charts/incubator/tasmocompiler +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmocompiler.png +deprecated: false +sources: + - https://github.com/benzino77/tasmocompiler + - https://github.com/truecharts/charts/tree/master/charts/incubator/tasmocompiler + - https://github.com/truecharts/containers/tree/master/mirrortasmocompiler +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +keywords: + - tasmocompiler + - HomeAutomation + - Tools-Utilities +dependencies: + - name: common + version: 13.2.2 + 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: HomeAutomation + truecharts.org/max_helm_version: "3.13" + truecharts.org/min_helm_version: "3.12" + truecharts.org/train: incubator diff --git a/charts/incubator/rar2fs/README.md b/charts/stable/tasmocompiler/README.md similarity index 100% rename from charts/incubator/rar2fs/README.md rename to charts/stable/tasmocompiler/README.md diff --git a/charts/incubator/tasmocompiler/icon.png b/charts/stable/tasmocompiler/icon.png similarity index 100% rename from charts/incubator/tasmocompiler/icon.png rename to charts/stable/tasmocompiler/icon.png diff --git a/charts/incubator/tasmocompiler/questions.yaml b/charts/stable/tasmocompiler/questions.yaml similarity index 100% rename from charts/incubator/tasmocompiler/questions.yaml rename to charts/stable/tasmocompiler/questions.yaml diff --git a/charts/incubator/speedtest-tracker/templates/common.yaml b/charts/stable/tasmocompiler/templates/common.yaml similarity index 100% rename from charts/incubator/speedtest-tracker/templates/common.yaml rename to charts/stable/tasmocompiler/templates/common.yaml diff --git a/charts/incubator/tasmocompiler/values.yaml b/charts/stable/tasmocompiler/values.yaml similarity index 100% rename from charts/incubator/tasmocompiler/values.yaml rename to charts/stable/tasmocompiler/values.yaml diff --git a/charts/incubator/reactive-resume/.helmignore b/charts/stable/traefik-forward-auth/.helmignore similarity index 100% rename from charts/incubator/reactive-resume/.helmignore rename to charts/stable/traefik-forward-auth/.helmignore diff --git a/charts/incubator/traefik-forward-auth/Chart.yaml b/charts/stable/traefik-forward-auth/Chart.yaml similarity index 50% rename from charts/incubator/traefik-forward-auth/Chart.yaml rename to charts/stable/traefik-forward-auth/Chart.yaml index 468f27bfa45..20290434268 100644 --- a/charts/incubator/traefik-forward-auth/Chart.yaml +++ b/charts/stable/traefik-forward-auth/Chart.yaml @@ -1,37 +1,38 @@ -kubeVersion: '>=1.24.0' +kubeVersion: ">=1.24.0" apiVersion: v2 name: traefik-forward-auth version: 0.2.7 appVersion: latest -description: A minimal forward authentication service that provides OAuth/SSO login +description: + A minimal forward authentication service that provides OAuth/SSO login and authentication for the traefik reverse proxy/load balancer. An example for a typical setup is included in the source (docs/how-to.md). home: https://truecharts.org/charts/incubator/traefik-forward-auth icon: https://truecharts.org/img/hotlink-ok/chart-icons/traefik-forward-auth.png deprecated: false sources: -- https://github.com/thomseddon/traefik-forward-auth -- https://github.com/truecharts/charts/tree/master/charts/incubator/traefik-forward-auth -- https://github.com/truecharts/containers/tree/master/mirrortraefik-forward-auth + - https://github.com/thomseddon/traefik-forward-auth + - https://github.com/truecharts/charts/tree/master/charts/incubator/traefik-forward-auth + - https://github.com/truecharts/containers/tree/master/mirrortraefik-forward-auth maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: -- traefik-forward-auth -- traefik -- forward-auth -- auth -- ingress -- middleware + - traefik-forward-auth + - traefik + - forward-auth + - auth + - ingress + - middleware dependencies: -- name: common - version: 14.3.5 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - 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 diff --git a/charts/incubator/reactive-resume/README.md b/charts/stable/traefik-forward-auth/README.md similarity index 100% rename from charts/incubator/reactive-resume/README.md rename to charts/stable/traefik-forward-auth/README.md diff --git a/charts/incubator/traefik-forward-auth/docs/how-to.md b/charts/stable/traefik-forward-auth/docs/how-to.md similarity index 100% rename from charts/incubator/traefik-forward-auth/docs/how-to.md rename to charts/stable/traefik-forward-auth/docs/how-to.md diff --git a/charts/incubator/traefik-forward-auth/docs/img/auth-options.png b/charts/stable/traefik-forward-auth/docs/img/auth-options.png similarity index 100% rename from charts/incubator/traefik-forward-auth/docs/img/auth-options.png rename to charts/stable/traefik-forward-auth/docs/img/auth-options.png diff --git a/charts/incubator/traefik-forward-auth/docs/img/cookie-options.png b/charts/stable/traefik-forward-auth/docs/img/cookie-options.png similarity index 100% rename from charts/incubator/traefik-forward-auth/docs/img/cookie-options.png rename to charts/stable/traefik-forward-auth/docs/img/cookie-options.png diff --git a/charts/incubator/traefik-forward-auth/docs/img/google-options.png b/charts/stable/traefik-forward-auth/docs/img/google-options.png similarity index 100% rename from charts/incubator/traefik-forward-auth/docs/img/google-options.png rename to charts/stable/traefik-forward-auth/docs/img/google-options.png diff --git a/charts/incubator/traefik-forward-auth/docs/img/ingress-middleware.png b/charts/stable/traefik-forward-auth/docs/img/ingress-middleware.png similarity index 100% rename from charts/incubator/traefik-forward-auth/docs/img/ingress-middleware.png rename to charts/stable/traefik-forward-auth/docs/img/ingress-middleware.png diff --git a/charts/incubator/traefik-forward-auth/docs/img/traefik-forwarded-headers.png b/charts/stable/traefik-forward-auth/docs/img/traefik-forwarded-headers.png similarity index 100% rename from charts/incubator/traefik-forward-auth/docs/img/traefik-forwarded-headers.png rename to charts/stable/traefik-forward-auth/docs/img/traefik-forwarded-headers.png diff --git a/charts/incubator/traefik-forward-auth/docs/img/traefik-middleware.png b/charts/stable/traefik-forward-auth/docs/img/traefik-middleware.png similarity index 100% rename from charts/incubator/traefik-forward-auth/docs/img/traefik-middleware.png rename to charts/stable/traefik-forward-auth/docs/img/traefik-middleware.png diff --git a/charts/incubator/traefik-forward-auth/icon.png b/charts/stable/traefik-forward-auth/icon.png similarity index 100% rename from charts/incubator/traefik-forward-auth/icon.png rename to charts/stable/traefik-forward-auth/icon.png diff --git a/charts/incubator/traefik-forward-auth/questions.yaml b/charts/stable/traefik-forward-auth/questions.yaml similarity index 100% rename from charts/incubator/traefik-forward-auth/questions.yaml rename to charts/stable/traefik-forward-auth/questions.yaml diff --git a/charts/incubator/traefik-forward-auth/templates/_args.tpl b/charts/stable/traefik-forward-auth/templates/_args.tpl similarity index 100% rename from charts/incubator/traefik-forward-auth/templates/_args.tpl rename to charts/stable/traefik-forward-auth/templates/_args.tpl diff --git a/charts/incubator/traefik-forward-auth/templates/_secrets.tpl b/charts/stable/traefik-forward-auth/templates/_secrets.tpl similarity index 100% rename from charts/incubator/traefik-forward-auth/templates/_secrets.tpl rename to charts/stable/traefik-forward-auth/templates/_secrets.tpl diff --git a/charts/incubator/traefik-forward-auth/templates/common.yaml b/charts/stable/traefik-forward-auth/templates/common.yaml similarity index 100% rename from charts/incubator/traefik-forward-auth/templates/common.yaml rename to charts/stable/traefik-forward-auth/templates/common.yaml diff --git a/charts/incubator/traefik-forward-auth/values.yaml b/charts/stable/traefik-forward-auth/values.yaml similarity index 100% rename from charts/incubator/traefik-forward-auth/values.yaml rename to charts/stable/traefik-forward-auth/values.yaml diff --git a/charts/incubator/rimgo/.helmignore b/charts/stable/unturned/.helmignore similarity index 100% rename from charts/incubator/rimgo/.helmignore rename to charts/stable/unturned/.helmignore diff --git a/charts/incubator/unturned/CHANGELOG.md b/charts/stable/unturned/CHANGELOG.md similarity index 100% rename from charts/incubator/unturned/CHANGELOG.md rename to charts/stable/unturned/CHANGELOG.md diff --git a/charts/incubator/unturned/Chart.yaml b/charts/stable/unturned/Chart.yaml similarity index 51% rename from charts/incubator/unturned/Chart.yaml rename to charts/stable/unturned/Chart.yaml index 9be98f71000..71c889db31c 100644 --- a/charts/incubator/unturned/Chart.yaml +++ b/charts/stable/unturned/Chart.yaml @@ -1,4 +1,4 @@ -kubeVersion: '>=1.24.0' +kubeVersion: ">=1.24.0" apiVersion: v2 name: unturned version: 3.0.6 @@ -8,24 +8,24 @@ home: https://truecharts.org/charts/incubator/unturned icon: https://truecharts.org/img/hotlink-ok/chart-icons/unturned.png deprecated: false sources: -- https://github.com/ich777/docker-steamcmd-server/tree/unturned -- https://github.com/truecharts/charts/tree/master/charts/incubator/unturned -- https://github.com/truecharts/containers/tree/master/mirrorunturned + - https://github.com/ich777/docker-steamcmd-server/tree/unturned + - https://github.com/truecharts/charts/tree/master/charts/incubator/unturned + - https://github.com/truecharts/containers/tree/master/mirrorunturned maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: -- unturned -- GameServers + - unturned + - GameServers dependencies: -- name: common - version: 13.2.2 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - name: common + version: 13.2.2 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] annotations: max_scale_version: 23.10.1 min_scale_version: 22.12.4 diff --git a/charts/incubator/rimgo/README.md b/charts/stable/unturned/README.md similarity index 100% rename from charts/incubator/rimgo/README.md rename to charts/stable/unturned/README.md diff --git a/charts/incubator/unturned/icon.png b/charts/stable/unturned/icon.png similarity index 100% rename from charts/incubator/unturned/icon.png rename to charts/stable/unturned/icon.png diff --git a/charts/incubator/unturned/questions.yaml b/charts/stable/unturned/questions.yaml similarity index 100% rename from charts/incubator/unturned/questions.yaml rename to charts/stable/unturned/questions.yaml diff --git a/charts/incubator/plextraktsync/templates/NOTES.txt b/charts/stable/unturned/templates/NOTES.txt similarity index 100% rename from charts/incubator/plextraktsync/templates/NOTES.txt rename to charts/stable/unturned/templates/NOTES.txt diff --git a/charts/incubator/steam-headless/templates/common.yaml b/charts/stable/unturned/templates/common.yaml similarity index 100% rename from charts/incubator/steam-headless/templates/common.yaml rename to charts/stable/unturned/templates/common.yaml diff --git a/charts/incubator/unturned/values.yaml b/charts/stable/unturned/values.yaml similarity index 100% rename from charts/incubator/unturned/values.yaml rename to charts/stable/unturned/values.yaml diff --git a/charts/incubator/scrypted/.helmignore b/charts/stable/van-dam/.helmignore similarity index 100% rename from charts/incubator/scrypted/.helmignore rename to charts/stable/van-dam/.helmignore diff --git a/charts/incubator/smtp-relay/CHANGELOG.md b/charts/stable/van-dam/CHANGELOG.md similarity index 100% rename from charts/incubator/smtp-relay/CHANGELOG.md rename to charts/stable/van-dam/CHANGELOG.md diff --git a/charts/stable/van-dam/Chart.yaml b/charts/stable/van-dam/Chart.yaml new file mode 100644 index 00000000000..165c10a178e --- /dev/null +++ b/charts/stable/van-dam/Chart.yaml @@ -0,0 +1,43 @@ +kubeVersion: ">=1.24.0" +apiVersion: v2 +name: van-dam +version: 0.0.8 +appVersion: 0.53.0 +description: A Digital Asset Manager (DAM), specifically designed for 3D print files. +home: https://truecharts.org/charts/incubator/van-dam +icon: https://truecharts.org/img/hotlink-ok/chart-icons/van-dam.png +deprecated: false +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/van-dam + - https://github.com/truecharts/containers/tree/master/mirrorvan-dam + - https://github.com/Floppy/van_dam +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +keywords: + - vanDAM + - media +dependencies: + - name: common + version: 14.3.5 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 7.0.6 + repository: https://deps.truecharts.org + condition: redis.enabled + 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: incubator diff --git a/charts/incubator/scrypted/README.md b/charts/stable/van-dam/README.md similarity index 100% rename from charts/incubator/scrypted/README.md rename to charts/stable/van-dam/README.md diff --git a/charts/incubator/van-dam/icon.png b/charts/stable/van-dam/icon.png similarity index 100% rename from charts/incubator/van-dam/icon.png rename to charts/stable/van-dam/icon.png diff --git a/charts/incubator/van-dam/questions.yaml b/charts/stable/van-dam/questions.yaml similarity index 100% rename from charts/incubator/van-dam/questions.yaml rename to charts/stable/van-dam/questions.yaml diff --git a/charts/incubator/pocketmine-mp/templates/NOTES.txt b/charts/stable/van-dam/templates/NOTES.txt similarity index 100% rename from charts/incubator/pocketmine-mp/templates/NOTES.txt rename to charts/stable/van-dam/templates/NOTES.txt diff --git a/charts/incubator/van-dam/templates/_secrets.tpl b/charts/stable/van-dam/templates/_secrets.tpl similarity index 100% rename from charts/incubator/van-dam/templates/_secrets.tpl rename to charts/stable/van-dam/templates/_secrets.tpl diff --git a/charts/incubator/van-dam/templates/common.yaml b/charts/stable/van-dam/templates/common.yaml similarity index 100% rename from charts/incubator/van-dam/templates/common.yaml rename to charts/stable/van-dam/templates/common.yaml diff --git a/charts/incubator/van-dam/values.yaml b/charts/stable/van-dam/values.yaml similarity index 100% rename from charts/incubator/van-dam/values.yaml rename to charts/stable/van-dam/values.yaml diff --git a/charts/incubator/smtp-relay/.helmignore b/charts/unstable/docassemble/.helmignore similarity index 100% rename from charts/incubator/smtp-relay/.helmignore rename to charts/unstable/docassemble/.helmignore diff --git a/charts/incubator/sonsoftheforest/CHANGELOG.md b/charts/unstable/docassemble/CHANGELOG.md similarity index 100% rename from charts/incubator/sonsoftheforest/CHANGELOG.md rename to charts/unstable/docassemble/CHANGELOG.md diff --git a/charts/unstable/docassemble/Chart.yaml b/charts/unstable/docassemble/Chart.yaml new file mode 100644 index 00000000000..3df217f6705 --- /dev/null +++ b/charts/unstable/docassemble/Chart.yaml @@ -0,0 +1,38 @@ +kubeVersion: ">=1.24.0" +apiVersion: v2 +name: docassemble +version: 0.0.9 +appVersion: latest +description: + A free, open-source expert system for guided interviews and document + assembly. +home: https://truecharts.org/charts/incubator/docassemble +icon: https://truecharts.org/img/hotlink-ok/chart-icons/docassemble.png +deprecated: false +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/docassemble + - https://github.com/truecharts/containers/tree/master/mirrordocassemble + - https://github.com/jhpyle/docassemble +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +keywords: + - docassemble + - documentation +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: documentation + truecharts.org/max_helm_version: "3.13" + truecharts.org/min_helm_version: "3.12" + truecharts.org/train: incubator diff --git a/charts/incubator/smtp-relay/README.md b/charts/unstable/docassemble/README.md similarity index 100% rename from charts/incubator/smtp-relay/README.md rename to charts/unstable/docassemble/README.md diff --git a/charts/incubator/docassemble/icon.png b/charts/unstable/docassemble/icon.png similarity index 100% rename from charts/incubator/docassemble/icon.png rename to charts/unstable/docassemble/icon.png diff --git a/charts/incubator/docassemble/questions.yaml b/charts/unstable/docassemble/questions.yaml similarity index 100% rename from charts/incubator/docassemble/questions.yaml rename to charts/unstable/docassemble/questions.yaml diff --git a/charts/incubator/rar2fs/templates/NOTES.txt b/charts/unstable/docassemble/templates/NOTES.txt similarity index 100% rename from charts/incubator/rar2fs/templates/NOTES.txt rename to charts/unstable/docassemble/templates/NOTES.txt diff --git a/charts/incubator/tasmoadmin/templates/common.yaml b/charts/unstable/docassemble/templates/common.yaml similarity index 100% rename from charts/incubator/tasmoadmin/templates/common.yaml rename to charts/unstable/docassemble/templates/common.yaml diff --git a/charts/incubator/docassemble/values.yaml b/charts/unstable/docassemble/values.yaml similarity index 100% rename from charts/incubator/docassemble/values.yaml rename to charts/unstable/docassemble/values.yaml diff --git a/charts/incubator/sonsoftheforest/.helmignore b/charts/unstable/eco/.helmignore similarity index 100% rename from charts/incubator/sonsoftheforest/.helmignore rename to charts/unstable/eco/.helmignore diff --git a/charts/incubator/eco/CHANGELOG.md b/charts/unstable/eco/CHANGELOG.md similarity index 100% rename from charts/incubator/eco/CHANGELOG.md rename to charts/unstable/eco/CHANGELOG.md diff --git a/charts/incubator/eco/Chart.yaml b/charts/unstable/eco/Chart.yaml similarity index 52% rename from charts/incubator/eco/Chart.yaml rename to charts/unstable/eco/Chart.yaml index 91f1d34189d..7cb9bfd9895 100644 --- a/charts/incubator/eco/Chart.yaml +++ b/charts/unstable/eco/Chart.yaml @@ -1,4 +1,4 @@ -kubeVersion: '>=1.24.0' +kubeVersion: ">=1.24.0" apiVersion: v2 name: eco version: 3.1.8 @@ -8,24 +8,24 @@ home: https://truecharts.org/charts/incubator/eco icon: https://truecharts.org/img/hotlink-ok/chart-icons/eco.png deprecated: false sources: -- https://github.com/ich777/docker-steamcmd-server/tree/eco -- https://github.com/truecharts/charts/tree/master/charts/incubator/eco -- https://github.com/truecharts/containers/tree/master/mirroreco + - https://github.com/ich777/docker-steamcmd-server/tree/eco + - https://github.com/truecharts/charts/tree/master/charts/incubator/eco + - https://github.com/truecharts/containers/tree/master/mirroreco maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: -- eco -- GameServers + - eco + - GameServers dependencies: -- name: common - version: 14.3.5 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - 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 diff --git a/charts/incubator/sonsoftheforest/README.md b/charts/unstable/eco/README.md similarity index 100% rename from charts/incubator/sonsoftheforest/README.md rename to charts/unstable/eco/README.md diff --git a/charts/incubator/eco/icon.png b/charts/unstable/eco/icon.png similarity index 100% rename from charts/incubator/eco/icon.png rename to charts/unstable/eco/icon.png diff --git a/charts/incubator/eco/questions.yaml b/charts/unstable/eco/questions.yaml similarity index 100% rename from charts/incubator/eco/questions.yaml rename to charts/unstable/eco/questions.yaml diff --git a/charts/incubator/reactive-resume/templates/NOTES.txt b/charts/unstable/eco/templates/NOTES.txt similarity index 100% rename from charts/incubator/reactive-resume/templates/NOTES.txt rename to charts/unstable/eco/templates/NOTES.txt diff --git a/charts/incubator/eco/templates/_configmap.tpl b/charts/unstable/eco/templates/_configmap.tpl similarity index 100% rename from charts/incubator/eco/templates/_configmap.tpl rename to charts/unstable/eco/templates/_configmap.tpl diff --git a/charts/incubator/eco/templates/common.yaml b/charts/unstable/eco/templates/common.yaml similarity index 100% rename from charts/incubator/eco/templates/common.yaml rename to charts/unstable/eco/templates/common.yaml diff --git a/charts/incubator/eco/values.yaml b/charts/unstable/eco/values.yaml similarity index 100% rename from charts/incubator/eco/values.yaml rename to charts/unstable/eco/values.yaml diff --git a/charts/incubator/speedtest-tracker/.helmignore b/charts/unstable/funkwhale/.helmignore similarity index 100% rename from charts/incubator/speedtest-tracker/.helmignore rename to charts/unstable/funkwhale/.helmignore diff --git a/charts/incubator/funkwhale/CHANGELOG.md b/charts/unstable/funkwhale/CHANGELOG.md similarity index 100% rename from charts/incubator/funkwhale/CHANGELOG.md rename to charts/unstable/funkwhale/CHANGELOG.md diff --git a/charts/unstable/funkwhale/Chart.yaml b/charts/unstable/funkwhale/Chart.yaml new file mode 100644 index 00000000000..5567dc0e0c0 --- /dev/null +++ b/charts/unstable/funkwhale/Chart.yaml @@ -0,0 +1,39 @@ +kubeVersion: ">=1.24.0" +apiVersion: v2 +name: funkwhale +version: 3.0.3 +appVersion: 1.2.10 +description: + Funkwhale is designed to make it easy to listen to music you like, and + to discover new artists. +home: https://truecharts.org/charts/incubator/funkwhale +icon: https://truecharts.org/img/hotlink-ok/chart-icons/funkwhale.png +deprecated: false +sources: + - https://funkwhale.audio/ + - https://github.com/truecharts/charts/tree/master/charts/incubator/funkwhale + - https://github.com/truecharts/containers/tree/master/mirrorfunkwhale +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +keywords: + - funkwhale + - MediaApp-Music + - MediaServer-Music +dependencies: + - name: common + version: 13.2.2 + 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: MediaApp-Music + truecharts.org/max_helm_version: "3.13" + truecharts.org/min_helm_version: "3.12" + truecharts.org/train: incubator diff --git a/charts/incubator/speedtest-tracker/README.md b/charts/unstable/funkwhale/README.md similarity index 100% rename from charts/incubator/speedtest-tracker/README.md rename to charts/unstable/funkwhale/README.md diff --git a/charts/incubator/funkwhale/icon.png b/charts/unstable/funkwhale/icon.png similarity index 100% rename from charts/incubator/funkwhale/icon.png rename to charts/unstable/funkwhale/icon.png diff --git a/charts/incubator/funkwhale/questions.yaml b/charts/unstable/funkwhale/questions.yaml similarity index 100% rename from charts/incubator/funkwhale/questions.yaml rename to charts/unstable/funkwhale/questions.yaml diff --git a/charts/incubator/rimgo/templates/NOTES.txt b/charts/unstable/funkwhale/templates/NOTES.txt similarity index 100% rename from charts/incubator/rimgo/templates/NOTES.txt rename to charts/unstable/funkwhale/templates/NOTES.txt diff --git a/charts/incubator/funkwhale/templates/_secret.tpl b/charts/unstable/funkwhale/templates/_secret.tpl similarity index 100% rename from charts/incubator/funkwhale/templates/_secret.tpl rename to charts/unstable/funkwhale/templates/_secret.tpl diff --git a/charts/incubator/funkwhale/templates/common.yaml b/charts/unstable/funkwhale/templates/common.yaml similarity index 100% rename from charts/incubator/funkwhale/templates/common.yaml rename to charts/unstable/funkwhale/templates/common.yaml diff --git a/charts/incubator/funkwhale/values.yaml b/charts/unstable/funkwhale/values.yaml similarity index 100% rename from charts/incubator/funkwhale/values.yaml rename to charts/unstable/funkwhale/values.yaml diff --git a/charts/incubator/splunk/.helmignore b/charts/unstable/kaizoku/.helmignore similarity index 100% rename from charts/incubator/splunk/.helmignore rename to charts/unstable/kaizoku/.helmignore diff --git a/charts/incubator/steam-headless/CHANGELOG.md b/charts/unstable/kaizoku/CHANGELOG.md similarity index 100% rename from charts/incubator/steam-headless/CHANGELOG.md rename to charts/unstable/kaizoku/CHANGELOG.md diff --git a/charts/unstable/kaizoku/Chart.yaml b/charts/unstable/kaizoku/Chart.yaml new file mode 100644 index 00000000000..52552fa4078 --- /dev/null +++ b/charts/unstable/kaizoku/Chart.yaml @@ -0,0 +1,42 @@ +kubeVersion: ">=1.24.0" +apiVersion: v2 +name: kaizoku +version: 0.1.7 +appVersion: 1.6.1 +description: A self-hosted manga downloader. +home: https://truecharts.org/charts/incubator/kaizoku +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kaizoku.png +deprecated: false +sources: + - https://github.com/oae/kaizoku + - https://github.com/truecharts/charts/tree/master/charts/incubator/kaizoku + - https://github.com/truecharts/containers/tree/master/mirrorkaizoku +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +keywords: + - kaizoku +dependencies: + - name: common + version: 14.3.5 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 7.0.6 + repository: https://deps.truecharts.org + condition: redis.enabled + 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: incubator diff --git a/charts/incubator/splunk/README.md b/charts/unstable/kaizoku/README.md similarity index 100% rename from charts/incubator/splunk/README.md rename to charts/unstable/kaizoku/README.md diff --git a/charts/incubator/kaizoku/icon.png b/charts/unstable/kaizoku/icon.png similarity index 100% rename from charts/incubator/kaizoku/icon.png rename to charts/unstable/kaizoku/icon.png diff --git a/charts/incubator/kaizoku/questions.yaml b/charts/unstable/kaizoku/questions.yaml similarity index 100% rename from charts/incubator/kaizoku/questions.yaml rename to charts/unstable/kaizoku/questions.yaml diff --git a/charts/incubator/scrypted/templates/NOTES.txt b/charts/unstable/kaizoku/templates/NOTES.txt similarity index 100% rename from charts/incubator/scrypted/templates/NOTES.txt rename to charts/unstable/kaizoku/templates/NOTES.txt diff --git a/charts/incubator/tasmobackup/templates/common.yaml b/charts/unstable/kaizoku/templates/common.yaml similarity index 100% rename from charts/incubator/tasmobackup/templates/common.yaml rename to charts/unstable/kaizoku/templates/common.yaml diff --git a/charts/incubator/kaizoku/values.yaml b/charts/unstable/kaizoku/values.yaml similarity index 100% rename from charts/incubator/kaizoku/values.yaml rename to charts/unstable/kaizoku/values.yaml diff --git a/charts/incubator/steam-headless/.helmignore b/charts/unstable/kimai/.helmignore similarity index 100% rename from charts/incubator/steam-headless/.helmignore rename to charts/unstable/kimai/.helmignore diff --git a/charts/incubator/kimai/CHANGELOG.md b/charts/unstable/kimai/CHANGELOG.md similarity index 100% rename from charts/incubator/kimai/CHANGELOG.md rename to charts/unstable/kimai/CHANGELOG.md diff --git a/charts/unstable/kimai/Chart.yaml b/charts/unstable/kimai/Chart.yaml new file mode 100644 index 00000000000..f207db251ff --- /dev/null +++ b/charts/unstable/kimai/Chart.yaml @@ -0,0 +1,47 @@ +kubeVersion: ">=1.24.0" +apiVersion: v2 +name: kimai +version: 8.0.10 +appVersion: 2.0.35 +description: + Kimai is a free, open source and online time-tracking software designed + for small businesses and freelancers. +home: https://truecharts.org/charts/incubator/kimai +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kimai.png +deprecated: false +sources: + - https://github.com/kevinpapst/kimai2 + - https://github.com/tobybatch/kimai2 + - https://github.com/truecharts/charts/tree/master/charts/incubator/kimai + - https://github.com/truecharts/containers/tree/master/mirrorkimai +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +keywords: + - kimai + - time + - tracking +dependencies: + - name: common + version: 14.3.5 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 9.0.40 + repository: https://deps.truecharts.org/ + condition: mariadb.enabled + 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: productivity + truecharts.org/max_helm_version: "3.13" + truecharts.org/min_helm_version: "3.12" + truecharts.org/train: incubator diff --git a/charts/incubator/steam-headless/README.md b/charts/unstable/kimai/README.md similarity index 100% rename from charts/incubator/steam-headless/README.md rename to charts/unstable/kimai/README.md diff --git a/charts/incubator/kimai/icon.png b/charts/unstable/kimai/icon.png similarity index 100% rename from charts/incubator/kimai/icon.png rename to charts/unstable/kimai/icon.png diff --git a/charts/incubator/kimai/questions.yaml b/charts/unstable/kimai/questions.yaml similarity index 100% rename from charts/incubator/kimai/questions.yaml rename to charts/unstable/kimai/questions.yaml diff --git a/charts/incubator/smtp-relay/templates/NOTES.txt b/charts/unstable/kimai/templates/NOTES.txt similarity index 100% rename from charts/incubator/smtp-relay/templates/NOTES.txt rename to charts/unstable/kimai/templates/NOTES.txt diff --git a/charts/incubator/kimai/templates/_configmap.tpl b/charts/unstable/kimai/templates/_configmap.tpl similarity index 100% rename from charts/incubator/kimai/templates/_configmap.tpl rename to charts/unstable/kimai/templates/_configmap.tpl diff --git a/charts/incubator/kimai/templates/_secrets.tpl b/charts/unstable/kimai/templates/_secrets.tpl similarity index 100% rename from charts/incubator/kimai/templates/_secrets.tpl rename to charts/unstable/kimai/templates/_secrets.tpl diff --git a/charts/incubator/kimai/templates/common.yaml b/charts/unstable/kimai/templates/common.yaml similarity index 100% rename from charts/incubator/kimai/templates/common.yaml rename to charts/unstable/kimai/templates/common.yaml diff --git a/charts/incubator/kimai/values.yaml b/charts/unstable/kimai/values.yaml similarity index 100% rename from charts/incubator/kimai/values.yaml rename to charts/unstable/kimai/values.yaml diff --git a/charts/incubator/tasmoadmin/.helmignore b/charts/unstable/midarr/.helmignore similarity index 100% rename from charts/incubator/tasmoadmin/.helmignore rename to charts/unstable/midarr/.helmignore diff --git a/charts/incubator/midarr/CHANGELOG.md b/charts/unstable/midarr/CHANGELOG.md similarity index 100% rename from charts/incubator/midarr/CHANGELOG.md rename to charts/unstable/midarr/CHANGELOG.md diff --git a/charts/incubator/midarr/Chart.yaml b/charts/unstable/midarr/Chart.yaml similarity index 54% rename from charts/incubator/midarr/Chart.yaml rename to charts/unstable/midarr/Chart.yaml index 5348133495b..064e09d5992 100644 --- a/charts/incubator/midarr/Chart.yaml +++ b/charts/unstable/midarr/Chart.yaml @@ -1,4 +1,4 @@ -kubeVersion: '>=1.24.0' +kubeVersion: ">=1.24.0" apiVersion: v2 name: midarr version: 4.0.4 @@ -8,24 +8,24 @@ home: https://truecharts.org/charts/incubator/midarr icon: https://truecharts.org/img/hotlink-ok/chart-icons/midarr.png deprecated: false sources: -- https://github.com/truecharts/charts/tree/master/charts/incubator/midarr -- https://github.com/truecharts/containers/tree/master/mirrormidarr-server -- https://github.com/midarrlabs/midarr-server + - https://github.com/truecharts/charts/tree/master/charts/incubator/midarr + - https://github.com/truecharts/containers/tree/master/mirrormidarr-server + - https://github.com/midarrlabs/midarr-server maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: -- midarr -- media + - midarr + - media dependencies: -- name: common - version: 13.2.2 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - name: common + version: 13.2.2 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] annotations: max_scale_version: 23.10.1 min_scale_version: 22.12.4 diff --git a/charts/incubator/tasmoadmin/README.md b/charts/unstable/midarr/README.md similarity index 100% rename from charts/incubator/tasmoadmin/README.md rename to charts/unstable/midarr/README.md diff --git a/charts/incubator/midarr/docs/installation-notes.md b/charts/unstable/midarr/docs/installation-notes.md similarity index 100% rename from charts/incubator/midarr/docs/installation-notes.md rename to charts/unstable/midarr/docs/installation-notes.md diff --git a/charts/incubator/midarr/icon.png b/charts/unstable/midarr/icon.png similarity index 100% rename from charts/incubator/midarr/icon.png rename to charts/unstable/midarr/icon.png diff --git a/charts/incubator/midarr/questions.yaml b/charts/unstable/midarr/questions.yaml similarity index 100% rename from charts/incubator/midarr/questions.yaml rename to charts/unstable/midarr/questions.yaml diff --git a/charts/incubator/sonsoftheforest/templates/NOTES.txt b/charts/unstable/midarr/templates/NOTES.txt similarity index 100% rename from charts/incubator/sonsoftheforest/templates/NOTES.txt rename to charts/unstable/midarr/templates/NOTES.txt diff --git a/charts/incubator/midarr/templates/_secrets.tpl b/charts/unstable/midarr/templates/_secrets.tpl similarity index 100% rename from charts/incubator/midarr/templates/_secrets.tpl rename to charts/unstable/midarr/templates/_secrets.tpl diff --git a/charts/incubator/midarr/templates/common.yaml b/charts/unstable/midarr/templates/common.yaml similarity index 100% rename from charts/incubator/midarr/templates/common.yaml rename to charts/unstable/midarr/templates/common.yaml diff --git a/charts/incubator/midarr/values.yaml b/charts/unstable/midarr/values.yaml similarity index 100% rename from charts/incubator/midarr/values.yaml rename to charts/unstable/midarr/values.yaml diff --git a/charts/incubator/tasmobackup/.helmignore b/charts/unstable/owncloud-ocis/.helmignore similarity index 100% rename from charts/incubator/tasmobackup/.helmignore rename to charts/unstable/owncloud-ocis/.helmignore diff --git a/charts/incubator/owncloud-ocis/CHANGELOG.md b/charts/unstable/owncloud-ocis/CHANGELOG.md similarity index 100% rename from charts/incubator/owncloud-ocis/CHANGELOG.md rename to charts/unstable/owncloud-ocis/CHANGELOG.md diff --git a/charts/incubator/owncloud-ocis/Chart.yaml b/charts/unstable/owncloud-ocis/Chart.yaml similarity index 53% rename from charts/incubator/owncloud-ocis/Chart.yaml rename to charts/unstable/owncloud-ocis/Chart.yaml index 25090039fc0..c3ce86e544a 100644 --- a/charts/incubator/owncloud-ocis/Chart.yaml +++ b/charts/unstable/owncloud-ocis/Chart.yaml @@ -1,4 +1,4 @@ -kubeVersion: '>=1.24.0' +kubeVersion: ">=1.24.0" apiVersion: v2 name: owncloud-ocis version: 11.0.20 @@ -8,30 +8,30 @@ home: https://truecharts.org/charts/incubator/owncloud-ocis icon: https://truecharts.org/img/hotlink-ok/chart-icons/owncloud-ocis.png deprecated: false sources: -- https://owncloud.dev/ocis/ -- https://github.com/truecharts/charts/tree/master/charts/incubator/owncloud-ocis -- https://github.com/truecharts/containers/tree/master/mirrorocis + - https://owncloud.dev/ocis/ + - https://github.com/truecharts/charts/tree/master/charts/incubator/owncloud-ocis + - https://github.com/truecharts/containers/tree/master/mirrorocis maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: -- owncloud -- ocis -- infinite -- scale -- self-hosted -- sync -- share -- server + - owncloud + - ocis + - infinite + - scale + - self-hosted + - sync + - share + - server dependencies: -- name: common - version: 13.2.2 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - name: common + version: 13.2.2 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] annotations: max_scale_version: 23.10.1 min_scale_version: 22.12.4 diff --git a/charts/incubator/tasmobackup/README.md b/charts/unstable/owncloud-ocis/README.md similarity index 100% rename from charts/incubator/tasmobackup/README.md rename to charts/unstable/owncloud-ocis/README.md diff --git a/charts/incubator/owncloud-ocis/icon.png b/charts/unstable/owncloud-ocis/icon.png similarity index 100% rename from charts/incubator/owncloud-ocis/icon.png rename to charts/unstable/owncloud-ocis/icon.png diff --git a/charts/incubator/owncloud-ocis/questions.yaml b/charts/unstable/owncloud-ocis/questions.yaml similarity index 100% rename from charts/incubator/owncloud-ocis/questions.yaml rename to charts/unstable/owncloud-ocis/questions.yaml diff --git a/charts/incubator/speedtest-tracker/templates/NOTES.txt b/charts/unstable/owncloud-ocis/templates/NOTES.txt similarity index 100% rename from charts/incubator/speedtest-tracker/templates/NOTES.txt rename to charts/unstable/owncloud-ocis/templates/NOTES.txt diff --git a/charts/incubator/owncloud-ocis/templates/_secrets.tpl b/charts/unstable/owncloud-ocis/templates/_secrets.tpl similarity index 100% rename from charts/incubator/owncloud-ocis/templates/_secrets.tpl rename to charts/unstable/owncloud-ocis/templates/_secrets.tpl diff --git a/charts/incubator/owncloud-ocis/templates/common.yaml b/charts/unstable/owncloud-ocis/templates/common.yaml similarity index 100% rename from charts/incubator/owncloud-ocis/templates/common.yaml rename to charts/unstable/owncloud-ocis/templates/common.yaml diff --git a/charts/incubator/owncloud-ocis/values.yaml b/charts/unstable/owncloud-ocis/values.yaml similarity index 100% rename from charts/incubator/owncloud-ocis/values.yaml rename to charts/unstable/owncloud-ocis/values.yaml diff --git a/charts/incubator/tasmocompiler/.helmignore b/charts/unstable/owntracks/.helmignore similarity index 100% rename from charts/incubator/tasmocompiler/.helmignore rename to charts/unstable/owntracks/.helmignore diff --git a/charts/incubator/owntracks/CHANGELOG.md b/charts/unstable/owntracks/CHANGELOG.md similarity index 100% rename from charts/incubator/owntracks/CHANGELOG.md rename to charts/unstable/owntracks/CHANGELOG.md diff --git a/charts/unstable/owntracks/Chart.yaml b/charts/unstable/owntracks/Chart.yaml new file mode 100644 index 00000000000..1c8acd1a27f --- /dev/null +++ b/charts/unstable/owntracks/Chart.yaml @@ -0,0 +1,39 @@ +kubeVersion: ">=1.24.0" +apiVersion: v2 +name: owntracks +version: 1.0.2 +appVersion: 0.9.3 +description: + The OwnTracks Recorder is a lightweight program for storing and accessing + location data published via MQTT (or HTTP) by the OwnTracks apps. +home: https://truecharts.org/charts/incubator/owntracks +icon: https://truecharts.org/img/hotlink-ok/chart-icons/owntracks.png +deprecated: false +sources: + - https://github.com/owntracks/docker-recorder + - https://github.com/owntracks/recorder + - https://github.com/truecharts/charts/tree/master/charts/incubator/owntracks + - https://github.com/truecharts/containers/tree/master/mirrorowntracks +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +keywords: + - owncharts + - location +dependencies: + - name: common + version: 13.2.2 + 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: incubator diff --git a/charts/incubator/tasmocompiler/README.md b/charts/unstable/owntracks/README.md similarity index 100% rename from charts/incubator/tasmocompiler/README.md rename to charts/unstable/owntracks/README.md diff --git a/charts/incubator/owntracks/icon.png b/charts/unstable/owntracks/icon.png similarity index 100% rename from charts/incubator/owntracks/icon.png rename to charts/unstable/owntracks/icon.png diff --git a/charts/incubator/owntracks/questions.yaml b/charts/unstable/owntracks/questions.yaml similarity index 100% rename from charts/incubator/owntracks/questions.yaml rename to charts/unstable/owntracks/questions.yaml diff --git a/charts/incubator/splunk/templates/NOTES.txt b/charts/unstable/owntracks/templates/NOTES.txt similarity index 100% rename from charts/incubator/splunk/templates/NOTES.txt rename to charts/unstable/owntracks/templates/NOTES.txt diff --git a/charts/incubator/owntracks/templates/_secret.tpl b/charts/unstable/owntracks/templates/_secret.tpl similarity index 100% rename from charts/incubator/owntracks/templates/_secret.tpl rename to charts/unstable/owntracks/templates/_secret.tpl diff --git a/charts/incubator/owntracks/templates/common.yaml b/charts/unstable/owntracks/templates/common.yaml similarity index 100% rename from charts/incubator/owntracks/templates/common.yaml rename to charts/unstable/owntracks/templates/common.yaml diff --git a/charts/incubator/owntracks/values.yaml b/charts/unstable/owntracks/values.yaml similarity index 100% rename from charts/incubator/owntracks/values.yaml rename to charts/unstable/owntracks/values.yaml diff --git a/charts/incubator/technitium/.helmignore b/charts/unstable/rar2fs/.helmignore similarity index 100% rename from charts/incubator/technitium/.helmignore rename to charts/unstable/rar2fs/.helmignore diff --git a/charts/incubator/telepush/CHANGELOG.md b/charts/unstable/rar2fs/CHANGELOG.md similarity index 100% rename from charts/incubator/telepush/CHANGELOG.md rename to charts/unstable/rar2fs/CHANGELOG.md diff --git a/charts/incubator/rar2fs/Chart.yaml b/charts/unstable/rar2fs/Chart.yaml similarity index 56% rename from charts/incubator/rar2fs/Chart.yaml rename to charts/unstable/rar2fs/Chart.yaml index 68094fa79e4..626527ca257 100644 --- a/charts/incubator/rar2fs/Chart.yaml +++ b/charts/unstable/rar2fs/Chart.yaml @@ -1,4 +1,4 @@ -kubeVersion: '>=1.24.0' +kubeVersion: ">=1.24.0" apiVersion: v2 name: rar2fs version: 0.0.2 @@ -8,24 +8,24 @@ home: https://truecharts.org/charts/incubator/rar2fs icon: https://truecharts.org/img/hotlink-ok/chart-icons/rar2fs.png deprecated: false sources: -- https://github.com/zimme/docker-rar2fs -- https://github.com/truecharts/charts/tree/master/charts/incubator/rar2fs -- https://ghcr.io/zimme/rar2fs + - https://github.com/zimme/docker-rar2fs + - https://github.com/truecharts/charts/tree/master/charts/incubator/rar2fs + - https://ghcr.io/zimme/rar2fs maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: -- rar2fs -- archives + - rar2fs + - archives dependencies: -- name: common - version: 14.3.5 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - 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 diff --git a/charts/incubator/technitium/README.md b/charts/unstable/rar2fs/README.md similarity index 100% rename from charts/incubator/technitium/README.md rename to charts/unstable/rar2fs/README.md diff --git a/charts/incubator/rar2fs/icon.png b/charts/unstable/rar2fs/icon.png similarity index 100% rename from charts/incubator/rar2fs/icon.png rename to charts/unstable/rar2fs/icon.png diff --git a/charts/incubator/rar2fs/questions.yaml b/charts/unstable/rar2fs/questions.yaml similarity index 100% rename from charts/incubator/rar2fs/questions.yaml rename to charts/unstable/rar2fs/questions.yaml diff --git a/charts/incubator/steam-headless/templates/NOTES.txt b/charts/unstable/rar2fs/templates/NOTES.txt similarity index 100% rename from charts/incubator/steam-headless/templates/NOTES.txt rename to charts/unstable/rar2fs/templates/NOTES.txt diff --git a/charts/incubator/tasmocompiler/templates/common.yaml b/charts/unstable/rar2fs/templates/common.yaml similarity index 100% rename from charts/incubator/tasmocompiler/templates/common.yaml rename to charts/unstable/rar2fs/templates/common.yaml diff --git a/charts/incubator/rar2fs/values.yaml b/charts/unstable/rar2fs/values.yaml similarity index 100% rename from charts/incubator/rar2fs/values.yaml rename to charts/unstable/rar2fs/values.yaml diff --git a/charts/incubator/telepush/.helmignore b/charts/unstable/reactive-resume/.helmignore similarity index 100% rename from charts/incubator/telepush/.helmignore rename to charts/unstable/reactive-resume/.helmignore diff --git a/charts/incubator/reactive-resume/CHANGELOG.md b/charts/unstable/reactive-resume/CHANGELOG.md similarity index 100% rename from charts/incubator/reactive-resume/CHANGELOG.md rename to charts/unstable/reactive-resume/CHANGELOG.md diff --git a/charts/incubator/reactive-resume/Chart.yaml b/charts/unstable/reactive-resume/Chart.yaml similarity index 100% rename from charts/incubator/reactive-resume/Chart.yaml rename to charts/unstable/reactive-resume/Chart.yaml diff --git a/charts/incubator/telepush/README.md b/charts/unstable/reactive-resume/README.md similarity index 100% rename from charts/incubator/telepush/README.md rename to charts/unstable/reactive-resume/README.md diff --git a/charts/incubator/reactive-resume/icon.png b/charts/unstable/reactive-resume/icon.png similarity index 100% rename from charts/incubator/reactive-resume/icon.png rename to charts/unstable/reactive-resume/icon.png diff --git a/charts/incubator/reactive-resume/questions.yaml b/charts/unstable/reactive-resume/questions.yaml similarity index 100% rename from charts/incubator/reactive-resume/questions.yaml rename to charts/unstable/reactive-resume/questions.yaml diff --git a/charts/incubator/technitium/templates/NOTES.txt b/charts/unstable/reactive-resume/templates/NOTES.txt similarity index 100% rename from charts/incubator/technitium/templates/NOTES.txt rename to charts/unstable/reactive-resume/templates/NOTES.txt diff --git a/charts/incubator/reactive-resume/templates/_secrets.tpl b/charts/unstable/reactive-resume/templates/_secrets.tpl similarity index 100% rename from charts/incubator/reactive-resume/templates/_secrets.tpl rename to charts/unstable/reactive-resume/templates/_secrets.tpl diff --git a/charts/incubator/reactive-resume/templates/common.yaml b/charts/unstable/reactive-resume/templates/common.yaml similarity index 100% rename from charts/incubator/reactive-resume/templates/common.yaml rename to charts/unstable/reactive-resume/templates/common.yaml diff --git a/charts/incubator/reactive-resume/values.yaml b/charts/unstable/reactive-resume/values.yaml similarity index 100% rename from charts/incubator/reactive-resume/values.yaml rename to charts/unstable/reactive-resume/values.yaml diff --git a/charts/incubator/traefik-forward-auth/.helmignore b/charts/unstable/speedtest-tracker/.helmignore similarity index 100% rename from charts/incubator/traefik-forward-auth/.helmignore rename to charts/unstable/speedtest-tracker/.helmignore diff --git a/charts/incubator/speedtest-tracker/CHANGELOG.md b/charts/unstable/speedtest-tracker/CHANGELOG.md similarity index 100% rename from charts/incubator/speedtest-tracker/CHANGELOG.md rename to charts/unstable/speedtest-tracker/CHANGELOG.md diff --git a/charts/unstable/speedtest-tracker/Chart.yaml b/charts/unstable/speedtest-tracker/Chart.yaml new file mode 100644 index 00000000000..9f01ba7c331 --- /dev/null +++ b/charts/unstable/speedtest-tracker/Chart.yaml @@ -0,0 +1,37 @@ +kubeVersion: ">=1.24.0" +apiVersion: v2 +name: speedtest-tracker +version: 4.0.19 +appVersion: latest +description: + A self-hosted internet performance tracking application that runs speedtest + checks against Ookla's Speedtest service. +home: https://truecharts.org/charts/incubator/speedtest-tracker +icon: https://truecharts.org/img/hotlink-ok/chart-icons/speedtest-tracker.png +deprecated: false +sources: + - https://github.com/alexjustesen/speedtest-tracker + - https://github.com/truecharts/charts/tree/master/charts/incubator/speedtest-tracker + - https://github.com/truecharts/containers/tree/master/mirrorspeedtest-tracker +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +keywords: + - speedtest +dependencies: + - name: common + version: 13.2.2 + 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: speedtest + truecharts.org/max_helm_version: "3.13" + truecharts.org/min_helm_version: "3.12" + truecharts.org/train: incubator diff --git a/charts/incubator/traefik-forward-auth/README.md b/charts/unstable/speedtest-tracker/README.md similarity index 100% rename from charts/incubator/traefik-forward-auth/README.md rename to charts/unstable/speedtest-tracker/README.md diff --git a/charts/incubator/speedtest-tracker/docs/credentials.md b/charts/unstable/speedtest-tracker/docs/credentials.md similarity index 100% rename from charts/incubator/speedtest-tracker/docs/credentials.md rename to charts/unstable/speedtest-tracker/docs/credentials.md diff --git a/charts/incubator/speedtest-tracker/icon.png b/charts/unstable/speedtest-tracker/icon.png similarity index 100% rename from charts/incubator/speedtest-tracker/icon.png rename to charts/unstable/speedtest-tracker/icon.png diff --git a/charts/incubator/speedtest-tracker/questions.yaml b/charts/unstable/speedtest-tracker/questions.yaml similarity index 100% rename from charts/incubator/speedtest-tracker/questions.yaml rename to charts/unstable/speedtest-tracker/questions.yaml diff --git a/charts/incubator/telepush/templates/NOTES.txt b/charts/unstable/speedtest-tracker/templates/NOTES.txt similarity index 100% rename from charts/incubator/telepush/templates/NOTES.txt rename to charts/unstable/speedtest-tracker/templates/NOTES.txt diff --git a/charts/incubator/technitium/templates/common.yaml b/charts/unstable/speedtest-tracker/templates/common.yaml similarity index 100% rename from charts/incubator/technitium/templates/common.yaml rename to charts/unstable/speedtest-tracker/templates/common.yaml diff --git a/charts/incubator/speedtest-tracker/values.yaml b/charts/unstable/speedtest-tracker/values.yaml similarity index 100% rename from charts/incubator/speedtest-tracker/values.yaml rename to charts/unstable/speedtest-tracker/values.yaml diff --git a/charts/incubator/twingate-connector/.helmignore b/charts/unstable/technitium/.helmignore similarity index 100% rename from charts/incubator/twingate-connector/.helmignore rename to charts/unstable/technitium/.helmignore diff --git a/charts/incubator/technitium/CHANGELOG.md b/charts/unstable/technitium/CHANGELOG.md similarity index 100% rename from charts/incubator/technitium/CHANGELOG.md rename to charts/unstable/technitium/CHANGELOG.md diff --git a/charts/incubator/technitium/Chart.yaml b/charts/unstable/technitium/Chart.yaml similarity index 50% rename from charts/incubator/technitium/Chart.yaml rename to charts/unstable/technitium/Chart.yaml index bf97a3ccec9..ea4f7a11628 100644 --- a/charts/incubator/technitium/Chart.yaml +++ b/charts/unstable/technitium/Chart.yaml @@ -1,32 +1,33 @@ -kubeVersion: '>=1.24.0' +kubeVersion: ">=1.24.0" apiVersion: v2 name: technitium version: 4.0.5 appVersion: 11.3.0 -description: Technitium DNS Server is an open source authoritative as well as recursive +description: + Technitium DNS Server is an open source authoritative as well as recursive DNS server that can be used for self hosting a DNS server for privacy & security. home: https://truecharts.org/charts/incubator/technitium icon: https://truecharts.org/img/hotlink-ok/chart-icons/technitium.png deprecated: false sources: -- https://github.com/TechnitiumSoftware/DnsServer -- https://technitium.com/ -- https://github.com/truecharts/charts/tree/master/charts/incubator/technitium -- https://github.com/truecharts/containers/tree/master/mirrortechnitium + - https://github.com/TechnitiumSoftware/DnsServer + - https://technitium.com/ + - https://github.com/truecharts/charts/tree/master/charts/incubator/technitium + - https://github.com/truecharts/containers/tree/master/mirrortechnitium maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: -- DNS + - DNS dependencies: -- name: common - version: 13.2.2 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - name: common + version: 13.2.2 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] annotations: max_scale_version: 23.10.1 min_scale_version: 22.12.4 diff --git a/charts/incubator/twingate-connector/README.md b/charts/unstable/technitium/README.md similarity index 100% rename from charts/incubator/twingate-connector/README.md rename to charts/unstable/technitium/README.md diff --git a/charts/incubator/technitium/icon.png b/charts/unstable/technitium/icon.png similarity index 100% rename from charts/incubator/technitium/icon.png rename to charts/unstable/technitium/icon.png diff --git a/charts/incubator/technitium/questions.yaml b/charts/unstable/technitium/questions.yaml similarity index 100% rename from charts/incubator/technitium/questions.yaml rename to charts/unstable/technitium/questions.yaml diff --git a/charts/incubator/unturned/templates/NOTES.txt b/charts/unstable/technitium/templates/NOTES.txt similarity index 100% rename from charts/incubator/unturned/templates/NOTES.txt rename to charts/unstable/technitium/templates/NOTES.txt diff --git a/charts/incubator/telepush/templates/common.yaml b/charts/unstable/technitium/templates/common.yaml similarity index 100% rename from charts/incubator/telepush/templates/common.yaml rename to charts/unstable/technitium/templates/common.yaml diff --git a/charts/incubator/technitium/values.yaml b/charts/unstable/technitium/values.yaml similarity index 100% rename from charts/incubator/technitium/values.yaml rename to charts/unstable/technitium/values.yaml diff --git a/charts/incubator/unturned/.helmignore b/charts/unstable/telepush/.helmignore similarity index 100% rename from charts/incubator/unturned/.helmignore rename to charts/unstable/telepush/.helmignore diff --git a/charts/incubator/twingate-connector/CHANGELOG.md b/charts/unstable/telepush/CHANGELOG.md similarity index 100% rename from charts/incubator/twingate-connector/CHANGELOG.md rename to charts/unstable/telepush/CHANGELOG.md diff --git a/charts/incubator/telepush/Chart.yaml b/charts/unstable/telepush/Chart.yaml similarity index 54% rename from charts/incubator/telepush/Chart.yaml rename to charts/unstable/telepush/Chart.yaml index ad3dd649b34..cf80558b577 100644 --- a/charts/incubator/telepush/Chart.yaml +++ b/charts/unstable/telepush/Chart.yaml @@ -1,4 +1,4 @@ -kubeVersion: '>=1.24.0' +kubeVersion: ">=1.24.0" apiVersion: v2 name: telepush version: 0.0.8 @@ -8,25 +8,25 @@ home: https://truecharts.org/charts/incubator/telepush icon: https://truecharts.org/img/hotlink-ok/chart-icons/telepush.png deprecated: false sources: -- https://github.com/muety/telepush -- https://github.com/truecharts/charts/tree/master/charts/incubator/telepush -- https://github.com/truecharts/containers/tree/master/mirrortelepush + - https://github.com/muety/telepush + - https://github.com/truecharts/charts/tree/master/charts/incubator/telepush + - https://github.com/truecharts/containers/tree/master/mirrortelepush maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: -- telepush -- telegram -- notifications + - telepush + - telegram + - notifications dependencies: -- name: common - version: 14.3.5 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - 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 diff --git a/charts/incubator/unturned/README.md b/charts/unstable/telepush/README.md similarity index 100% rename from charts/incubator/unturned/README.md rename to charts/unstable/telepush/README.md diff --git a/charts/incubator/telepush/icon.png b/charts/unstable/telepush/icon.png similarity index 100% rename from charts/incubator/telepush/icon.png rename to charts/unstable/telepush/icon.png diff --git a/charts/incubator/telepush/questions.yaml b/charts/unstable/telepush/questions.yaml similarity index 100% rename from charts/incubator/telepush/questions.yaml rename to charts/unstable/telepush/questions.yaml diff --git a/charts/incubator/van-dam/templates/NOTES.txt b/charts/unstable/telepush/templates/NOTES.txt similarity index 100% rename from charts/incubator/van-dam/templates/NOTES.txt rename to charts/unstable/telepush/templates/NOTES.txt diff --git a/charts/incubator/twingate-connector/templates/common.yaml b/charts/unstable/telepush/templates/common.yaml similarity index 100% rename from charts/incubator/twingate-connector/templates/common.yaml rename to charts/unstable/telepush/templates/common.yaml diff --git a/charts/incubator/telepush/values.yaml b/charts/unstable/telepush/values.yaml similarity index 100% rename from charts/incubator/telepush/values.yaml rename to charts/unstable/telepush/values.yaml diff --git a/charts/incubator/van-dam/.helmignore b/charts/unstable/twingate-connector/.helmignore similarity index 100% rename from charts/incubator/van-dam/.helmignore rename to charts/unstable/twingate-connector/.helmignore diff --git a/charts/incubator/van-dam/CHANGELOG.md b/charts/unstable/twingate-connector/CHANGELOG.md similarity index 100% rename from charts/incubator/van-dam/CHANGELOG.md rename to charts/unstable/twingate-connector/CHANGELOG.md diff --git a/charts/incubator/twingate-connector/Chart.yaml b/charts/unstable/twingate-connector/Chart.yaml similarity index 53% rename from charts/incubator/twingate-connector/Chart.yaml rename to charts/unstable/twingate-connector/Chart.yaml index 261e6dbaf33..c83093f8707 100644 --- a/charts/incubator/twingate-connector/Chart.yaml +++ b/charts/unstable/twingate-connector/Chart.yaml @@ -1,4 +1,4 @@ -kubeVersion: '>=1.24.0' +kubeVersion: ">=1.24.0" apiVersion: v2 name: twingate-connector version: 0.0.5 @@ -8,24 +8,24 @@ home: https://truecharts.org/charts/incubator/twingate-connector icon: https://truecharts.org/img/hotlink-ok/chart-icons/twingate-connector.png deprecated: false sources: -- https://github.com/truecharts/charts/tree/master/charts/incubator/twingate-connector -- https://github.com/truecharts/containers/tree/master/mirrortwingate-connector -- https://www.twingate.com/docs/connector-deployment + - https://github.com/truecharts/charts/tree/master/charts/incubator/twingate-connector + - https://github.com/truecharts/containers/tree/master/mirrortwingate-connector + - https://www.twingate.com/docs/connector-deployment maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: -- twingate-connector -- networking + - twingate-connector + - networking dependencies: -- name: common - version: 13.2.2 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - name: common + version: 13.2.2 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] annotations: max_scale_version: 23.10.1 min_scale_version: 22.12.4 diff --git a/charts/incubator/van-dam/README.md b/charts/unstable/twingate-connector/README.md similarity index 100% rename from charts/incubator/van-dam/README.md rename to charts/unstable/twingate-connector/README.md diff --git a/charts/incubator/twingate-connector/docs/installation_notes.md b/charts/unstable/twingate-connector/docs/installation_notes.md similarity index 100% rename from charts/incubator/twingate-connector/docs/installation_notes.md rename to charts/unstable/twingate-connector/docs/installation_notes.md diff --git a/charts/incubator/twingate-connector/icon.png b/charts/unstable/twingate-connector/icon.png similarity index 100% rename from charts/incubator/twingate-connector/icon.png rename to charts/unstable/twingate-connector/icon.png diff --git a/charts/incubator/twingate-connector/questions.yaml b/charts/unstable/twingate-connector/questions.yaml similarity index 100% rename from charts/incubator/twingate-connector/questions.yaml rename to charts/unstable/twingate-connector/questions.yaml diff --git a/charts/incubator/unturned/templates/common.yaml b/charts/unstable/twingate-connector/templates/common.yaml similarity index 100% rename from charts/incubator/unturned/templates/common.yaml rename to charts/unstable/twingate-connector/templates/common.yaml diff --git a/charts/incubator/twingate-connector/values.yaml b/charts/unstable/twingate-connector/values.yaml similarity index 100% rename from charts/incubator/twingate-connector/values.yaml rename to charts/unstable/twingate-connector/values.yaml diff --git a/charts/incubator/vocechat-server/.helmignore b/charts/unstable/vocechat-server/.helmignore similarity index 100% rename from charts/incubator/vocechat-server/.helmignore rename to charts/unstable/vocechat-server/.helmignore diff --git a/charts/incubator/vocechat-server/CHANGELOG.md b/charts/unstable/vocechat-server/CHANGELOG.md similarity index 100% rename from charts/incubator/vocechat-server/CHANGELOG.md rename to charts/unstable/vocechat-server/CHANGELOG.md diff --git a/charts/incubator/vocechat-server/Chart.yaml b/charts/unstable/vocechat-server/Chart.yaml similarity index 53% rename from charts/incubator/vocechat-server/Chart.yaml rename to charts/unstable/vocechat-server/Chart.yaml index cddddef79c2..b313cc6c696 100644 --- a/charts/incubator/vocechat-server/Chart.yaml +++ b/charts/unstable/vocechat-server/Chart.yaml @@ -1,4 +1,4 @@ -kubeVersion: '>=1.24.0' +kubeVersion: ">=1.24.0" apiVersion: v2 name: vocechat-server version: 0.0.8 @@ -8,24 +8,24 @@ home: https://truecharts.org/charts/incubator/vocechat-server icon: https://truecharts.org/img/hotlink-ok/chart-icons/vocechat-server.png deprecated: false sources: -- https://github.com/Privoce/vocechat-server-rust -- https://github.com/truecharts/charts/tree/master/charts/incubator/vocechat-server -- https://github.com/truecharts/containers/tree/master/mirrorvocechat-server + - https://github.com/Privoce/vocechat-server-rust + - https://github.com/truecharts/charts/tree/master/charts/incubator/vocechat-server + - https://github.com/truecharts/containers/tree/master/mirrorvocechat-server maintainers: -- name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: -- vocechat-server -- social + - vocechat-server + - social dependencies: -- name: common - version: 14.3.5 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - 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 diff --git a/charts/incubator/vocechat-server/README.md b/charts/unstable/vocechat-server/README.md similarity index 100% rename from charts/incubator/vocechat-server/README.md rename to charts/unstable/vocechat-server/README.md diff --git a/charts/incubator/vocechat-server/icon.png b/charts/unstable/vocechat-server/icon.png similarity index 100% rename from charts/incubator/vocechat-server/icon.png rename to charts/unstable/vocechat-server/icon.png diff --git a/charts/incubator/vocechat-server/questions.yaml b/charts/unstable/vocechat-server/questions.yaml similarity index 100% rename from charts/incubator/vocechat-server/questions.yaml rename to charts/unstable/vocechat-server/questions.yaml diff --git a/charts/incubator/vocechat-server/templates/NOTES.txt b/charts/unstable/vocechat-server/templates/NOTES.txt similarity index 100% rename from charts/incubator/vocechat-server/templates/NOTES.txt rename to charts/unstable/vocechat-server/templates/NOTES.txt diff --git a/charts/incubator/vocechat-server/templates/common.yaml b/charts/unstable/vocechat-server/templates/common.yaml similarity index 100% rename from charts/incubator/vocechat-server/templates/common.yaml rename to charts/unstable/vocechat-server/templates/common.yaml diff --git a/charts/incubator/vocechat-server/values.yaml b/charts/unstable/vocechat-server/values.yaml similarity index 100% rename from charts/incubator/vocechat-server/values.yaml rename to charts/unstable/vocechat-server/values.yaml