From 4cfcfb0324596df0870511c656314b8af9e3f7ee Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sun, 28 Apr 2024 00:17:07 +0000 Subject: [PATCH] Commit daily changes Signed-off-by: TrueCharts-Bot --- .github/renovate.json5 | 6 +- .github/scripts/install_dependencies.sh | 2 +- charts/incubator/dockovpn/Chart.yaml | 2 +- charts/incubator/dockovpn/README.md | 4 +- charts/incubator/dockovpn/icon-small.webp | Bin 0 -> 256 bytes charts/incubator/dockovpn/icon.png | Bin 15414 -> 0 bytes charts/incubator/dockovpn/icon.webp | Bin 0 -> 1508 bytes charts/incubator/semaphore/Chart.yaml | 2 +- charts/incubator/volsync/Chart.yaml | 11 +- charts/incubator/volsync/README.md | 52 ++ charts/incubator/volsync/values.yaml | 473 +++++++++---------- charts/premium/blocky/Chart.yaml | 2 +- charts/premium/grafana/Chart.yaml | 2 +- charts/premium/nextcloud/Chart.yaml | 8 +- charts/premium/prometheus/Chart.yaml | 2 +- charts/stable/anything-llm/Chart.yaml | 2 +- charts/stable/authentik/Chart.yaml | 4 +- charts/stable/autoscan/Chart.yaml | 2 +- charts/stable/bazarr/Chart.yaml | 2 +- charts/stable/changedetection-io/Chart.yaml | 2 +- charts/stable/chronograf/Chart.yaml | 2 +- charts/stable/cloudflareddns/Chart.yaml | 2 +- charts/stable/dashy/README.md | 7 - charts/stable/ddns-go/Chart.yaml | 2 +- charts/stable/docker/Chart.yaml | 2 +- charts/stable/drawio/Chart.yaml | 2 +- charts/stable/duplicacy/Chart.yaml | 2 +- charts/stable/fleet/Chart.yaml | 2 +- charts/stable/flexget/Chart.yaml | 2 +- charts/stable/flood/Chart.yaml | 2 +- charts/stable/flowise/Chart.yaml | 2 +- charts/stable/guacamole/Chart.yaml | 2 +- charts/stable/healthchecks/Chart.yaml | 2 +- charts/stable/heimdall/Chart.yaml | 2 +- charts/stable/humhub/Chart.yaml | 2 +- charts/stable/invidious/Chart.yaml | 2 +- charts/stable/ispy-agent-dvr/Chart.yaml | 2 +- charts/stable/jackett/Chart.yaml | 2 +- charts/stable/jellyfin/Chart.yaml | 4 +- charts/stable/jupyter/Chart.yaml | 10 +- charts/stable/kitchenowl/Chart.yaml | 2 +- charts/stable/lancache-monolithic/Chart.yaml | 2 +- charts/stable/lazylibrarian/Chart.yaml | 2 +- charts/stable/libremdb/Chart.yaml | 2 +- charts/stable/lidarr/Chart.yaml | 2 +- charts/stable/littlelink/Chart.yaml | 2 +- charts/stable/local-ai/Chart.yaml | 2 +- charts/stable/mongodb/Chart.yaml | 2 +- charts/stable/mylar/Chart.yaml | 2 +- charts/stable/mysql-workbench/Chart.yaml | 2 +- charts/stable/neko/Chart.yaml | 10 +- charts/stable/openvscode-server/Chart.yaml | 2 +- charts/stable/palworld/Chart.yaml | 2 +- charts/stable/portainer/Chart.yaml | 2 +- charts/stable/prowlarr/Chart.yaml | 2 +- charts/stable/prusaslicer-novnc/Chart.yaml | 2 +- charts/stable/pyload-ng/Chart.yaml | 2 +- charts/stable/qbittorrent/Chart.yaml | 2 +- charts/stable/qinglong/Chart.yaml | 2 +- charts/stable/quassel-core/Chart.yaml | 2 +- charts/stable/radarr/Chart.yaml | 2 +- charts/stable/rdesktop/Chart.yaml | 2 +- charts/stable/redmine/Chart.yaml | 2 +- charts/stable/rflood/Chart.yaml | 2 +- charts/stable/rimgo/Chart.yaml | 2 +- charts/stable/rsshub/Chart.yaml | 4 +- charts/stable/searxng/Chart.yaml | 2 +- charts/stable/shiori/Chart.yaml | 2 +- charts/stable/sonarr/Chart.yaml | 2 +- charts/stable/steam-headless/Chart.yaml | 2 +- charts/stable/tauticord/Chart.yaml | 2 +- charts/stable/thelounge/Chart.yaml | 2 +- charts/stable/thunderbird/Chart.yaml | 2 +- charts/stable/twonky-server/Chart.yaml | 2 +- charts/stable/vertex/Chart.yaml | 2 +- charts/stable/vikunja/Chart.yaml | 4 +- charts/stable/wallos/Chart.yaml | 2 +- charts/stable/webtop/Chart.yaml | 2 +- charts/stable/wekan/Chart.yaml | 2 +- charts/stable/whisparr/Chart.yaml | 2 +- charts/stable/xen-orchestra/Chart.yaml | 2 +- charts/stable/xwiki/Chart.yaml | 2 +- charts/system/volumesnapshots/Chart.yaml | 2 +- charts/system/volumesnapshots/README.md | 4 +- 84 files changed, 390 insertions(+), 345 deletions(-) create mode 100644 charts/incubator/dockovpn/icon-small.webp delete mode 100644 charts/incubator/dockovpn/icon.png create mode 100644 charts/incubator/dockovpn/icon.webp diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 6d4ee240465f..cc9fdf11f902 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -68,9 +68,9 @@ // // helm deps // - // - // Ensure System Apps aren't automerged after many upstream fuckups - // + // + // Ensure System Apps aren't automerged after many upstream fuckups + // { "matchDatasources": ["helm"], "automerge": false, diff --git a/.github/scripts/install_dependencies.sh b/.github/scripts/install_dependencies.sh index bdf7f1264692..4418fe7220d1 100755 --- a/.github/scripts/install_dependencies.sh +++ b/.github/scripts/install_dependencies.sh @@ -12,7 +12,7 @@ echo "Chart name: $curr_chart" if [[ "$curr_chart" != "charts/premium/volsync" ]]; then echo "Installing volumesnapshots chart" - helm install volumesnapshots oci://tccr.io/truecharts/volumesnapshots --namespace volumesnapshots --create-namespace --wait + helm install volumesnapshots oci://tccr.io/truecharts/volumesnapshots --namespace volumesnapshots --create-namespace --wait if [[ "$?" != "0" ]]; then echo "Failed to install volumesnapshots chart" exit 1 diff --git a/charts/incubator/dockovpn/Chart.yaml b/charts/incubator/dockovpn/Chart.yaml index a08e7af6756e..ec41e24104bc 100644 --- a/charts/incubator/dockovpn/Chart.yaml +++ b/charts/incubator/dockovpn/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/dockovpn.webp keywords: - vpn - openvpn -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/incubator/dockovpn/README.md b/charts/incubator/dockovpn/README.md index 11346dd16710..e06f3fe9faf4 100644 --- a/charts/incubator/dockovpn/README.md +++ b/charts/incubator/dockovpn/README.md @@ -7,7 +7,7 @@ title: README TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/inncubator/dockovpn) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/dockovpn) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** @@ -37,7 +37,7 @@ For the complete overview of all available options, please checkout the document All our charts have dedicated documentation pages. The documentation for this chart can be found here: -https://truecharts.org/charts/stable/pihole +https://truecharts.org/charts/incubator/dockovpn ## Support diff --git a/charts/incubator/dockovpn/icon-small.webp b/charts/incubator/dockovpn/icon-small.webp new file mode 100644 index 0000000000000000000000000000000000000000..3dc186819ca5adef977eedd90afdbe066e3abe55 GIT binary patch literal 256 zcmV+b0ssC|Nk&Ha00012MM6+kP&gp$000261OS}@Dj)zL00ICsC7b|{0Nx-*f#%K1 z{tf&kCw8INnFvhCj^in*Xjoj=@Bse)dR8G_XdSt_7NV(G58veN=O$+5{zLdJ&Z_dgepq4Eb*7Z{pt*bzc9WkE>Juy2k$mdRz43?xck8%oXCn z+%2n_q%2t?o~PZtbdG)DWX~;R1{FNSSI^LJ<^^)(#@uupj_PV~9#4@mF_Vq%6z_Ms GC;$MfCVR#J literal 0 HcmV?d00001 diff --git a/charts/incubator/dockovpn/icon.png b/charts/incubator/dockovpn/icon.png deleted file mode 100644 index 6436b817a6e7532e40461c945a4c1ea63d537bae..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15414 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 diff --git a/charts/incubator/dockovpn/icon.webp b/charts/incubator/dockovpn/icon.webp new file mode 100644 index 0000000000000000000000000000000000000000..01d4ab4529157ee7cff0b7ed8f9020c284c6a51d GIT binary patch literal 1508 zcmVfvH@%8uOe6*bTrN$@J^KQvR3O&-iYNuS!a?!~bAEJ>?&Hya2sB{*!w20DWNp zZQyDAucBWuUWQ-myo~%UXaW4g{0FM1_8!Yi14_%#LQqnt%fB(6+_p7|@(X%(H7?Fk{ZW8@Yy=*=+itgkSs9QHfpRLw__%)3J55!(*H z;}15~hq~=u3svKqk~OQ0+MCi$P>7)a&;@83+}{r5j)@8SBd=QoS75mElbpSEo<}2? zJ6N57Tvg{BjT+1|#wC-HefReWF1ZW>_7lJk9l}}tF=YBYiJhQBk64Oq=eRd(Jp(_5 z;&XS+B^i6~tkf~7-M#VoLMZkT(Xd%7nB`-k*EQhZc7WE7SOJ4ZA0+rBw3w_Pg9yhH z80q#G&V~DM>?#8Ua z)Y9KtQ40(J6oOV+y|(wvB%jNxW5 z^M157!n6Zt**Q?|#CVXctEh@8*f$LIBQRKY90g7d@bBTg+L4vETSbxG z1m%B7L!Cq{H@;8e1LAdBJ`(2j$N<|zJ3BpEvH;CiwrMw0$7HV}83Z0}`9MX@65SJZ zLuIQIh)w(grDQ!n&Ar@;EMCn~iSO-c>!ai;&gMcAsw7IV;@nL@T3YZ~+Aflm zBhC!tWCt}eU=9I^dZ^QrDNE~95L{iOeUaK|5LEfzJgV#`t0b-l*J-BS_7uGUS5>?R zgQ_HUtUOEV{vwUcbMcr4kfdL#9vJ~|7+m+oohU>L%PiAsgy*HWq#fgv@?p7fKR@Ba zbd^TxAL857X@XokwsYy?lw0bFiEM`(+>6H%dKt$JR*bg2x{opV+T-DQdIVq(D4l72 zLfOeCrC%n8$9Z0dm+B(r8=|H<`>0z-tkmwd-(V5fa&T2C`>9XOtu9i2&iRCy(=F&~ z#j|Ir4iV&i32CB%gTc?l{o$!`f}P^K#6#P#nrRa(@;{Q#IxMM-G(bMo&9m+Fl<*}Wu1 z#R(^EzmKYAu1Q#PF||v)mtI3S@yc-4JTzk;?p2cyw>3_F*YBFmQ2ZABmJS^k`t7Jl zNEo44@vK#{Hh8tZ9&@ktHMMk=cM2?1$O}+&qvh5{kpaoRPYen<79Uun6c?$L{CSD+ z&@F|ZF34@h4dY)X?McU6J^%i@KbyueXve5rYW*K~iVCB*A~coJcqF^Dsgi0Dm};&X zzNGu70bR#+=7)DupSSk4%&*&J{EOJay@YuH2hu_@V_$wfUpoqVf8B2UpTf6>F4UF= z`lYpx=wlGMw>>#T*A&7k#FU;~*S6)MPw~YtNVBN}!G_EgQd2+~U-`QJE&#YOyhE?R z>;~fxi_yF4ee=g$;{TstCW)Be4qwud4fRyZ|57A~$L9P71`-$5A1U~>di~V1b#&CF KHs$yL0000(-2XWM literal 0 HcmV?d00001 diff --git a/charts/incubator/semaphore/Chart.yaml b/charts/incubator/semaphore/Chart.yaml index cc498891452d..73e452285a10 100644 --- a/charts/incubator/semaphore/Chart.yaml +++ b/charts/incubator/semaphore/Chart.yaml @@ -24,7 +24,7 @@ keywords: - ansible - semaphore - cicd -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/incubator/volsync/Chart.yaml b/charts/incubator/volsync/Chart.yaml index 336e54778ed1..c41d84b1a1d3 100644 --- a/charts/incubator/volsync/Chart.yaml +++ b/charts/incubator/volsync/Chart.yaml @@ -5,9 +5,9 @@ annotations: truecharts.org/category: network truecharts.org/max_helm_version: "3.14" truecharts.org/min_helm_version: "3.11" - truecharts.org/train: premium + truecharts.org/train: incubator apiVersion: v2 -appVersion: 2.11.2 +appVersion: 0.9.1 dependencies: - name: common version: 20.3.13 @@ -18,7 +18,7 @@ dependencies: import-values: [] deprecated: false description: volsync is a storage backup and synchronisation tool. -home: https://truecharts.org/charts/premium/volsync +home: https://truecharts.org/charts/incubator/volsync icon: https://truecharts.org/img/hotlink-ok/chart-icons/volsync.webp keywords: - volsync @@ -33,7 +33,8 @@ sources: - https://github.com/volsync/volsync - https://github.com/volsync/volsync-helm-chart - https://volsync.readthedocs.io/ - - https://github.com/truecharts/charts/tree/master/charts/premium/volsync - - https://github.com/truecharts/containers/tree/master/apps/volsync + - https://github.com/truecharts/charts/tree/master/charts/incubator/volsync + - https://quay.io/backube/volsync + - https://quay.io/brancz/kube-rbac-proxy type: application version: 0.0.1 diff --git a/charts/incubator/volsync/README.md b/charts/incubator/volsync/README.md index 2def1ee94020..e0de25845e47 100644 --- a/charts/incubator/volsync/README.md +++ b/charts/incubator/volsync/README.md @@ -2,3 +2,55 @@ title: README --- +## General Info + +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible + +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/volsync) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +All our Charts use a shared "common" library chart that contains most of the templating and options. +For the complete overview of all available options, please checkout the documentation for them on the website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/incubator/volsync + +## Support + + +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! + +_All Rights Reserved - The TrueCharts Project_ diff --git a/charts/incubator/volsync/values.yaml b/charts/incubator/volsync/values.yaml index 0b8c0ec2a9f8..bbd89e4614da 100644 --- a/charts/incubator/volsync/values.yaml +++ b/charts/incubator/volsync/values.yaml @@ -62,7 +62,7 @@ workload: startup: type: tcp port: 8443 - + # -- Options for all pods # Can be overruled per pod podOptions: @@ -96,13 +96,12 @@ service: targetPort: 8443 protocol: https - # -- The service account the pods will use to interact with the Kubernetes API serviceAccount: main: enabled: true primary: true - + portal: open: enabled: false @@ -115,36 +114,36 @@ rbac: clusterWide: false rules: - apiGroups: - - "" + - "" resources: - - configmaps + - configmaps verbs: - - get - - list - - watch - - create - - update - - patch - - delete + - get + - list + - watch + - create + - update + - patch + - delete - apiGroups: - - coordination.k8s.io + - coordination.k8s.io resources: - - leases + - leases verbs: - - get - - list - - watch - - create - - update - - patch - - delete + - get + - list + - watch + - create + - update + - patch + - delete - apiGroups: - - "" + - "" resources: - - events + - events verbs: - - create - - patch + - create + - patch cluster: enabled: true @@ -153,305 +152,305 @@ rbac: allServiceAccounts: true rules: - apiGroups: - - authentication.k8s.io + - authentication.k8s.io resources: - - tokenreviews + - tokenreviews verbs: - - create + - create - apiGroups: - - authorization.k8s.io + - authorization.k8s.io resources: - - subjectaccessreviews + - subjectaccessreviews verbs: - - create + - create - apiGroups: - - apps + - apps resources: - - deployments + - deployments verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch + - create + - delete + - deletecollection + - get + - list + - patch + - update + - watch - apiGroups: - - batch + - batch resources: - - jobs + - jobs verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch + - create + - delete + - deletecollection + - get + - list + - patch + - update + - watch - apiGroups: - - "" + - "" resources: - - configmaps + - configmaps verbs: - - get - - list - - watch + - get + - list + - watch - apiGroups: - - "" + - "" resources: - - events + - events verbs: - - create - - patch - - update + - create + - patch + - update - apiGroups: - - "" + - "" resources: - - namespaces + - namespaces verbs: - - get - - list - - watch + - get + - list + - watch - apiGroups: - - "" + - "" resources: - - nodes + - nodes verbs: - - get - - list - - watch + - get + - list + - watch - apiGroups: - - "" + - "" resources: - - persistentvolumeclaims + - persistentvolumeclaims verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch + - create + - delete + - deletecollection + - get + - list + - patch + - update + - watch - apiGroups: - - "" + - "" resources: - - persistentvolumeclaims/finalizers + - persistentvolumeclaims/finalizers verbs: - - create - - delete - - get - - list - - patch - - update - - watch + - create + - delete + - get + - list + - patch + - update + - watch - apiGroups: - - "" + - "" resources: - - persistentvolumes + - persistentvolumes verbs: - - get - - list - - patch - - watch + - get + - list + - patch + - watch - apiGroups: - - "" + - "" resources: - - pods + - pods verbs: - - get - - list - - watch + - get + - list + - watch - apiGroups: - - "" + - "" resources: - - pods/log + - pods/log verbs: - - get - - list - - watch + - get + - list + - watch - apiGroups: - - "" + - "" resources: - - secrets + - secrets verbs: - - create - - delete - - get - - list - - patch - - update - - watch + - create + - delete + - get + - list + - patch + - update + - watch - apiGroups: - - "" + - "" resources: - - serviceaccounts + - serviceaccounts verbs: - - create - - delete - - get - - list - - patch - - update - - watch + - create + - delete + - get + - list + - patch + - update + - watch - apiGroups: - - "" + - "" resources: - - services + - services verbs: - - create - - delete - - get - - list - - patch - - update - - watch + - create + - delete + - get + - list + - patch + - update + - watch - apiGroups: - - events.k8s.io + - events.k8s.io resources: - - events + - events verbs: - - create - - patch - - update + - create + - patch + - update - apiGroups: - - populator.storage.k8s.io + - populator.storage.k8s.io resources: - - volumepopulators + - volumepopulators verbs: - - create - - get - - list - - patch - - update - - watch + - create + - get + - list + - patch + - update + - watch - apiGroups: - - rbac.authorization.k8s.io + - rbac.authorization.k8s.io resources: - - rolebindings + - rolebindings verbs: - - create - - delete - - get - - list - - patch - - update - - watch + - create + - delete + - get + - list + - patch + - update + - watch - apiGroups: - - rbac.authorization.k8s.io + - rbac.authorization.k8s.io resources: - - roles + - roles verbs: - - create - - delete - - get - - list - - patch - - update - - watch + - create + - delete + - get + - list + - patch + - update + - watch - apiGroups: - - security.openshift.io + - security.openshift.io resources: - - securitycontextconstraints + - securitycontextconstraints verbs: - - create - - get - - list - - patch - - update - - watch + - create + - get + - list + - patch + - update + - watch - apiGroups: - - security.openshift.io + - security.openshift.io resourceNames: - - volsync-privileged-mover + - volsync-privileged-mover resources: - - securitycontextconstraints + - securitycontextconstraints verbs: - - use + - use - apiGroups: - - snapshot.storage.k8s.io + - snapshot.storage.k8s.io resources: - - volumesnapshots + - volumesnapshots verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch + - create + - delete + - deletecollection + - get + - list + - patch + - update + - watch - apiGroups: - - storage.k8s.io + - storage.k8s.io resources: - - storageclasses + - storageclasses verbs: - - get - - list - - watch + - get + - list + - watch - apiGroups: - - volsync.backube + - volsync.backube resources: - - replicationdestinations + - replicationdestinations verbs: - - create - - delete - - get - - list - - patch - - update - - watch + - create + - delete + - get + - list + - patch + - update + - watch - apiGroups: - - volsync.backube + - volsync.backube resources: - - replicationdestinations/finalizers + - replicationdestinations/finalizers verbs: - - create - - delete - - get - - list - - patch - - update - - watch + - create + - delete + - get + - list + - patch + - update + - watch - apiGroups: - - volsync.backube + - volsync.backube resources: - - replicationdestinations/status + - replicationdestinations/status verbs: - - get - - patch - - update + - get + - patch + - update - apiGroups: - - volsync.backube + - volsync.backube resources: - - replicationsources + - replicationsources verbs: - - create - - delete - - get - - list - - patch - - update - - watch + - create + - delete + - get + - list + - patch + - update + - watch - apiGroups: - - volsync.backube + - volsync.backube resources: - - replicationsources/finalizers + - replicationsources/finalizers verbs: - - create - - delete - - get - - list - - patch - - update - - watch + - create + - delete + - get + - list + - patch + - update + - watch - apiGroups: - - volsync.backube + - volsync.backube resources: - - replicationsources/status + - replicationsources/status verbs: - - get - - patch - - update \ No newline at end of file + - get + - patch + - update diff --git a/charts/premium/blocky/Chart.yaml b/charts/premium/blocky/Chart.yaml index 75018de08bc4..9d3aec871bd3 100644 --- a/charts/premium/blocky/Chart.yaml +++ b/charts/premium/blocky/Chart.yaml @@ -41,7 +41,7 @@ sources: - https://0xerr0r.github.io/blocky/ - https://github.com/0xERR0R/blocky - https://github.com/truecharts/charts/tree/master/charts/premium/blocky - - https://hub.docker.com/r/spx01/blocky - https://quay.io/oriedge/k8s_gateway + - https://hub.docker.com/r/spx01/blocky type: application version: 14.8.21 diff --git a/charts/premium/grafana/Chart.yaml b/charts/premium/grafana/Chart.yaml index 2ab407947bdb..a4826668ebc5 100644 --- a/charts/premium/grafana/Chart.yaml +++ b/charts/premium/grafana/Chart.yaml @@ -35,7 +35,7 @@ sources: - https://grafana.com/ - https://github.com/bitnami/bitnami-docker-grafana - https://github.com/truecharts/charts/tree/master/charts/premium/grafana - - https://quay.io/kiwigrid/k8s-sidecar - https://hub.docker.com/r/grafana/grafana + - https://quay.io/kiwigrid/k8s-sidecar type: application version: 14.10.16 diff --git a/charts/premium/nextcloud/Chart.yaml b/charts/premium/nextcloud/Chart.yaml index 4049e6712f7b..be9baa76ffc0 100644 --- a/charts/premium/nextcloud/Chart.yaml +++ b/charts/premium/nextcloud/Chart.yaml @@ -33,7 +33,7 @@ keywords: - http - web - php -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org @@ -43,11 +43,11 @@ sources: - https://github.com/nextcloud/docker - https://github.com/nextcloud/helm - https://github.com/truecharts/charts/tree/master/charts/premium/nextcloud - - https://hub.docker.com/r/nginxinc/nginx-unprivileged - https://github.com/truecharts/containers/tree/master/apps/nextcloud-fpm - - https://hub.docker.com/r/collabora/code - https://hub.docker.com/r/clamav/clamav - - https://github.com/truecharts/containers/tree/master/apps/nextcloud-push-notify - https://github.com/truecharts/containers/tree/master/apps/nextcloud-imaginary + - https://hub.docker.com/r/nginxinc/nginx-unprivileged + - https://github.com/truecharts/containers/tree/master/apps/nextcloud-push-notify + - https://hub.docker.com/r/collabora/code type: application version: 29.11.0 diff --git a/charts/premium/prometheus/Chart.yaml b/charts/premium/prometheus/Chart.yaml index 621dbe399e5c..f3e89a152a43 100644 --- a/charts/premium/prometheus/Chart.yaml +++ b/charts/premium/prometheus/Chart.yaml @@ -39,8 +39,8 @@ sources: - https://github.com/prometheus-community/helm-charts - https://github.com/prometheus-operator/kube-prometheus - https://github.com/truecharts/charts/tree/master/charts/premium/prometheus - - https://hub.docker.com/r/bitnami/alertmanager - https://hub.docker.com/r/bitnami/prometheus + - https://hub.docker.com/r/bitnami/alertmanager - https://quay.io/thanos/thanos type: application version: 17.13.18 diff --git a/charts/stable/anything-llm/Chart.yaml b/charts/stable/anything-llm/Chart.yaml index 7e73a318fecf..4ec148c295f3 100644 --- a/charts/stable/anything-llm/Chart.yaml +++ b/charts/stable/anything-llm/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/anything-llm.webp keywords: - anything-llm - ai -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/authentik/Chart.yaml b/charts/stable/authentik/Chart.yaml index bec310b52873..541616387174 100644 --- a/charts/stable/authentik/Chart.yaml +++ b/charts/stable/authentik/Chart.yaml @@ -29,7 +29,7 @@ home: https://truecharts.org/charts/stable/authentik icon: https://truecharts.org/img/hotlink-ok/chart-icons/authentik.webp keywords: - authentik -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org @@ -40,9 +40,9 @@ sources: - https://github.com/goauthentik/authentik - https://github.com/truecharts/charts/tree/master/charts/stable/authentik - https://ghcr.io/goauthentik/server + - https://ghcr.io/maxmind/geoipupdate - https://ghcr.io/goauthentik/proxy - https://ghcr.io/goauthentik/radius - https://ghcr.io/goauthentik/ldap - - https://ghcr.io/maxmind/geoipupdate type: application version: 25.4.5 diff --git a/charts/stable/autoscan/Chart.yaml b/charts/stable/autoscan/Chart.yaml index 63217feaedf8..062718878971 100644 --- a/charts/stable/autoscan/Chart.yaml +++ b/charts/stable/autoscan/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/autoscan.webp keywords: - autoscan - media -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/bazarr/Chart.yaml b/charts/stable/bazarr/Chart.yaml index eaf8d70763d2..e77eed915478 100644 --- a/charts/stable/bazarr/Chart.yaml +++ b/charts/stable/bazarr/Chart.yaml @@ -36,7 +36,7 @@ name: bazarr sources: - https://github.com/morpheus65535/bazarr - https://github.com/truecharts/charts/tree/master/charts/stable/bazarr - - https://ghcr.io/onedr0p/bazarr - https://ghcr.io/onedr0p/exportarr + - https://ghcr.io/onedr0p/bazarr type: application version: 19.6.16 diff --git a/charts/stable/changedetection-io/Chart.yaml b/charts/stable/changedetection-io/Chart.yaml index f1228dd00074..30c5a6f90a11 100644 --- a/charts/stable/changedetection-io/Chart.yaml +++ b/charts/stable/changedetection-io/Chart.yaml @@ -24,7 +24,7 @@ keywords: - monitoring - changedection - website watcher -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/chronograf/Chart.yaml b/charts/stable/chronograf/Chart.yaml index 62c8d3b6d04d..dd0d8df2b608 100644 --- a/charts/stable/chronograf/Chart.yaml +++ b/charts/stable/chronograf/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronograf.webp keywords: - chronograf - Tools-System -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/cloudflareddns/Chart.yaml b/charts/stable/cloudflareddns/Chart.yaml index be1508c6b2d6..7a1043a4e3e9 100644 --- a/charts/stable/cloudflareddns/Chart.yaml +++ b/charts/stable/cloudflareddns/Chart.yaml @@ -24,7 +24,7 @@ keywords: - cloudflareddns - ddns - cloudflare -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/dashy/README.md b/charts/stable/dashy/README.md index 028d58aa23bc..872fcc1d07a0 100644 --- a/charts/stable/dashy/README.md +++ b/charts/stable/dashy/README.md @@ -39,13 +39,6 @@ All our charts have dedicated documentation pages. The documentation for this chart can be found here: https://truecharts.org/charts/stable/dashy -## Upgrade to version 3.0.0 - -From version 3.0.0, Dashy introduced some breaking changes. Some of them will not impact users such as the change from port 80 to 8080. -However, from now on, the application expects a folder to be mounted instead of a file. - -More information about breaking changes can be found [here](https://github.com/Lissy93/dashy/releases/tag/3.0.0). - ## Support diff --git a/charts/stable/ddns-go/Chart.yaml b/charts/stable/ddns-go/Chart.yaml index f3b6e25e3b46..51a9e5766a63 100644 --- a/charts/stable/ddns-go/Chart.yaml +++ b/charts/stable/ddns-go/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-go.webp keywords: - ddns-go - ddns -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/docker/Chart.yaml b/charts/stable/docker/Chart.yaml index c84c04c2833f..a32c275eee56 100644 --- a/charts/stable/docker/Chart.yaml +++ b/charts/stable/docker/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/docker icon: https://truecharts.org/img/hotlink-ok/chart-icons/docker.webp keywords: - docker -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/drawio/Chart.yaml b/charts/stable/drawio/Chart.yaml index b7607ba26853..7303e4a7017f 100644 --- a/charts/stable/drawio/Chart.yaml +++ b/charts/stable/drawio/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/drawio icon: https://truecharts.org/img/hotlink-ok/chart-icons/drawio.webp keywords: - drawio -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/duplicacy/Chart.yaml b/charts/stable/duplicacy/Chart.yaml index a7f2afacadcd..c1c8e792f059 100644 --- a/charts/stable/duplicacy/Chart.yaml +++ b/charts/stable/duplicacy/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/duplicacy.webp keywords: - duplicacy - Backup -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/fleet/Chart.yaml b/charts/stable/fleet/Chart.yaml index f16e2907dd91..751c8d54af98 100644 --- a/charts/stable/fleet/Chart.yaml +++ b/charts/stable/fleet/Chart.yaml @@ -29,7 +29,7 @@ home: https://truecharts.org/charts/stable/fleet icon: https://truecharts.org/img/hotlink-ok/chart-icons/fleet.webp keywords: - fleet -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/flexget/Chart.yaml b/charts/stable/flexget/Chart.yaml index 09b3e2bf8b55..fa275788eccd 100644 --- a/charts/stable/flexget/Chart.yaml +++ b/charts/stable/flexget/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/flexget.webp keywords: - flexget - automation -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/flood/Chart.yaml b/charts/stable/flood/Chart.yaml index 22fbe286ac28..b36059034540 100644 --- a/charts/stable/flood/Chart.yaml +++ b/charts/stable/flood/Chart.yaml @@ -25,7 +25,7 @@ keywords: - rtorrent - qbittorrent - transmission -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/flowise/Chart.yaml b/charts/stable/flowise/Chart.yaml index ad95a0e2bdbb..d69971715d1a 100644 --- a/charts/stable/flowise/Chart.yaml +++ b/charts/stable/flowise/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/flowise.webp keywords: - flowise - ai -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/guacamole/Chart.yaml b/charts/stable/guacamole/Chart.yaml index 67b92e45eb16..c31e75822477 100644 --- a/charts/stable/guacamole/Chart.yaml +++ b/charts/stable/guacamole/Chart.yaml @@ -32,7 +32,7 @@ name: guacamole sources: - https://github.com/apache/guacamole-client - https://github.com/truecharts/charts/tree/master/charts/stable/guacamole - - https://hub.docker.com/r/guacamole/guacamole - https://hub.docker.com/r/guacamole/guacd + - https://hub.docker.com/r/guacamole/guacamole type: application version: 13.8.14 diff --git a/charts/stable/healthchecks/Chart.yaml b/charts/stable/healthchecks/Chart.yaml index 81a9bb0e6926..64f78c55f383 100644 --- a/charts/stable/healthchecks/Chart.yaml +++ b/charts/stable/healthchecks/Chart.yaml @@ -24,7 +24,7 @@ keywords: - cron - monitoring - alert -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/heimdall/Chart.yaml b/charts/stable/heimdall/Chart.yaml index b53a9952a50f..5dfcd005d40f 100644 --- a/charts/stable/heimdall/Chart.yaml +++ b/charts/stable/heimdall/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/heimdall icon: https://truecharts.org/img/hotlink-ok/chart-icons/heimdall.webp keywords: - heimdall -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/humhub/Chart.yaml b/charts/stable/humhub/Chart.yaml index fb2365a3aa02..6deccef0317e 100644 --- a/charts/stable/humhub/Chart.yaml +++ b/charts/stable/humhub/Chart.yaml @@ -45,7 +45,7 @@ maintainers: name: humhub sources: - https://github.com/truecharts/charts/tree/master/charts/stable/humhub - - https://ghcr.io/mriedmann/humhub-nginx - https://ghcr.io/mriedmann/humhub-phponly + - https://ghcr.io/mriedmann/humhub-nginx type: application version: 7.19.25 diff --git a/charts/stable/invidious/Chart.yaml b/charts/stable/invidious/Chart.yaml index 8aceff82a54f..6d63fe4ee105 100644 --- a/charts/stable/invidious/Chart.yaml +++ b/charts/stable/invidious/Chart.yaml @@ -24,7 +24,7 @@ keywords: - invidious - youtube - media -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/ispy-agent-dvr/Chart.yaml b/charts/stable/ispy-agent-dvr/Chart.yaml index a872e58bbc16..7ce1a55ad982 100644 --- a/charts/stable/ispy-agent-dvr/Chart.yaml +++ b/charts/stable/ispy-agent-dvr/Chart.yaml @@ -24,7 +24,7 @@ keywords: - dvr - ispy - agent -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/jackett/Chart.yaml b/charts/stable/jackett/Chart.yaml index 636a09604f42..6a186cd118a9 100644 --- a/charts/stable/jackett/Chart.yaml +++ b/charts/stable/jackett/Chart.yaml @@ -24,7 +24,7 @@ keywords: - jackett - torrent - usenet -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/jellyfin/Chart.yaml b/charts/stable/jellyfin/Chart.yaml index abba315e94c3..6a1b0f95af3e 100644 --- a/charts/stable/jellyfin/Chart.yaml +++ b/charts/stable/jellyfin/Chart.yaml @@ -24,7 +24,7 @@ keywords: - jellyfin - plex - emby -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,7 +33,7 @@ name: jellyfin sources: - https://github.com/jellyfin/jellyfin - https://github.com/truecharts/charts/tree/master/charts/stable/jellyfin - - https://hub.docker.com/r/alpine/socat - https://hub.docker.com/r/jellyfin/jellyfin + - https://hub.docker.com/r/alpine/socat type: application version: 18.8.17 diff --git a/charts/stable/jupyter/Chart.yaml b/charts/stable/jupyter/Chart.yaml index 65c9fe0dd01e..107e7b6cc1af 100644 --- a/charts/stable/jupyter/Chart.yaml +++ b/charts/stable/jupyter/Chart.yaml @@ -33,13 +33,13 @@ name: jupyter sources: - https://github.com/jupyter/docker-stacks - https://github.com/truecharts/charts/tree/master/charts/stable/jupyter + - https://hub.docker.com/r/jupyter/all-spark-notebook - https://hub.docker.com/r/jupyter/minimal-notebook - - https://hub.docker.com/r/jupyter/base-notebook - - https://hub.docker.com/r/jupyter/datascience-notebook - - https://hub.docker.com/r/jupyter/tensorflow-notebook + - https://hub.docker.com/r/jupyter/scipy-notebook - https://hub.docker.com/r/jupyter/pyspark-notebook + - https://hub.docker.com/r/jupyter/tensorflow-notebook - https://hub.docker.com/r/jupyter/r-notebook - - https://hub.docker.com/r/jupyter/all-spark-notebook - - https://hub.docker.com/r/jupyter/scipy-notebook + - https://hub.docker.com/r/jupyter/base-notebook + - https://hub.docker.com/r/jupyter/datascience-notebook type: application version: 8.8.14 diff --git a/charts/stable/kitchenowl/Chart.yaml b/charts/stable/kitchenowl/Chart.yaml index cbdfd590c5ce..274174d9bd5f 100644 --- a/charts/stable/kitchenowl/Chart.yaml +++ b/charts/stable/kitchenowl/Chart.yaml @@ -33,7 +33,7 @@ name: kitchenowl sources: - https://tombursch.github.io/kitchenowl - https://github.com/truecharts/charts/tree/master/charts/stable/kitchenowl - - https://hub.docker.com/r/tombursch/kitchenowl-web - https://hub.docker.com/r/tombursch/kitchenowl + - https://hub.docker.com/r/tombursch/kitchenowl-web type: application version: 9.8.16 diff --git a/charts/stable/lancache-monolithic/Chart.yaml b/charts/stable/lancache-monolithic/Chart.yaml index 913c7d0e8c46..bb1e3659ab70 100644 --- a/charts/stable/lancache-monolithic/Chart.yaml +++ b/charts/stable/lancache-monolithic/Chart.yaml @@ -32,7 +32,7 @@ name: lancache-monolithic sources: - https://github.com/lancachenet/monolithic - https://github.com/truecharts/charts/tree/master/charts/stable/lancache-monolithic - - https://hub.docker.com/r/ich777/lancache-prefill - https://hub.docker.com/r/lancachenet/monolithic + - https://hub.docker.com/r/ich777/lancache-prefill type: application version: 8.8.14 diff --git a/charts/stable/lazylibrarian/Chart.yaml b/charts/stable/lazylibrarian/Chart.yaml index 38dd40865d03..6f51373389a7 100644 --- a/charts/stable/lazylibrarian/Chart.yaml +++ b/charts/stable/lazylibrarian/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/lazylibrarian.webp keywords: - lazylibrarian - ebooks -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/libremdb/Chart.yaml b/charts/stable/libremdb/Chart.yaml index 4378f2c6a842..d4b0c91a4027 100644 --- a/charts/stable/libremdb/Chart.yaml +++ b/charts/stable/libremdb/Chart.yaml @@ -31,7 +31,7 @@ keywords: - libremdb - media - imdb -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/lidarr/Chart.yaml b/charts/stable/lidarr/Chart.yaml index 61a79ad2121c..b7869d9e29ce 100644 --- a/charts/stable/lidarr/Chart.yaml +++ b/charts/stable/lidarr/Chart.yaml @@ -33,7 +33,7 @@ name: lidarr sources: - https://github.com/Lidarr/Lidarr - https://github.com/truecharts/charts/tree/master/charts/stable/lidarr - - https://ghcr.io/onedr0p/lidarr-develop - https://ghcr.io/onedr0p/exportarr + - https://ghcr.io/onedr0p/lidarr-develop type: application version: 21.6.17 diff --git a/charts/stable/littlelink/Chart.yaml b/charts/stable/littlelink/Chart.yaml index fdfbab6be7cb..8e070932f56f 100644 --- a/charts/stable/littlelink/Chart.yaml +++ b/charts/stable/littlelink/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/littlelink icon: https://truecharts.org/img/hotlink-ok/chart-icons/littlelink.webp keywords: - littlelink -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/local-ai/Chart.yaml b/charts/stable/local-ai/Chart.yaml index 34669c45038e..f1cef8c981b7 100644 --- a/charts/stable/local-ai/Chart.yaml +++ b/charts/stable/local-ai/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/local-ai.webp keywords: - local-ai - ai -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/mongodb/Chart.yaml b/charts/stable/mongodb/Chart.yaml index 960be6680861..ac77002f4b7d 100644 --- a/charts/stable/mongodb/Chart.yaml +++ b/charts/stable/mongodb/Chart.yaml @@ -24,7 +24,7 @@ keywords: - mongodb - database - nosql -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/mylar/Chart.yaml b/charts/stable/mylar/Chart.yaml index 9a9ab2c14150..3bc2f2748a2e 100644 --- a/charts/stable/mylar/Chart.yaml +++ b/charts/stable/mylar/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/mylar icon: https://truecharts.org/img/hotlink-ok/chart-icons/mylar.webp keywords: - mylar -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/mysql-workbench/Chart.yaml b/charts/stable/mysql-workbench/Chart.yaml index 5a7630d3a5bc..8cacf8ad8431 100644 --- a/charts/stable/mysql-workbench/Chart.yaml +++ b/charts/stable/mysql-workbench/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/mysql-workbench icon: https://truecharts.org/img/hotlink-ok/chart-icons/mysql-workbench.webp keywords: - mysql-workbench -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/neko/Chart.yaml b/charts/stable/neko/Chart.yaml index ab08f4ea2092..46e3af59037e 100644 --- a/charts/stable/neko/Chart.yaml +++ b/charts/stable/neko/Chart.yaml @@ -33,14 +33,14 @@ sources: - https://github.com/m1k1o/neko - https://github.com/truecharts/charts/tree/master/charts/stable/neko - https://ghcr.io/m1k1o/neko/brave - - https://ghcr.io/m1k1o/neko/vivaldi - https://ghcr.io/m1k1o/neko/google-chrome - - https://ghcr.io/m1k1o/neko/remmina - - https://ghcr.io/m1k1o/neko/tor-browser - - https://ghcr.io/m1k1o/neko/firefox - https://ghcr.io/m1k1o/neko/chromium - - https://ghcr.io/m1k1o/neko/xfce + - https://ghcr.io/m1k1o/neko/firefox + - https://ghcr.io/m1k1o/neko/tor-browser - https://ghcr.io/m1k1o/neko/vlc + - https://ghcr.io/m1k1o/neko/vivaldi - https://ghcr.io/m1k1o/neko/microsoft-edge + - https://ghcr.io/m1k1o/neko/remmina + - https://ghcr.io/m1k1o/neko/xfce type: application version: 6.1.14 diff --git a/charts/stable/openvscode-server/Chart.yaml b/charts/stable/openvscode-server/Chart.yaml index 2549d3a696de..544c7a92f74c 100644 --- a/charts/stable/openvscode-server/Chart.yaml +++ b/charts/stable/openvscode-server/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/openvscode-server icon: https://truecharts.org/img/hotlink-ok/chart-icons/openvscode-server.webp keywords: - openvscode-server -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/palworld/Chart.yaml b/charts/stable/palworld/Chart.yaml index 068afd03454c..c24395e5c629 100644 --- a/charts/stable/palworld/Chart.yaml +++ b/charts/stable/palworld/Chart.yaml @@ -32,7 +32,7 @@ name: palworld sources: - https://github.com/ich777/docker-steamcmd-server/tree/palworld - https://github.com/truecharts/charts/tree/master/charts/stable/palworld - - https://hub.docker.com/r/outdead/rcon - https://ghcr.io/ich777/steamcmd + - https://hub.docker.com/r/outdead/rcon type: application version: 2.8.14 diff --git a/charts/stable/portainer/Chart.yaml b/charts/stable/portainer/Chart.yaml index dd1207805d43..db89322e6b46 100644 --- a/charts/stable/portainer/Chart.yaml +++ b/charts/stable/portainer/Chart.yaml @@ -32,7 +32,7 @@ sources: - https://docs.portainer.io/start/install-ce/server - https://docs.portainer.io/start/install/server - https://github.com/truecharts/charts/tree/master/charts/stable/portainer - - https://hub.docker.com/r/portainer/portainer-ce - https://hub.docker.com/r/portainer/portainer-ee + - https://hub.docker.com/r/portainer/portainer-ce type: application version: 8.10.14 diff --git a/charts/stable/prowlarr/Chart.yaml b/charts/stable/prowlarr/Chart.yaml index 3e8957646385..d80e626b33bb 100644 --- a/charts/stable/prowlarr/Chart.yaml +++ b/charts/stable/prowlarr/Chart.yaml @@ -34,7 +34,7 @@ sources: - https://github.com/Prowlarr/Prowlarr - https://github.com/k8s-at-home/container-images - https://github.com/truecharts/charts/tree/master/charts/stable/prowlarr - - https://ghcr.io/onedr0p/exportarr - https://ghcr.io/onedr0p/prowlarr-develop + - https://ghcr.io/onedr0p/exportarr type: application version: 16.8.11 diff --git a/charts/stable/prusaslicer-novnc/Chart.yaml b/charts/stable/prusaslicer-novnc/Chart.yaml index 7e3ccc7a8ced..9475cd93e19d 100644 --- a/charts/stable/prusaslicer-novnc/Chart.yaml +++ b/charts/stable/prusaslicer-novnc/Chart.yaml @@ -24,7 +24,7 @@ keywords: - prusaslicer-novnc - home-automation - Productivity -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/pyload-ng/Chart.yaml b/charts/stable/pyload-ng/Chart.yaml index 81e6393a0d8d..16593ff873ee 100644 --- a/charts/stable/pyload-ng/Chart.yaml +++ b/charts/stable/pyload-ng/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/pyload-ng.webp keywords: - pyload-ng - Other -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/qbittorrent/Chart.yaml b/charts/stable/qbittorrent/Chart.yaml index 55ccbe73ab5d..f8fd615f5544 100644 --- a/charts/stable/qbittorrent/Chart.yaml +++ b/charts/stable/qbittorrent/Chart.yaml @@ -32,7 +32,7 @@ name: qbittorrent sources: - https://github.com/qbittorrent/qBittorrent - https://github.com/truecharts/charts/tree/master/charts/stable/qbittorrent - - https://ghcr.io/onedr0p/qbittorrent - https://hub.docker.com/r/mjmeli/qbittorrent-port-forward-gluetun-server + - https://ghcr.io/onedr0p/qbittorrent type: application version: 19.8.16 diff --git a/charts/stable/qinglong/Chart.yaml b/charts/stable/qinglong/Chart.yaml index 0dcfc23ace2d..0940227011cd 100644 --- a/charts/stable/qinglong/Chart.yaml +++ b/charts/stable/qinglong/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/qinglong.webp keywords: - qinglong - task -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/quassel-core/Chart.yaml b/charts/stable/quassel-core/Chart.yaml index 292c7d9b3cd7..c6a8f52ecb68 100644 --- a/charts/stable/quassel-core/Chart.yaml +++ b/charts/stable/quassel-core/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/quassel-core icon: https://truecharts.org/img/hotlink-ok/chart-icons/quassel-core.webp keywords: - quassel-core -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/radarr/Chart.yaml b/charts/stable/radarr/Chart.yaml index 8124cb157a12..4554a02b94ee 100644 --- a/charts/stable/radarr/Chart.yaml +++ b/charts/stable/radarr/Chart.yaml @@ -33,7 +33,7 @@ name: radarr sources: - https://github.com/Radarr/Radarr - https://github.com/truecharts/charts/tree/master/charts/stable/radarr - - https://ghcr.io/onedr0p/exportarr - https://ghcr.io/onedr0p/radarr + - https://ghcr.io/onedr0p/exportarr type: application version: 21.7.11 diff --git a/charts/stable/rdesktop/Chart.yaml b/charts/stable/rdesktop/Chart.yaml index a3093fde5b6d..91b676567546 100644 --- a/charts/stable/rdesktop/Chart.yaml +++ b/charts/stable/rdesktop/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdesktop.webp keywords: - rdesktop - desktops -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/redmine/Chart.yaml b/charts/stable/redmine/Chart.yaml index 7df4a67fcbf4..6abdce6f22f0 100644 --- a/charts/stable/redmine/Chart.yaml +++ b/charts/stable/redmine/Chart.yaml @@ -26,7 +26,7 @@ keywords: - time - tracking - ticket -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/rflood/Chart.yaml b/charts/stable/rflood/Chart.yaml index 0db59db069d7..9cc392654271 100644 --- a/charts/stable/rflood/Chart.yaml +++ b/charts/stable/rflood/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rflood.webp keywords: - rflood - downloaders -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/rimgo/Chart.yaml b/charts/stable/rimgo/Chart.yaml index e01999f30e95..aa5744f9f701 100644 --- a/charts/stable/rimgo/Chart.yaml +++ b/charts/stable/rimgo/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rimgo.webp keywords: - rimgo - Network-Web -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/rsshub/Chart.yaml b/charts/stable/rsshub/Chart.yaml index a5a4e8ca6cd0..155fdc22b5d2 100644 --- a/charts/stable/rsshub/Chart.yaml +++ b/charts/stable/rsshub/Chart.yaml @@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rsshub.webp keywords: - rsshub - rss -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org @@ -40,7 +40,7 @@ sources: - https://docs.rsshub.app/en/install/ - https://github.com/DIYgod/RSSHub - https://github.com/truecharts/charts/tree/master/charts/stable/rsshub - - https://hub.docker.com/r/diygod/rsshub - https://hub.docker.com/r/browserless/chrome + - https://hub.docker.com/r/diygod/rsshub type: application version: 12.10.54 diff --git a/charts/stable/searxng/Chart.yaml b/charts/stable/searxng/Chart.yaml index a2e721da55ee..15c2657667ac 100644 --- a/charts/stable/searxng/Chart.yaml +++ b/charts/stable/searxng/Chart.yaml @@ -24,7 +24,7 @@ keywords: - searxng - Productivity - Other -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/shiori/Chart.yaml b/charts/stable/shiori/Chart.yaml index 9cd79d05e03a..6b6578860baf 100644 --- a/charts/stable/shiori/Chart.yaml +++ b/charts/stable/shiori/Chart.yaml @@ -25,7 +25,7 @@ keywords: - bookmark - bookmark-manager - web-interface -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/sonarr/Chart.yaml b/charts/stable/sonarr/Chart.yaml index 927c8452b9f1..7a20bdaef78e 100644 --- a/charts/stable/sonarr/Chart.yaml +++ b/charts/stable/sonarr/Chart.yaml @@ -33,7 +33,7 @@ name: sonarr sources: - https://github.com/Sonarr/Sonarr - https://github.com/truecharts/charts/tree/master/charts/stable/sonarr - - https://ghcr.io/onedr0p/sonarr - https://ghcr.io/onedr0p/exportarr + - https://ghcr.io/onedr0p/sonarr type: application version: 21.6.17 diff --git a/charts/stable/steam-headless/Chart.yaml b/charts/stable/steam-headless/Chart.yaml index b2bd7081a337..798f93dde3a5 100644 --- a/charts/stable/steam-headless/Chart.yaml +++ b/charts/stable/steam-headless/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/steam-headless.webp keywords: - steam-headless - games -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/tauticord/Chart.yaml b/charts/stable/tauticord/Chart.yaml index 8315e00da10e..8367fecb060d 100644 --- a/charts/stable/tauticord/Chart.yaml +++ b/charts/stable/tauticord/Chart.yaml @@ -24,7 +24,7 @@ keywords: - tauticord - tautulli - discord -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/thelounge/Chart.yaml b/charts/stable/thelounge/Chart.yaml index c49439b8e0b4..a398557d12a3 100644 --- a/charts/stable/thelounge/Chart.yaml +++ b/charts/stable/thelounge/Chart.yaml @@ -26,7 +26,7 @@ keywords: - The Lounge - docker - thelounge-docker -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/thunderbird/Chart.yaml b/charts/stable/thunderbird/Chart.yaml index 8e3257c11ead..3db20411ea72 100644 --- a/charts/stable/thunderbird/Chart.yaml +++ b/charts/stable/thunderbird/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/thunderbird.webp keywords: - thunderbird - mail -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/twonky-server/Chart.yaml b/charts/stable/twonky-server/Chart.yaml index b00e2ecc3939..e8a296db0978 100644 --- a/charts/stable/twonky-server/Chart.yaml +++ b/charts/stable/twonky-server/Chart.yaml @@ -25,7 +25,7 @@ keywords: - MediaServer-Video - MediaServer-Music - MediaServer-Other -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/vertex/Chart.yaml b/charts/stable/vertex/Chart.yaml index c3245b7f9064..e8b9fc934975 100644 --- a/charts/stable/vertex/Chart.yaml +++ b/charts/stable/vertex/Chart.yaml @@ -24,7 +24,7 @@ keywords: - vertex - home-automation - Tools-Utilities -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/vikunja/Chart.yaml b/charts/stable/vikunja/Chart.yaml index 6a77e9f6eb97..f0ef4f8397f9 100644 --- a/charts/stable/vikunja/Chart.yaml +++ b/charts/stable/vikunja/Chart.yaml @@ -38,8 +38,8 @@ name: vikunja sources: - https://vikunja.io/docs - https://github.com/truecharts/charts/tree/master/charts/stable/vikunja - - https://hub.docker.com/_/nginx - - https://hub.docker.com/r/vikunja/api - https://hub.docker.com/r/vikunja/frontend + - https://hub.docker.com/r/vikunja/api + - https://hub.docker.com/_/nginx type: application version: 13.11.5 diff --git a/charts/stable/wallos/Chart.yaml b/charts/stable/wallos/Chart.yaml index 8ec0589a5495..f3475b94ec5a 100644 --- a/charts/stable/wallos/Chart.yaml +++ b/charts/stable/wallos/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/wallos icon: https://truecharts.org/img/hotlink-ok/chart-icons/wallos.webp keywords: - dashboard -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/webtop/Chart.yaml b/charts/stable/webtop/Chart.yaml index 66d0e0855321..1e0891c76a0a 100644 --- a/charts/stable/webtop/Chart.yaml +++ b/charts/stable/webtop/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/webtop.webp keywords: - webtop - Tools-Utilities -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/wekan/Chart.yaml b/charts/stable/wekan/Chart.yaml index e18c4a46dbd2..6a7069c4779d 100644 --- a/charts/stable/wekan/Chart.yaml +++ b/charts/stable/wekan/Chart.yaml @@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/wekan.webp keywords: - wekan - kanban -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/whisparr/Chart.yaml b/charts/stable/whisparr/Chart.yaml index d65d1a8cba52..8ed265cdfb5b 100644 --- a/charts/stable/whisparr/Chart.yaml +++ b/charts/stable/whisparr/Chart.yaml @@ -24,7 +24,7 @@ keywords: - whisparr - Downloaders - MediaApp-Other -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/xen-orchestra/Chart.yaml b/charts/stable/xen-orchestra/Chart.yaml index f9b499c97c44..7265ad71cba5 100644 --- a/charts/stable/xen-orchestra/Chart.yaml +++ b/charts/stable/xen-orchestra/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/xen-orchestra icon: https://truecharts.org/img/hotlink-ok/chart-icons/xen-orchestra.webp keywords: - xen-orchestra -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/xwiki/Chart.yaml b/charts/stable/xwiki/Chart.yaml index 10b8ae1a645e..27908c527f72 100644 --- a/charts/stable/xwiki/Chart.yaml +++ b/charts/stable/xwiki/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/xwiki.webp keywords: - xwiki - wiki -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/system/volumesnapshots/Chart.yaml b/charts/system/volumesnapshots/Chart.yaml index 2a17edc50354..9a6d9598dcce 100644 --- a/charts/system/volumesnapshots/Chart.yaml +++ b/charts/system/volumesnapshots/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/volumesnapshots.webp keywords: - storage - snapshots -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/system/volumesnapshots/README.md b/charts/system/volumesnapshots/README.md index af80d58694e2..51cbecd8a1be 100644 --- a/charts/system/volumesnapshots/README.md +++ b/charts/system/volumesnapshots/README.md @@ -7,7 +7,7 @@ title: README TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/traefik-crds) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/volumesnapshots) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** @@ -37,7 +37,7 @@ For the complete overview of all available options, please checkout the document All our charts have dedicated documentation pages. The documentation for this chart can be found here: -https://truecharts.org/charts/system/traefik-crds +https://truecharts.org/charts/system/volumesnapshots ## Support