diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index f3009a67ebe..494eb912e2d 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -73,10 +73,10 @@ jobs: helm repo add cnpg https://cloudnative-pg.github.io/charts helm repo add metallb https://metallb.github.io/metallb helm repo update - + - name: Prep go-yq run: | - wget https://github.com/mikefarah/yq/releases/download/v4.26.1/yq_linux_amd64 -O /usr/local/bin/go-yq && chmod +x /usr/local/bin/go-yq + wget https://github.com/mikefarah/yq/releases/download/v4.26.1/yq_linux_amd64 -O /usr/local/bin/go-yq && chmod +x /usr/local/bin/go-yq # Optional step if GPG signing is used - name: Prepare GPG key @@ -303,7 +303,7 @@ jobs: run: | git config user.name "TrueCharts-Bot" git config user.email "bot@truecharts.org" - + - name: Install Helm uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # tag=v3 with: @@ -329,7 +329,7 @@ jobs: shell: bash run: | find . -type f -name 'questions.yaml' -exec rm {} \; - + - name: Run chart-releaser for dependency apps uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6.0 if: | @@ -341,16 +341,16 @@ jobs: env: CR_TOKEN: "${{ secrets.BOT_TOKEN }}" CR_SKIP_EXISTING: "true" - + - name: Helm | Login shell: bash - env: + env: HELM_EXPERIMENTAL_OCI: 1 run: echo ${{ secrets.QUAY_SECRET }} | helm registry login -u ${{ secrets.QUAY_USER }} --password-stdin quay.io - + - name: Push Charts to Quay shell: bash - env: + env: HELM_EXPERIMENTAL_OCI: 1 run: | for pkg in .cr-release-packages/*.tgz; do @@ -363,14 +363,13 @@ jobs: helm push "${pkg}" oci://quay.io/truecharts || echo "failed to upload $pkg to OCI" curl -X POST -H "Content-Type: application/json" -d '{"visibility": "public"}' -H "Authorization: Bearer ${{ secrets.QUAY_TOKEN }}" "https://quay.io/api/v1/repository/truecharts/$name/changevisibility" || echo "failed to set $pkg to public on OCI" done - + - name: Helm | Logout shell: bash - env: + env: HELM_EXPERIMENTAL_OCI: 1 run: helm registry logout quay.io - - + - name: Tag App Releases if: | steps.collect-changes.outputs.changesDetectedAfterTag == 'true' diff --git a/charts/enterprise/grafana/Chart.yaml b/charts/enterprise/grafana/Chart.yaml index c86f4a9e3d1..605df37b404 100644 --- a/charts/enterprise/grafana/Chart.yaml +++ b/charts/enterprise/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/enterprise/grafana - - https://quay.io/kiwigrid/k8s-sidecar - https://hub.docker.com/r/grafana/grafana + - https://quay.io/kiwigrid/k8s-sidecar type: application version: 12.1.2 diff --git a/charts/enterprise/prometheus/Chart.yaml b/charts/enterprise/prometheus/Chart.yaml index 139ed7c8dff..de5f53122c7 100644 --- a/charts/enterprise/prometheus/Chart.yaml +++ b/charts/enterprise/prometheus/Chart.yaml @@ -47,7 +47,7 @@ sources: - https://github.com/prometheus-operator/kube-prometheus - https://github.com/truecharts/charts/tree/master/charts/enterprise/prometheus - https://hub.docker.com/r/bitnami/prometheus - - https://hub.docker.com/r/bitnami/alertmanager - https://quay.io/thanos/thanos + - https://hub.docker.com/r/bitnami/alertmanager type: application version: 16.4.10 diff --git a/charts/stable/authentik/Chart.yaml b/charts/stable/authentik/Chart.yaml index 6674c0d9988..66f0fd7dbf1 100644 --- a/charts/stable/authentik/Chart.yaml +++ b/charts/stable/authentik/Chart.yaml @@ -39,10 +39,10 @@ sources: - https://goauthentik.io/docs/ - https://github.com/goauthentik/authentik - https://github.com/truecharts/charts/tree/master/charts/stable/authentik - - https://ghcr.io/goauthentik/ldap - https://ghcr.io/maxmind/geoipupdate + - https://ghcr.io/goauthentik/radius + - https://ghcr.io/goauthentik/ldap - https://ghcr.io/goauthentik/server - https://ghcr.io/goauthentik/proxy - - https://ghcr.io/goauthentik/radius type: application version: 19.2.11 diff --git a/charts/stable/bazarr/Chart.yaml b/charts/stable/bazarr/Chart.yaml index 425011b14f3..2652ee0fd3a 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/exportarr - https://ghcr.io/onedr0p/bazarr + - https://ghcr.io/onedr0p/exportarr type: application version: 17.1.17 diff --git a/charts/stable/clamav/Chart.yaml b/charts/stable/clamav/Chart.yaml index ccdecff1fc5..e0646332e4e 100644 --- a/charts/stable/clamav/Chart.yaml +++ b/charts/stable/clamav/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/clamav.png keywords: - clamav - antivirus -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 a39df04024b..ab208921258 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-phponly - https://ghcr.io/mriedmann/humhub-nginx + - https://ghcr.io/mriedmann/humhub-phponly type: application version: 6.2.10 diff --git a/charts/stable/jupyter/Chart.yaml b/charts/stable/jupyter/Chart.yaml index caecd4022cc..c2bac818867 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/r-notebook - - https://hub.docker.com/r/jupyter/base-notebook - - https://hub.docker.com/r/jupyter/minimal-notebook - - https://hub.docker.com/r/jupyter/pyspark-notebook - - https://hub.docker.com/r/jupyter/datascience-notebook - - https://hub.docker.com/r/jupyter/scipy-notebook - https://hub.docker.com/r/jupyter/tensorflow-notebook + - https://hub.docker.com/r/jupyter/datascience-notebook + - https://hub.docker.com/r/jupyter/pyspark-notebook + - https://hub.docker.com/r/jupyter/scipy-notebook + - https://hub.docker.com/r/jupyter/minimal-notebook + - https://hub.docker.com/r/jupyter/base-notebook + - https://hub.docker.com/r/jupyter/all-spark-notebook type: application version: 7.1.11 diff --git a/charts/stable/nextcloud/Chart.yaml b/charts/stable/nextcloud/Chart.yaml index ee4658cc43a..cc45f6be07d 100644 --- a/charts/stable/nextcloud/Chart.yaml +++ b/charts/stable/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/stable/nextcloud - - https://github.com/truecharts/containers/tree/master/apps/nextcloud-push-notify - - https://github.com/truecharts/containers/tree/master/apps/nextcloud-fpm - - https://github.com/truecharts/containers/tree/master/apps/nextcloud-imaginary - https://hub.docker.com/r/collabora/code - - https://hub.docker.com/r/nginxinc/nginx-unprivileged + - https://github.com/truecharts/containers/tree/master/apps/nextcloud-imaginary - https://hub.docker.com/r/clamav/clamav + - https://github.com/truecharts/containers/tree/master/apps/nextcloud-push-notify + - https://hub.docker.com/r/nginxinc/nginx-unprivileged + - https://github.com/truecharts/containers/tree/master/apps/nextcloud-fpm type: application version: 28.2.1 diff --git a/charts/stable/nzbget/Chart.yaml b/charts/stable/nzbget/Chart.yaml index c0b7c49c213..464405b554a 100644 --- a/charts/stable/nzbget/Chart.yaml +++ b/charts/stable/nzbget/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/nzbget.png keywords: - nzbget - usenet -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/stable/ollama/Chart.yaml b/charts/stable/ollama/Chart.yaml index a491daef373..34d0d889796 100644 --- a/charts/stable/ollama/Chart.yaml +++ b/charts/stable/ollama/Chart.yaml @@ -33,7 +33,7 @@ sources: - https://github.com/jmorganca/ollama - https://github.com/ollama-webui/ollama-webui - https://github.com/truecharts/charts/tree/master/charts/stable/ollama - - https://hub.docker.com/r/ollama/ollama - https://ghcr.io/ollama-webui/ollama-webui + - https://hub.docker.com/r/ollama/ollama type: application version: 1.1.0 diff --git a/charts/stable/qbittorrent/Chart.yaml b/charts/stable/qbittorrent/Chart.yaml index c857d2de0c7..5c153853fd5 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://hub.docker.com/r/mjmeli/qbittorrent-port-forward-gluetun-server - https://ghcr.io/onedr0p/qbittorrent + - https://hub.docker.com/r/mjmeli/qbittorrent-port-forward-gluetun-server type: application version: 18.1.12 diff --git a/charts/stable/rsshub/Chart.yaml b/charts/stable/rsshub/Chart.yaml index 192ea010325..35874086fe5 100644 --- a/charts/stable/rsshub/Chart.yaml +++ b/charts/stable/rsshub/Chart.yaml @@ -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: 11.2.8 diff --git a/charts/stable/rtorrent-rutorrent/Chart.yaml b/charts/stable/rtorrent-rutorrent/Chart.yaml index 46a5da362b3..5eb8dc86551 100644 --- a/charts/stable/rtorrent-rutorrent/Chart.yaml +++ b/charts/stable/rtorrent-rutorrent/Chart.yaml @@ -34,5 +34,6 @@ sources: - https://truecharts.org/charts/stable/rtorrent-rutorrent - https://github.com/truecharts/charts/tree/master/charts/stable/rtorrent-rutorrent - https://ghcr.io/crazy-max/rtorrent-rutorrent + - https://ghcr.io/thde/rtorrent_exporter type: application -version: 3.1.13 \ No newline at end of file +version: 3.1.13 diff --git a/charts/stable/rtorrent-rutorrent/values.yaml b/charts/stable/rtorrent-rutorrent/values.yaml index edb58fcc252..ccc609eb125 100644 --- a/charts/stable/rtorrent-rutorrent/values.yaml +++ b/charts/stable/rtorrent-rutorrent/values.yaml @@ -129,17 +129,17 @@ persistence: passwd: enabled: true mountPath: "/passwd" - + metrics: - main: - enabled: true - type: "servicemonitor" - endpoints: - - port: metrics - path: /metrics - targetSelector: metrics - prometheusRule: - enabled: false + main: + enabled: true + type: "servicemonitor" + endpoints: + - port: metrics + path: /metrics + targetSelector: metrics + prometheusRule: + enabled: false portal: open: diff --git a/charts/stable/sabnzbd/Chart.yaml b/charts/stable/sabnzbd/Chart.yaml index 29b5625369f..c2ec407759a 100644 --- a/charts/stable/sabnzbd/Chart.yaml +++ b/charts/stable/sabnzbd/Chart.yaml @@ -33,5 +33,6 @@ sources: - https://sabnzbd.org/ - https://github.com/truecharts/charts/tree/master/charts/stable/sabnzbd - https://ghcr.io/onedr0p/sabnzbd + - https://ghcr.io/onedr0p/exportarr type: application version: 17.2.10 diff --git a/charts/stable/sabnzbd/values.yaml b/charts/stable/sabnzbd/values.yaml index 76c6e735ce8..30ec85b7194 100644 --- a/charts/stable/sabnzbd/values.yaml +++ b/charts/stable/sabnzbd/values.yaml @@ -91,8 +91,7 @@ metrics: targetSelector: metrics # Required for exportarr apiKey: "" - + portal: open: enabled: true - diff --git a/charts/stable/tasmoadmin/Chart.yaml b/charts/stable/tasmoadmin/Chart.yaml index cd2886eb403..cc90dc47a81 100644 --- a/charts/stable/tasmoadmin/Chart.yaml +++ b/charts/stable/tasmoadmin/Chart.yaml @@ -24,7 +24,7 @@ keywords: - tasmoadmin - home-automation - Network-Management -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 b503b875ae9..a3d61ea1481 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/r/vikunja/frontend - https://hub.docker.com/r/vikunja/api - https://hub.docker.com/_/nginx + - https://hub.docker.com/r/vikunja/frontend type: application version: 12.1.22