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 000000000000..3dc186819ca5 Binary files /dev/null and b/charts/incubator/dockovpn/icon-small.webp differ diff --git a/charts/incubator/dockovpn/icon.png b/charts/incubator/dockovpn/icon.png deleted file mode 100644 index 6436b817a6e7..000000000000 Binary files a/charts/incubator/dockovpn/icon.png and /dev/null differ diff --git a/charts/incubator/dockovpn/icon.webp b/charts/incubator/dockovpn/icon.webp new file mode 100644 index 000000000000..01d4ab452915 Binary files /dev/null and b/charts/incubator/dockovpn/icon.webp differ 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