Commit daily changes

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2024-02-15 00:08:49 +00:00
parent bf6c5196f4
commit b685bef5eb
19 changed files with 49 additions and 49 deletions
+11 -12
View File
@@ -73,10 +73,10 @@ jobs:
helm repo add cnpg https://cloudnative-pg.github.io/charts helm repo add cnpg https://cloudnative-pg.github.io/charts
helm repo add metallb https://metallb.github.io/metallb helm repo add metallb https://metallb.github.io/metallb
helm repo update helm repo update
- name: Prep go-yq - name: Prep go-yq
run: | 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 # Optional step if GPG signing is used
- name: Prepare GPG key - name: Prepare GPG key
@@ -303,7 +303,7 @@ jobs:
run: | run: |
git config user.name "TrueCharts-Bot" git config user.name "TrueCharts-Bot"
git config user.email "bot@truecharts.org" git config user.email "bot@truecharts.org"
- name: Install Helm - name: Install Helm
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # tag=v3 uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # tag=v3
with: with:
@@ -329,7 +329,7 @@ jobs:
shell: bash shell: bash
run: | run: |
find . -type f -name 'questions.yaml' -exec rm {} \; find . -type f -name 'questions.yaml' -exec rm {} \;
- name: Run chart-releaser for dependency apps - name: Run chart-releaser for dependency apps
uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6.0 uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6.0
if: | if: |
@@ -341,16 +341,16 @@ jobs:
env: env:
CR_TOKEN: "${{ secrets.BOT_TOKEN }}" CR_TOKEN: "${{ secrets.BOT_TOKEN }}"
CR_SKIP_EXISTING: "true" CR_SKIP_EXISTING: "true"
- name: Helm | Login - name: Helm | Login
shell: bash shell: bash
env: env:
HELM_EXPERIMENTAL_OCI: 1 HELM_EXPERIMENTAL_OCI: 1
run: echo ${{ secrets.QUAY_SECRET }} | helm registry login -u ${{ secrets.QUAY_USER }} --password-stdin quay.io run: echo ${{ secrets.QUAY_SECRET }} | helm registry login -u ${{ secrets.QUAY_USER }} --password-stdin quay.io
- name: Push Charts to Quay - name: Push Charts to Quay
shell: bash shell: bash
env: env:
HELM_EXPERIMENTAL_OCI: 1 HELM_EXPERIMENTAL_OCI: 1
run: | run: |
for pkg in .cr-release-packages/*.tgz; do 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" 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" 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 done
- name: Helm | Logout - name: Helm | Logout
shell: bash shell: bash
env: env:
HELM_EXPERIMENTAL_OCI: 1 HELM_EXPERIMENTAL_OCI: 1
run: helm registry logout quay.io run: helm registry logout quay.io
- name: Tag App Releases - name: Tag App Releases
if: | if: |
steps.collect-changes.outputs.changesDetectedAfterTag == 'true' steps.collect-changes.outputs.changesDetectedAfterTag == 'true'
+1 -1
View File
@@ -35,7 +35,7 @@ sources:
- https://grafana.com/ - https://grafana.com/
- https://github.com/bitnami/bitnami-docker-grafana - https://github.com/bitnami/bitnami-docker-grafana
- https://github.com/truecharts/charts/tree/master/charts/enterprise/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://hub.docker.com/r/grafana/grafana
- https://quay.io/kiwigrid/k8s-sidecar
type: application type: application
version: 12.1.2 version: 12.1.2
+1 -1
View File
@@ -47,7 +47,7 @@ sources:
- https://github.com/prometheus-operator/kube-prometheus - https://github.com/prometheus-operator/kube-prometheus
- https://github.com/truecharts/charts/tree/master/charts/enterprise/prometheus - https://github.com/truecharts/charts/tree/master/charts/enterprise/prometheus
- https://hub.docker.com/r/bitnami/prometheus - https://hub.docker.com/r/bitnami/prometheus
- https://hub.docker.com/r/bitnami/alertmanager
- https://quay.io/thanos/thanos - https://quay.io/thanos/thanos
- https://hub.docker.com/r/bitnami/alertmanager
type: application type: application
version: 16.4.10 version: 16.4.10
+2 -2
View File
@@ -39,10 +39,10 @@ sources:
- https://goauthentik.io/docs/ - https://goauthentik.io/docs/
- https://github.com/goauthentik/authentik - https://github.com/goauthentik/authentik
- https://github.com/truecharts/charts/tree/master/charts/stable/authentik - https://github.com/truecharts/charts/tree/master/charts/stable/authentik
- https://ghcr.io/goauthentik/ldap
- https://ghcr.io/maxmind/geoipupdate - https://ghcr.io/maxmind/geoipupdate
- https://ghcr.io/goauthentik/radius
- https://ghcr.io/goauthentik/ldap
- https://ghcr.io/goauthentik/server - https://ghcr.io/goauthentik/server
- https://ghcr.io/goauthentik/proxy - https://ghcr.io/goauthentik/proxy
- https://ghcr.io/goauthentik/radius
type: application type: application
version: 19.2.11 version: 19.2.11
+1 -1
View File
@@ -36,7 +36,7 @@ name: bazarr
sources: sources:
- https://github.com/morpheus65535/bazarr - https://github.com/morpheus65535/bazarr
- https://github.com/truecharts/charts/tree/master/charts/stable/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/bazarr
- https://ghcr.io/onedr0p/exportarr
type: application type: application
version: 17.1.17 version: 17.1.17
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/clamav.png
keywords: keywords:
- clamav - clamav
- antivirus - antivirus
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -45,7 +45,7 @@ maintainers:
name: humhub name: humhub
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/humhub - 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-nginx
- https://ghcr.io/mriedmann/humhub-phponly
type: application type: application
version: 6.2.10 version: 6.2.10
+6 -6
View File
@@ -33,13 +33,13 @@ name: jupyter
sources: sources:
- https://github.com/jupyter/docker-stacks - https://github.com/jupyter/docker-stacks
- https://github.com/truecharts/charts/tree/master/charts/stable/jupyter - 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/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/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 type: application
version: 7.1.11 version: 7.1.11
+5 -5
View File
@@ -33,7 +33,7 @@ keywords:
- http - http
- web - web
- php - php
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
@@ -43,11 +43,11 @@ sources:
- https://github.com/nextcloud/docker - https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm - https://github.com/nextcloud/helm
- https://github.com/truecharts/charts/tree/master/charts/stable/nextcloud - 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/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://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 type: application
version: 28.2.1 version: 28.2.1
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/nzbget.png
keywords: keywords:
- nzbget - nzbget
- usenet - usenet
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -33,7 +33,7 @@ sources:
- https://github.com/jmorganca/ollama - https://github.com/jmorganca/ollama
- https://github.com/ollama-webui/ollama-webui - https://github.com/ollama-webui/ollama-webui
- https://github.com/truecharts/charts/tree/master/charts/stable/ollama - 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://ghcr.io/ollama-webui/ollama-webui
- https://hub.docker.com/r/ollama/ollama
type: application type: application
version: 1.1.0 version: 1.1.0
+1 -1
View File
@@ -32,7 +32,7 @@ name: qbittorrent
sources: sources:
- https://github.com/qbittorrent/qBittorrent - https://github.com/qbittorrent/qBittorrent
- https://github.com/truecharts/charts/tree/master/charts/stable/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://ghcr.io/onedr0p/qbittorrent
- https://hub.docker.com/r/mjmeli/qbittorrent-port-forward-gluetun-server
type: application type: application
version: 18.1.12 version: 18.1.12
+1 -1
View File
@@ -40,7 +40,7 @@ sources:
- https://docs.rsshub.app/en/install/ - https://docs.rsshub.app/en/install/
- https://github.com/DIYgod/RSSHub - https://github.com/DIYgod/RSSHub
- https://github.com/truecharts/charts/tree/master/charts/stable/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/browserless/chrome
- https://hub.docker.com/r/diygod/rsshub
type: application type: application
version: 11.2.8 version: 11.2.8
+2 -1
View File
@@ -34,5 +34,6 @@ sources:
- https://truecharts.org/charts/stable/rtorrent-rutorrent - https://truecharts.org/charts/stable/rtorrent-rutorrent
- https://github.com/truecharts/charts/tree/master/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/crazy-max/rtorrent-rutorrent
- https://ghcr.io/thde/rtorrent_exporter
type: application type: application
version: 3.1.13 version: 3.1.13
+10 -10
View File
@@ -129,17 +129,17 @@ persistence:
passwd: passwd:
enabled: true enabled: true
mountPath: "/passwd" mountPath: "/passwd"
metrics: metrics:
main: main:
enabled: true enabled: true
type: "servicemonitor" type: "servicemonitor"
endpoints: endpoints:
- port: metrics - port: metrics
path: /metrics path: /metrics
targetSelector: metrics targetSelector: metrics
prometheusRule: prometheusRule:
enabled: false enabled: false
portal: portal:
open: open:
+1
View File
@@ -33,5 +33,6 @@ sources:
- https://sabnzbd.org/ - https://sabnzbd.org/
- https://github.com/truecharts/charts/tree/master/charts/stable/sabnzbd - https://github.com/truecharts/charts/tree/master/charts/stable/sabnzbd
- https://ghcr.io/onedr0p/sabnzbd - https://ghcr.io/onedr0p/sabnzbd
- https://ghcr.io/onedr0p/exportarr
type: application type: application
version: 17.2.10 version: 17.2.10
+1 -2
View File
@@ -91,8 +91,7 @@ metrics:
targetSelector: metrics targetSelector: metrics
# Required for exportarr # Required for exportarr
apiKey: "" apiKey: ""
portal: portal:
open: open:
enabled: true enabled: true
+1 -1
View File
@@ -24,7 +24,7 @@ keywords:
- tasmoadmin - tasmoadmin
- home-automation - home-automation
- Network-Management - Network-Management
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -38,8 +38,8 @@ name: vikunja
sources: sources:
- https://vikunja.io/docs - https://vikunja.io/docs
- https://github.com/truecharts/charts/tree/master/charts/stable/vikunja - 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/r/vikunja/api
- https://hub.docker.com/_/nginx - https://hub.docker.com/_/nginx
- https://hub.docker.com/r/vikunja/frontend
type: application type: application
version: 12.1.22 version: 12.1.22