Giter Site home page Giter Site logo

bloopysphere's Introduction

A home Kubernetes cluster :sailboat

... managed with Flux and Renovate ๐Ÿค–


k3s pre-commit renovate

Mozilla HTTP Observatory Grade Uptime GitHub last commit

GitHub branch checks state GitHub Workflow Status GitHub Workflow Status

Snyk Vulnerabilities for GitHub Repo


๐Ÿ“–ย  Overview

This is my home Kubernetes cluster. Flux watches this Git repository and makes the changes to my cluster based on the manifests in the cluster directory. Renovate also watches this Git repository and creates pull requests when it finds updates to Docker images, Helm charts, and other dependencies.

For more information, head on over to my docs. I have nested README files that should be visible as you browse the repo.

My Gitlab has more of my projects

Useful Snippets

List of container images in use cluster-wide

kubectl get pods --all-namespaces -o go-template --template="{{range .items}}{{range .spec.containers}}{{.image}} {{end}}{{end}}" | sed 's/ /\n/g' | uniq > ./container_images_in_use.txt

List of container images in use that have arm64 images available (grep -q --> grep -vq for inversion)

kubectl get po -A -o yaml | grep 'image:' | cut -f2- -d':' | sed 's/^[[:space:]]*//g' | grep '/' | sort -u | xargs -I{} bash -c "docker manifest inspect {} | grep -q arm64 && echo {}" > ./container_images_with_arm64.txt

Snippet for nodeAffinity for non-ARM pods

affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: In values: - amd64 - i386 - i686 - x86

If using a node-taint for arm nodes[1], this will allow toleration

`tolerations:

  • key: "arch" operator: "Equal" value: "arm64" effect: "NoSchedule"`

[1]While Bootstrapping: --kubelet-extra-args --register-with-taints="kubernetes.io/arch=arm64:NoSchedule" Else: kubectl taint no k8s-0 kubernetes.io/arch=arm64:NoSchedule

Other useful snippets: kubectl label node k8s-0 node-role.kubernetes.io/worker=true

kubectl apply --kustomize=./cluster/base/flux-system

cat ~/.config/sops/age/keys.txt | kubectl -n flux-system create secret generic sops-age --from-file=age.agekey=/dev/stdin

kubectl create namespace flux-system --dry-run=client -o yaml | kubectl apply -f -

kubectl get secret db-user-pass -o json | jq '.data | map_values(@base64d)'

Loki snippets. If you know you know.

{app="traefik"} | json message_extracted="message" |  line_format "{{.message_extracted}}" | json | DownstreamStatus!=`200`
{app="authentik"} | json message_extracted="message"| line_format "{{.message_extracted}}" | json level="level",timestamp="timestamp",event="event" | level=`error`

kubectl get namespace "monitoring" -o json | tr -d "\n" | sed "s/\"finalizers\": \[[^]]\+\]/\"finalizers\": []/" | kubectl replace --raw /api/v1/namespaces/monitoring/finalize -f -

Publicly available DoH server lists

https://github.com/curl/curl/wiki/DNS-over-HTTPS#publicly-available-servers

https://cln.io/blog/combined-list-of-dns-servers/

https://github.com/Sekhan/TheGreatWall

https://github.com/crypt0rr/public-doh-servers/tree/main

๐Ÿคย  Community

Thanks to all the people who donate their time to the Kubernetes @Home community.

bloopysphere's People

Contributors

bloopy-boi[bot] avatar bloopyboi avatar h3mmy avatar renovate-bot avatar renovate[bot] avatar riuqlav avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

bloopysphere's Issues

Renovate doesn't run correctly

Details

I've been having to update versions manually

A pull request to appear doing it for me

Anything else you would like to add:

I tinkered with the config and likely broke it

Additional Information:

Migrate Calico to Cilium

Details

I want to be able to use eBPF for the performance benefit. Calico is currently unable to do this with IPV6. Cilium does support it.

Anything else you would like to add:

This seemed like it could be useful for this migration. Live CNI Migration

Additional Information:

Broken links detected in docs ๐Ÿ”—

Summary

Status Count
๐Ÿ” Total 46
โœ… Successful 43
โณ Timeouts 0
๐Ÿ”€ Redirected 0
๐Ÿ‘ป Excluded 1
โ“ Unknown 0
๐Ÿšซ Errors 2

Errors per input

Errors in cluster/apps/system-upgrade/README.md

  • file:///home/runner/work/bloopySphere/bloopySphere/cluster/apps/system-upgrade/system-upgrade-controller/agent-plan.yaml: Failed: Cannot find file
  • file:///home/runner/work/bloopySphere/bloopySphere/cluster/apps/system-upgrade/system-upgrade-controller/server-plan.yaml: Failed: Cannot find file

Full Github Actions output

Layer 2 to BGP for k8s network

Details

Describe the solution you'd like:

Use the cheap ER-X to migrate k8s nodes to using BGP instead of L2.

Requirements:

  • No disruption to existing LANs
  • UDMB remains as primary gateway for L2 routing because of the extensive firewall rules configured.
  • No double NAT.

Anything else you would like to add:

Will add network diagrams here.
Open to shifting structure of network.

Additional Information:

Broken links detected in docs ๐Ÿ”—

Summary

Status Count
๐Ÿ” Total 46
โœ… Successful 40
โณ Timeouts 2
๐Ÿ”€ Redirected 0
๐Ÿ‘ป Excluded 2
โ“ Unknown 0
๐Ÿšซ Errors 2

Errors per input

Errors in README.md

Errors in cluster/apps/system-upgrade/README.md

Full Github Actions output

Add Qbittorrent

Details

Describe the solution you'd like:

qbittorrent behind vpn-gateway

Anything else you would like to add:

Additional Information:

Improve cloudflare-ddns

Details

Describe the solution you'd like:

Update the ddns script to be more robust and clear to viewers what it's doing. Maybe rewrite it in Go for practice or something

Anything else you would like to add:

Additional Information:

Broken links detected in docs ๐Ÿ”—

Summary

Status Count
๐Ÿ” Total 46
โœ… Successful 42
โณ Timeouts 0
๐Ÿ”€ Redirected 0
๐Ÿ‘ป Excluded 2
โ“ Unknown 0
๐Ÿšซ Errors 2

Errors per input

Errors in cluster/apps/system-upgrade/README.md

  • file:///home/runner/work/bloopySphere/bloopySphere/cluster/apps/system-upgrade/system-upgrade-controller/plans/server-plan.yaml: Failed: Cannot find file (status code: ERR)
  • file:///home/runner/work/bloopySphere/bloopySphere/cluster/apps/system-upgrade/system-upgrade-controller/plans/agent-plan.yaml: Failed: Cannot find file (status code: ERR)

Full Github Actions output

(blocky) Chart does not support extracting config

Details

See commit 7bd6488 for what I reverted

I'm trying to extract the string value in values.config to a separate file. The helm-chart in its current state fills in the default and results in a haphazardly merged endfile. This requires either a patch to the upstream chart or some clever overriding.

Broken links detected in docs ๐Ÿ”—

Summary

Status Count
๐Ÿ” Total 46
โœ… Successful 42
โณ Timeouts 0
๐Ÿ”€ Redirected 0
๐Ÿ‘ป Excluded 2
โ“ Unknown 0
๐Ÿšซ Errors 2

Errors per input

Errors in cluster/apps/system-upgrade/README.md

Full Github Actions output

Add service mesh

Details

Describe the solution you'd like:

Add service mesh. Consider linkers and istio

Anything else you would like to add:

Much more customization

Additional Information:

May break calico. Overhead considerations. Network is still L2 sadly

Ceph Upgrade to Quincy

Details

Describe the solution you'd like:

Upgrade to Ceph 17+

Anything else you would like to add:

Seems pretty straightforward with no major issues for people. Except if using CephNFS, which I hadn't started yet.

Additional Information:

Documentation

Incorporate sonarr-uhd

Details

The directory structure is present. Just need to add helm-release with appropriate configuration

Anything else you would like to add:
HD/SD instance is currently operating okay. Will retain until cluster is more stable

Additional Information:

Broken links detected in docs ๐Ÿ”—

Summary

Status Count
๐Ÿ” Total 46
โœ… Successful 42
โณ Timeouts 0
๐Ÿ”€ Redirected 0
๐Ÿ‘ป Excluded 2
โ“ Unknown 0
๐Ÿšซ Errors 2

Errors per input

Errors in cluster/apps/system-upgrade/README.md

  • file:///home/runner/work/bloopySphere/bloopySphere/cluster/apps/system-upgrade/system-upgrade-controller/plans/agent-plan.yaml: Failed: Cannot find file (status code: ERR)
  • file:///home/runner/work/bloopySphere/bloopySphere/cluster/apps/system-upgrade/system-upgrade-controller/plans/server-plan.yaml: Failed: Cannot find file (status code: ERR)

Full Github Actions output

Broken links detected in docs ๐Ÿ”—

Summary

Status Count
๐Ÿ” Total 46
โœ… Successful 42
โณ Timeouts 0
๐Ÿ”€ Redirected 0
๐Ÿ‘ป Excluded 2
โ“ Unknown 0
๐Ÿšซ Errors 2

Errors per input

Errors in cluster/apps/system-upgrade/README.md

  • file:///home/runner/work/bloopySphere/bloopySphere/cluster/apps/system-upgrade/system-upgrade-controller/plans/agent-plan.yaml: Failed: Cannot find file (status code: ERR)
  • file:///home/runner/work/bloopySphere/bloopySphere/cluster/apps/system-upgrade/system-upgrade-controller/plans/server-plan.yaml: Failed: Cannot find file (status code: ERR)

Full Github Actions output

EMQX Auth config fails

Details

What steps did you take and what happened:

Tried to use env variables to configure a gitops approach to deploying emqx. It did not like that and the pods would error out

What did you expect to happen:

EMQX to launch with the configured users added

Anything else you would like to add:

I have logs etc I will add later. It's a work in progress. In the meantime I was forced to use clickops to add my postgrea backend. This will be necessary each time there is an update or a node needs to power cycle or a pod is evicted, etc. Only a problem in EMQX 5+

Additional Information:

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: Preset is invalid JSON (github>h3mmy/bloopysphere//.github/renovate/autoMerge.json5)

(emitter-io) Cannot use with current mqtt setup

Details

What steps did you take and what happened:

Tried to configure channels and topics in emitter-io for zwave for initial testing

What did you expect to happen:

Messages to be published and subscribed to.

Anything else you would like to add:

emitter-io uses a key per channel approach. Nothing wrong with it, but each client needs to use the key with each message. There is no easy way to orchestrate this across all my clients in a dynamic fashion without writing my own broker logic which defeats the purpose of using an external solution.

Additional Information:

This is previously noted in node-red/node-red#2018 and https://discourse.nodered.org/t/cannot-subscribe-to-mqtt-topics-on-api-emitter-io-server/6117/12

Broken links detected in docs ๐Ÿ”—

Summary

Status Count
๐Ÿ” Total 46
โœ… Successful 42
โณ Timeouts 0
๐Ÿ”€ Redirected 0
๐Ÿ‘ป Excluded 2
โ“ Unknown 0
๐Ÿšซ Errors 2

Errors per input

Errors in cluster/apps/system-upgrade/README.md

Full Github Actions output

EMQX Auth borked

Details

What steps did you take and what happened:

Upgraded to EMQX v5
Config is quit different. This is expected.
However, setting the dashboard credentials as specified in the documentation does not work. See EMQX/emqx#8627

Additionally the ability to set users and passwords via env variables is gone. I feel like the intention is to push towards a stateful app, but it's very irksome and not conducive to a gitOps approach.

Can either try to use information from Docs to setup an init container or init go client, OR
Move user auth out of EMQX into either a postgresDB or use authentik (I miss keycloak. sorry Jens.)

What did you expect to happen:

To be able to get the same functionality with some refactoring.

Anything else you would like to add:

Solution should be portable for other users.

Additional Information:

Add Terraform GitOps

Details

Describe the solution you'd like:

Several months ago I did a PoC implementing a Terraform driven flux cluster. Taking inspiration from that, I want to add that capability here.

Anything else you would like to add:

Ancillary goal is to add satellite nodes and/or edge tiers to bloopysphere. Including but not limited to the free tier oracle cloud, cloudflare workers and maybe something like netlify.

Additional Information:

Velero backup error

Details

What steps did you take and what happened:

Allowed Velero to do it's regularly scheduled backup and then used

$ velero backup describe

What did you expect to happen:

Everything to be normal. Instead I see

PartiallyFailed (run ``velero backup logs velero-daily-backup-20211222060057`` for more information)

Anything else you would like to add:

After running the above command I got

An error occurred: gzip: invalid header

Additional Information:
Brief searching led me to this:
vmware-tanzu/velero#3900

Add emitter

Details

Add emitter as mqtt broker

Anything else you would like to add:

Phase 1: Attempt to use kah-common-chart to successfully deploy emitter.
Phase 2a: Refactor for multi-arch image
Phase 2b: Translate it into it's own chart.

Additional Information:

Wireguard

Details

Enable wireguard via vpn-gateway to selectively route applications

Anything else you would like to add:

Additional Information:

Rook-Ceph Startup Fails

Details

Added Rook-Ceph release. Assigned unformatted drives. Did not tolerate arm taint and did not tolerate the two nodes being <3. Additionally the direct-mount failed.

What did you expect to happen:

I expected something to go wrong somewhere because I was in a hurry and wasn't paying attention.

Anything else you would like to add:

Additional Information:
Not urgent but should probably do before adding more things

Broken links detected in docs ๐Ÿ”—

Summary

Status Count
๐Ÿ” Total 46
โœ… Successful 42
โณ Timeouts 0
๐Ÿ”€ Redirected 0
๐Ÿ‘ป Excluded 2
โ“ Unknown 0
๐Ÿšซ Errors 2

Errors per input

Errors in cluster/apps/system-upgrade/README.md

Full Github Actions output

Repo Restructuring

Details

Describe the solution you'd like:

Repository needs to be restructured for multi-env base/overlay mechanics.

Anything else you would like to add:

Caution Required

Additional Information:

Ability to have personalized dashboards

Details

Describe the solution you'd like:

Each user should be able to have their own dashboard with apps they have access to. Authentik offers a very rudimentary version of this, but so does flame and that's prettier and similar to Hajimari as they're both based on SUI. You (myself, lol) may consider shifting to one of these or potentially looking at a more 'radical' shift to something like Homer or Forecastle

Anything else you would like to add:

Low maintenance preferred

Additional Information:

Don't jar users plz

Add Hashicorp Vault

Details

Describe the solution you'd like:

Add Hashicorp Vault instance to help manage multi-cluster credentials

Anything else you would like to add:

Dependency for part of #2218

Additional Information:

Keycloak Reborn?

Details

Describe the solution you'd like:

Keycloak is something I miss. It's very versatile and is able to do various things declaratively that I have been unable to accomplish with authentik.

Keycloak is going to be way way easier to setup and configure as they shift to the quarkus framework. See Keycloak Operator Guides

Anything else you would like to add:

Other Auth providers to consider:

Additional Information:

EMQX Helm Repository is stuck at 5.0.3

Details

What steps did you take and what happened:

I noticed that although new releases are out (5.0.10), the repo still only goes to 5.0.3

What did you expect to happen:

Normal upgrade

Anything else you would like to add:

Will be trying a gitrepo approach similar to kubegres. It's an actual use-case for the flux HelmChart so that's nice.

Additional Information:

emqx/emqx#9000 was closed but the problem is obviously still there

Harbor: Add Registry

Details

Describe the solution you'd like:

Add [Harbor](https://goharbor.io} to cluster

Anything else you would like to add:

Make sure to reserve enough time for it.
Depends on #785
Requires s3 setup (minio or ceph rgw)
Requires postgres instance (kubegres)

Additional Information:

Migrate Authentik DB to kubegres

Details

Describe the solution you'd like:

Authentik DB to kubegres

Anything else you would like to add:

Additional Information:

Radarr-UHD

The directory structure is present. Just need to add helm-release with appropriate configuration

Anything else you would like to add:
HD/SD instance is currently operating okay. Will retain until cluster is more stable

Additional Information:

Revise Cloudflare DDNS

Details

What steps did you take and what happened:

PR #2472 made terraform authoritative for the dns records that are watched and updated in the cloudflare_ddns script cronjob. terraform is not using dynamic updates to retrieve the latest IP (yet). This means if there is a divergence, there's going to be some flapping of the undesirable variety.

Anything else you would like to add:

This is mostly a reminder to get around to this. The underlying IPs haven't changed in years so I don't expect this to be an urgent problem (so far)

Additional Information:

Broken links detected in docs ๐Ÿ”—

Summary

Status Count
๐Ÿ” Total 46
โœ… Successful 43
โณ Timeouts 0
๐Ÿ”€ Redirected 0
๐Ÿ‘ป Excluded 1
โ“ Unknown 0
๐Ÿšซ Errors 2

Errors per input

Errors in cluster/apps/system-upgrade/README.md

  • file:///home/runner/work/bloopySphere/bloopySphere/cluster/apps/system-upgrade/system-upgrade-controller/plans/agent-plan.yaml: Failed: Cannot find file
  • file:///home/runner/work/bloopySphere/bloopySphere/cluster/apps/system-upgrade/system-upgrade-controller/plans/server-plan.yaml: Failed: Cannot find file

Full Github Actions output

Broken links detected in docs ๐Ÿ”—

Summary

Status Count
๐Ÿ” Total 46
โœ… Successful 43
โณ Timeouts 0
๐Ÿ”€ Redirected 0
๐Ÿ‘ป Excluded 1
โ“ Unknown 0
๐Ÿšซ Errors 2

Errors per input

Errors in cluster/apps/system-upgrade/README.md

  • file:///home/runner/work/bloopySphere/bloopySphere/cluster/apps/system-upgrade/system-upgrade-controller/server-plan.yaml: Failed: Cannot find file
  • file:///home/runner/work/bloopySphere/bloopySphere/cluster/apps/system-upgrade/system-upgrade-controller/agent-plan.yaml: Failed: Cannot find file

Full Github Actions output

Renovate Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Repository problems

These problems occurred while renovating this repository. View logs.

  • WARN: Package lookup failures

Edited/Blocked

These updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox.

  • Update Docker image ghcr.io/onedr0p/tautulli to 2.13.4
  • Update linkerd group (patch) (linkerd-control-plane, linkerd-crds, linkerd-viz)
  • Update Helm chart thanos to 15.7.25

Warning

Renovate failed to look up the following dependencies: Failed to look up docker package ghcr.io/grafana/helm-charts/grafana-operator/grafana-operator, Failed to look up git-tags package ssh://github.com/kubernetes-sigs/external-dns.git, Failed to look up git-tags package ssh://github.com/prometheus-community/helm-charts.git, Failed to look up git-tags package ssh://github.com/mysql/mysql-operator.git, Failed to look up git-tags package ssh://github.com/traefik/traefik-helm-chart.git, Failed to look up git-tags package ssh://github.com/vmware-tanzu/helm-charts.git, Failed to look up git-tags package ssh://github.com/emqx/emqx.git, Could not determine new digest for update (docker package itzg/minecraft-server), Failed to look up docker package ghcr.io/onedr0p/jackett, Failed to look up docker package ghcr.io/onedr0p/kubernetes-kubectl, Failed to look up docker package ghcr.io/onedr0p/kopia, Failed to look up helm package grafana-operator.

Files affected: cluster/core/monitoring/grafana-operator/app/helm-release.yaml, cluster/crds/external-dns/crds.yaml, cluster/crds/kube-prometheus-stack/crds.yaml, cluster/crds/mysql-crds/crds.yaml, cluster/crds/traefik/crds.yaml, cluster/crds/velero/crds.yaml, cluster/repositories/git/emqx-chart.yaml, cluster/apps/default/minecraft/helm-release.yaml, cluster/apps/downloads/jackett/helm-release.yaml, cluster/apps/velero/velero/helm-release.yaml, cluster/apps/kyverno/policies/snapshot-cronjob-controller.yaml, cluster/apps/networking/ddns/cron-job.yaml, cluster/apps/vault/jobs/init-vault.yaml


Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

Note

Detected dependencies section has been truncated

ansible-galaxy
provision/ansible/kubernetes/requirements.yml
  • community.general 9.4.0
  • community.sops 1.8.2
  • ansible.posix 1.6.0
  • kubernetes.core 5.0.0
  • xanmanning.k3s v3.4.4
  • patrickjahns.promtail 1.31.0
  • geerlingguy.pip 3.0.3
  • geerlingguy.docker 7.4.1
provision/ansible/requirements.yml
  • community.general 9.4.0
  • community.sops 1.8.2
  • ansible.posix 1.6.0
  • kubernetes.core 5.0.0
  • xanmanning.k3s v3.4.4
  • patrickjahns.promtail 1.31.0
  • geerlingguy.pip 3.0.3
  • geerlingguy.docker 7.4.1
dockerfile
Dockerfiles/keycloak-theme.Dockerfile
Dockerfiles/pihole-keepalived.Dockerfile
  • cbcrowe/pihole-unbound 2024.03.2
flux
cluster/apps/auth/authentik/helm-release.yaml
  • authentik 2024.8.2
cluster/apps/auth/authentik/redis/helm-release.yaml
  • redis 19.6.4
cluster/apps/auth/ldap/app/helm-release.yaml
  • app-template 1.5.1
cluster/apps/blogs/ghost/ghost-mysql.yaml
  • mysql-innodbcluster 2.2.1
cluster/apps/blogs/ghost/helm-release.yaml
  • app-template 2.6.0
cluster/apps/database/cloudnative-pg/operator/helm-release.yaml
  • cloudnative-pg 0.22.0
cluster/apps/database/redis/helm-release.yaml
  • redis 19.6.4
cluster/apps/default/bloopyboi/app/helm-release.yaml
  • app-template 2.6.0
cluster/apps/default/hajimari-bloop/helm-release.yaml
  • hajimari 2.0.2
cluster/apps/default/hajimari-xyz/helm-release.yaml
  • hajimari 2.0.2
cluster/apps/default/jupyterhub/helm-release.yaml
  • jupyterhub 2.0.0
cluster/apps/default/minecraft/helm-release.yaml
  • minecraft 4.15.0
cluster/apps/default/wiki/wikijs/app/helm-release.yaml
  • app-template 2.6.0
cluster/apps/downloads/jackett/helm-release.yaml
  • app-template 1.5.1
cluster/apps/downloads/qbittorrent/helm-release.yaml
  • app-template 1.5.1
cluster/apps/downloads/sabnzbd/helm-release.yaml
  • app-template 1.5.1
cluster/apps/downloads/whisparr/helm-release.yaml
  • app-template 1.5.1
cluster/apps/home/emqx/helm-release.yaml
  • emqx 5.8.0
cluster/apps/home/network-ups-tools/helm-release.yaml
  • app-template 1.5.1
cluster/apps/home/ser2sock/helm-release.yaml
  • ser2sock 5.4.2
cluster/apps/home/zwavejs2mqtt/helm-release.yaml
  • app-template 1.5.1
cluster/apps/infra/tofu-controller/app/helm-release.yaml
cluster/apps/kube-system/coredns/helm-release.yaml
  • coredns 1.32.0
cluster/apps/kube-system/descheduler/helm-release.yaml
  • descheduler 0.30.1
cluster/apps/kube-system/kured/helm-release.yaml
  • kured 5.5.0
cluster/apps/kube-system/local-path-provisioner/app/helm-release.yaml
cluster/apps/kube-system/metrics-server/helm-release.yaml
  • metrics-server 3.12.1
cluster/apps/kube-system/nfs-subdir-external-provisioner/helm-release.yaml
  • nfs-subdir-external-provisioner 4.0.18
cluster/apps/kube-system/node-feature-discovery/helm-release.yaml
  • node-feature-discovery 0.16.4
cluster/apps/kube-system/reflector/helm-release.yaml
  • reflector 7.1.288
cluster/apps/kube-system/reloader/helm-release.yaml
  • reloader 1.1.0
cluster/apps/kyverno/app/helm-release.yaml
  • kyverno 3.2.6
cluster/apps/media/bazarr/helm-release.yaml
  • app-template 1.5.1
cluster/apps/media/books/audiobookshelf/app/helm-release.yaml
  • app-template 3.2.1
cluster/apps/media/books/calibre-web/helm-release.yaml
  • app-template 1.5.1
cluster/apps/media/books/calibre/helm-release.yaml
  • app-template 2.6.0
cluster/apps/media/books/kavita/helm-release.yaml
  • app-template 1.5.1
cluster/apps/media/books/lazylibrarian/helm-release.yaml
  • lazylibrarian 7.4.2
cluster/apps/media/books/mylar/helm-release.yaml
  • mylar 4.4.2
cluster/apps/media/books/openbooks/helm-release.yaml
  • app-template 1.5.1
cluster/apps/media/books/readarr-audio/helm-release.yaml
  • app-template 1.5.1
cluster/apps/media/books/readarr/helm-release.yaml
  • app-template 1.5.1
cluster/apps/media/lidarr/helm-release.yaml
  • app-template 2.6.0
cluster/apps/media/overseer/helm-release.yaml
  • app-template 2.6.0
cluster/apps/media/plex-meta-manager/app/helm-release.yaml
  • app-template 3.1.0
cluster/apps/media/plex-trakt-sync/helm-release.yaml
  • app-template 3.1.0
cluster/apps/media/plex/helm-release.yaml
  • app-template 1.5.1
cluster/apps/media/prowlarr/helm-release.yaml
  • app-template 1.5.1
cluster/apps/media/radarr/radarr-hd/helm-release.yaml
  • app-template 2.6.0
cluster/apps/media/radarr/radarr-uhd/helm-release.yaml
  • app-template 2.6.0
cluster/apps/media/radarr/radarr-uhd/observability/helm-release.yaml
  • app-template 1.5.1
cluster/apps/media/recyclarr/app/helm-release.yaml
  • app-template 2.6.0
cluster/apps/media/sonarr/sonarr-hd/helm-release.yaml
  • app-template 2.6.0
cluster/apps/media/sonarr/sonarr-uhd/helm-release.yaml
  • app-template 2.6.0
cluster/apps/media/stash/app/helm-release.yaml
  • app-template 2.6.0
cluster/apps/media/tautulli/helm-release.yaml
  • app-template 1.5.1
cluster/apps/media/tdarr/app/helm-release.yaml
  • app-template 3.0.4
cluster/apps/media/tdarr/node/helm-release.yaml
  • app-template 3.0.4
cluster/apps/monitoring/gatus/app/helm-release.yaml
  • app-template 3.0.4
cluster/apps/monitoring/goldilocks/helm-release.yaml
  • goldilocks 8.0.2
cluster/apps/monitoring/loki/app/helm-release.yaml
  • loki 6.10.2
cluster/apps/monitoring/node-problem-detector/helm-release.yaml
  • node-problem-detector 2.3.13
cluster/apps/monitoring/snmp-exporter/synology-nas/helm-release.yaml
  • prometheus-snmp-exporter 5.5.0
cluster/apps/monitoring/thanos/helm-release.yaml
  • thanos 15.0.5
cluster/apps/monitoring/unifi-poller/helm-release.yaml
  • app-template 1.5.1
cluster/apps/monitoring/uptimerobot/helm-release.yaml
  • app-template 3.0.4
cluster/apps/monitoring/vector/agent/helm-release.yaml
  • app-template 1.5.1
cluster/apps/monitoring/vector/aggregator/helm-release.yaml
  • app-template 1.5.1
cluster/apps/monitoring/vertical-pod-autoscaler/helm-release.yaml
  • vpa 4.5.0
cluster/apps/networking/blocky/app/helm-release.yaml
  • app-template 2.6.0
cluster/apps/networking/blocky/app/redis/helm-release.yaml
  • redis 19.6.4
cluster/apps/networking/error-pages/helm-release.yaml
  • app-template 1.5.1
cluster/apps/networking/external-dns/helm-release.yaml
  • external-dns 1.15.0
cluster/apps/networking/flaresolverr/helm-release.yaml
  • app-template 1.5.1
cluster/apps/networking/k8s-gateway/helm-release.yaml
  • k8s-gateway 2.4.0
cluster/apps/networking/traefik/helm-release.yaml
  • traefik 29.0.1
cluster/apps/networking/zero-trust/helm-release.yaml
  • app-template 1.5.1
cluster/apps/storage/minio/helm-release.yaml
  • app-template 3.2.1
cluster/apps/storage/volsync/app/helm-release.yaml
  • volsync 0.10.0
cluster/apps/system/intel-device-plugins/device-plugin-gpu/helm-release.yaml
  • intel-device-plugins-gpu 0.30.0
cluster/apps/system/intel-device-plugins/exporter/helm-release.yaml
  • app-template 2.6.0
cluster/apps/system/intel-device-plugins/operator/helm-release.yaml
  • intel-device-plugins-operator 0.30.0
cluster/apps/system/snapshot-controller/app/controller/helm-release.yaml
  • snapshot-controller 3.0.6
cluster/apps/vault/deployment/helm-release.yaml
  • vault 0.28.1
cluster/apps/vault/secrets-operator/helm-release.yaml
  • vault-secrets-operator 2.5.12
cluster/apps/velero/velero/helm-release.yaml
  • velero 7.2.1
cluster/apps/vpn-gateway/helm-release.yaml
  • pod-gateway 6.5.1
cluster/base/flux-system/flux-oci-ks.yaml
  • ghcr.io/fluxcd/flux-manifests v2.3.0
cluster/base/flux-system/gotk-sync.yaml
cluster/core/cert-manager/controller/app/helm-release.yaml
  • cert-manager v1.15.3
cluster/core/cert-manager/csi-driver-spiffe/app/helm-release.yaml
  • cert-manager-csi-driver-spiffe v0.7.0
cluster/core/cert-manager/trust-manager/app/helm-release.yaml
  • trust-manager v0.11.1
cluster/core/external-secrets/operator/helm-release.yaml
  • external-secrets 0.10.3
cluster/core/metallb-system/helm-release.yaml
  • metallb 0.13.7
cluster/core/monitoring/grafana-operator/app/helm-release.yaml
  • grafana-operator v5.5.2
cluster/core/monitoring/kube-prometheus-stack/helm-release.yaml
  • kube-prometheus-stack 62.7.0
cluster/core/mysql/operator/helm-release.yaml
  • mysql-operator 2.2.1
cluster/core/rook-ceph/rook-ceph/cluster/helm-release.yaml
  • rook-ceph-cluster v1.14.11
cluster/core/rook-ceph/rook-ceph/operator/helm-release.yaml
  • rook-ceph v1.14.11
cluster/core/tigera-operator/helm-release.yaml
  • tigera-operator v3.28.2
cluster/crds/external-dns/crds.yaml
  • external-dns-source v0.13.4
cluster/crds/external-snapshotter/crds.yaml
  • external-snapshotter-source v8.0.1
cluster/crds/grafana-agent-operator/crds.yaml
  • grafana-agent-operator-charts-source grafana-agent-operator-0.3.2
cluster/crds/kube-prometheus-stack/crds.yaml
  • kube-prometheus-stack-source kube-prometheus-stack-62.7.0
cluster/crds/mysql-crds/crds.yaml
  • mysql-crd-source 8.1.0-2.2.1
cluster/crds/traefik/crds.yaml
  • traefik-crd-source v29.0.1
cluster/crds/velero/crds.yaml
  • velero-crd-source velero-7.2.1
cluster/repositories/git/emqx-chart.yaml
  • emqx-chart v5.0.25
cluster/repositories/git/kubegres.yaml
  • kubegres v1.18
cluster/repositories/git/local-path-provisioner.yaml
  • local-path-provisioner v0.0.29
cluster/repositories/oci/terraform-cloudflare.yaml
cluster/repositories/oci/terraform-gcp.yaml
cluster/repositories/oci/terraform-oci.yaml
cluster/repositories/oci/terraform-s3.yaml
github-actions
.github/workflows/changelog-linker.yaml
  • tibdex/github-app-token v2
  • actions-ecosystem/action-regex-match v2
  • peter-evans/find-comment v3
  • peter-evans/create-or-update-comment v4
.github/workflows/deploy-keycloak-theme.yaml
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • docker/login-action v3
  • docker/build-push-action v6
.github/workflows/deploy-pihole-image.yaml
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • docker/login-action v3
  • docker/build-push-action v6
.github/workflows/docs-publish.yaml
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • nosborn/github-action-markdown-cli v3.3.0
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • gaurav-nelson/github-action-markdown-link-check v1
  • getsentry/action-github-app-token v3
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • actions/setup-python v5
  • ubuntu 22.04
  • ubuntu 22.04
  • ubuntu 22.04
.github/workflows/helm-release-differ.yaml
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • dorny/paths-filter v3
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • tibdex/github-app-token v2
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • azure/setup-helm v4
  • peter-evans/find-comment v3
  • peter-evans/create-or-update-comment v4
.github/workflows/invalid-template.yaml
  • dessant/support-requests v4
  • ubuntu 22.04
.github/workflows/lint.yaml
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • tibdex/github-app-token v2
  • megalinter/megalinter v8
  • actions/upload-artifact v4
  • peter-evans/create-pull-request v6
  • stefanzweifel/git-auto-commit-action v5
.github/workflows/meta-label-size.yaml
  • tibdex/github-app-token v2
  • pascalgn/size-label-action v0.5.4
.github/workflows/meta-labeler.yaml
  • tibdex/github-app-token v2
  • actions/labeler v5
.github/workflows/meta-sync-labels.yaml
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • tibdex/github-app-token v2
  • EndBug/label-sync v2
.github/workflows/scan-containers.yaml
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • dorny/paths-filter v3
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • aquasecurity/trivy-action 0.24.0
  • github/codeql-action v3
.github/workflows/scan-repo.yaml
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • github/codeql-action v3
.github/workflows/schedule-library-chart-update.yaml
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • tibdex/github-app-token v2
  • azure/setup-helm v4
  • peter-evans/create-pull-request v6
.github/workflows/schedule-link-checker.yaml
  • tibdex/github-app-token v2.1.0@3beb63f4bd073e61482598c45c71c1019b59b73a
  • actions/checkout v4.1.7@692973e3d937129bcbf40652eb9f2f61becf3332
  • lycheeverse/lychee-action v1.10.0@2b973e86fc7b1f6b36a93795fe2c9c6ae1118621
  • micalevisk/last-issue-action v2.3.0@0d40124cc99ac8601c2516007f0c98ef3d27537b
  • peter-evans/create-issue-from-file v5.0.1@e8ef132d6df98ed982188e460ebb3b5d4ef3a9cd
.github/workflows/schedule-renovate.yaml
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • suzuki-shunsuke/github-action-renovate-config-validator v1.1.0
  • tibdex/github-app-token v2
  • renovatebot/github-action v40.2.10
.github/workflows/stale-issue-check.yaml
  • actions/stale 3f3b0175e8c66fb49b9a6d5a0cd1f8436d4c3ab6
.github/workflows/support.yaml
  • dessant/support-requests v4
  • ubuntu 22.04
.github/workflows/sync-cloudflare-networks.yaml
  • tibdex/github-app-token v2.1.0@3beb63f4bd073e61482598c45c71c1019b59b73a
  • actions/checkout v4.1.7@692973e3d937129bcbf40652eb9f2f61becf3332
  • peter-evans/create-pull-request v6.1.0@c5a7806660adbe173f04e3e038b0ccdcd758773c
.github/workflows/terraform-build-oci.yaml
  • tibdex/github-app-token v2.1.0@3beb63f4bd073e61482598c45c71c1019b59b73a
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • tj-actions/changed-files v45.0.2@48d8f15b2aaa3d255ca5af3eba4870f807ce6b3c
  • awalsh128/cache-apt-pkgs-action v1.4.2
  • tibdex/github-app-token v2.1.0@3beb63f4bd073e61482598c45c71c1019b59b73a
  • actions/checkout v4.1.7@692973e3d937129bcbf40652eb9f2f61becf3332
  • docker/login-action v3.3.0@9780b0c442fbb1117ed29e0efdff1e18412f7567
.github/workflows/update-auto-pr.yaml
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • tibdex/github-app-token v2
  • repo-sync/pull-request v2
helm-values
cluster/apps/auth/ldap/app/helm-release.yaml
  • ghcr.io/lldap/lldap latest-alpine@sha256:72a5d1b39adf2bfaa5a996fba264a369a77259a57107099c318fc51cd3b3d72b
cluster/apps/blogs/ghost/helm-release.yaml
  • ghost 5.94.2
cluster/apps/default/bloopyboi/app/helm-release.yaml
  • ghcr.io/h3mmy/bloopyboi dev@sha256:d905697e992c2d596fa83e923049432f31911d24c7040ef9bd999694d1c10086
cluster/apps/default/hajimari-bloop/helm-release.yaml
  • ghcr.io/toboshii/hajimari v0.3.1
cluster/apps/default/hajimari-xyz/helm-release.yaml
  • ghcr.io/toboshii/hajimari v0.3.1
cluster/apps/default/jupyterhub/helm-release.yaml
cluster/apps/default/minecraft/helm-release.yaml
  • itzg/minecraft-server java-17@sha256:c6c6afd0e3fa4f06074a449c2dc8248a55a7c639bdda5754d5eaa6963447c909
cluster/apps/default/wiki/wikijs/app/helm-release.yaml
  • ghcr.io/requarks/wiki 2.5.304
cluster/apps/downloads/jackett/helm-release.yaml
  • ghcr.io/onedr0p/jackett 0.20.2297
cluster/apps/downloads/qbittorrent/helm-release.yaml
  • ghcr.io/onedr0p/qbittorrent 4.6.7@sha256:5391f94b321d563c3b44136a5e799b7e4e4888926c1c31d3081a1cf3e74a9aec
  • esanchezm/prometheus-qbittorrent-exporter v1.5.1
cluster/apps/downloads/sabnzbd/helm-release.yaml
  • ghcr.io/onedr0p/sabnzbd 4.3.3@sha256:4ad73733ae11eb03852ba99d6e49bff93f8087f9f77b9b193a1063c3f6f31482
cluster/apps/downloads/whisparr/helm-release.yaml
  • ghcr.io/h3mmy/whisparr-nightly 2.0.0.548@sha256:7d06c581f15ec39a983828cba0c752eac982cc84b45e7e2a3d977ff3e8b06fed
cluster/apps/home/network-ups-tools/helm-release.yaml
  • ghcr.io/k8s-at-home/network-ups-tools v2.7.4-2479-g86a32237@sha256:cbd5d4cc12454121ee9cd3587053c4de313575ee367ffcad07b2fc92a1e8be8c
  • ghcr.io/druggeri/nut_exporter 3.1.1
cluster/apps/home/zwavejs2mqtt/helm-release.yaml
  • ghcr.io/zwave-js/zwave-js-ui 9.20.0
cluster/apps/kube-system/coredns/helm-release.yaml
  • coredns/coredns 1.11.3
cluster/apps/kube-system/local-path-provisioner/app/helm-release.yaml
cluster/apps/media/bazarr/helm-release.yaml
  • ghcr.io/onedr0p/bazarr 1.4.4
cluster/apps/media/books/audiobookshelf/app/helm-release.yaml
  • ghcr.io/advplyr/audiobookshelf 2.13.4@sha256:be7977352e38fdbc2cfd6961f93d546636f2017b2f5cc03212436f127c37db20
cluster/apps/media/books/calibre-web/helm-release.yaml
  • ghcr.io/bjw-s/calibre-web 0.6.23@sha256:b2455923842a6ae4b994790a59dce6c887000514891f0ed0d9481e4a3c49f001
cluster/apps/media/books/calibre/helm-release.yaml
  • ghcr.io/linuxserver/calibre version-v6.4.0
cluster/apps/media/books/kavita/helm-release.yaml
  • kizaing/kavita 0.7.8
cluster/apps/media/books/lazylibrarian/helm-release.yaml
cluster/apps/media/books/mylar/helm-release.yaml
cluster/apps/media/books/openbooks/helm-release.yaml
  • docker.io/evanbuss/openbooks latest@sha256:3b3d34d8b77e8261df1f470e1ca8344c035e316a86667dc7c1ab2e768d6359f1
cluster/apps/media/books/readarr-audio/helm-release.yaml
  • ghcr.io/onedr0p/readarr-nightly 0.4.0.2593@sha256:22154f5d5ea888c9bbc797e235d34c11cc8c89d49d7f3d6ec9c5c60220962ee6
cluster/apps/media/books/readarr/helm-release.yaml
  • ghcr.io/onedr0p/readarr-nightly 0.4.0.2593@sha256:22154f5d5ea888c9bbc797e235d34c11cc8c89d49d7f3d6ec9c5c60220962ee6
cluster/apps/media/lidarr/helm-release.yaml
  • ghcr.io/onedr0p/lidarr 2.4.3.4248@sha256:fcf7417a7dfa9967a78d668904c62888272bd6dd814b4b9c4500618f51be6b86
cluster/apps/media/overseer/helm-release.yaml
  • ghcr.io/sct/overseerr 1.33.2
cluster/apps/media/plex-meta-manager/app/helm-release.yaml
  • kometateam/kometa v2.0.2@sha256:2f4515f85b76c83e5bf2c6618af22f4c0c453e4bd5b8f9a00595a0f81f603bef
cluster/apps/media/plex-trakt-sync/helm-release.yaml
  • ghcr.io/taxel/plextraktsync 0.31.13
cluster/apps/media/plex/helm-release.yaml
  • ghcr.io/onedr0p/plex 1.41.0.8992-8463ad060
cluster/apps/media/prowlarr/helm-release.yaml
  • ghcr.io/onedr0p/prowlarr-nightly 1.24.3.4752@sha256:917c29cef2a99e02aff0d66217be8100067bd695798bcef5c95b19e429b98335
cluster/apps/media/radarr/radarr-hd/helm-release.yaml
  • ghcr.io/onedr0p/radarr-develop 5.10.4.9218@sha256:f986ba978d450226de00d8174552f62cc877aca7693bb1b32e7ac70af62f8f8d
cluster/apps/media/radarr/radarr-uhd/helm-release.yaml
  • ghcr.io/onedr0p/radarr-develop 5.10.4.9218@sha256:f986ba978d450226de00d8174552f62cc877aca7693bb1b32e7ac70af62f8f8d
cluster/apps/media/radarr/radarr-uhd/observability/helm-release.yaml
  • ghcr.io/onedr0p/exportarr v2.0.1
cluster/apps/media/recyclarr/app/helm-release.yaml
  • ghcr.io/recyclarr/recyclarr 7.2.4
cluster/apps/media/sonarr/sonarr-hd/helm-release.yaml
  • ghcr.io/onedr0p/sonarr-develop 4.0.9.2421@sha256:e171727fd08b9f35a0a54b79398f152da57338ef19fb088684e1a4641726dd54
cluster/apps/media/sonarr/sonarr-uhd/helm-release.yaml
  • ghcr.io/onedr0p/sonarr-develop 4.0.9.2421@sha256:e171727fd08b9f35a0a54b79398f152da57338ef19fb088684e1a4641726dd54
cluster/apps/media/stash/app/helm-release.yaml
  • stashapp/stash v0.27.0@sha256:8f38a3bdcc427ba0c7a19d06905fbe3c6b606fa41e5afd8f2edefa08bf6329ca
cluster/apps/media/tautulli/helm-release.yaml
  • ghcr.io/onedr0p/tautulli 2.13.4@sha256:dbff0ec88588ed9e3704d79fde1ec688effda6d5c5f6966bf190c0adcf123f56
  • registry.k8s.io/git-sync/git-sync v4.2.4
cluster/apps/media/tdarr/app/helm-release.yaml
  • ghcr.io/haveagitgat/tdarr_acc 2.25.01
cluster/apps/media/tdarr/node/helm-release.yaml
  • ghcr.io/haveagitgat/tdarr_node_acc 2.25.01
cluster/apps/monitoring/gatus/app/helm-release.yaml
  • ghcr.io/onedr0p/postgres-init 16
  • ghcr.io/kiwigrid/k8s-sidecar 1.27.6@sha256:db85bd5532530d288736b35e63baceacbf570bf863d85a0404b33c1e1631f63b
  • ghcr.io/kiwigrid/k8s-sidecar 1.27.6@sha256:db85bd5532530d288736b35e63baceacbf570bf863d85a0404b33c1e1631f63b
cluster/apps/monitoring/node-problem-detector/helm-release.yaml
  • registry.k8s.io/node-problem-detector/node-problem-detector v0.8.19
cluster/apps/monitoring/unifi-poller/helm-release.yaml
  • ghcr.io/unpoller/unpoller v2.11.2
cluster/apps/monitoring/uptimerobot/helm-release.yaml
  • billimek/prometheus-uptimerobot-exporter 0.0.1
cluster/apps/monitoring/vector/agent/helm-release.yaml
  • ghcr.io/onedr0p/vector 0.34.1-debian
cluster/apps/monitoring/vector/aggregator/helm-release.yaml
  • ghcr.io/onedr0p/vector 0.34.1-debian
cluster/apps/networking/blocky/app/helm-release.yaml
  • ghcr.io/0xerr0r/blocky v0.24
cluster/apps/networking/error-pages/helm-release.yaml
  • ghcr.io/tarampampam/error-pages 3.3.0
cluster/apps/networking/flaresolverr/helm-release.yaml
  • ghcr.io/flaresolverr/flaresolverr v3.3.21
cluster/apps/networking/zero-trust/helm-release.yaml
  • cloudflare/cloudflared 2024.9.1
cluster/apps/storage/minio/helm-release.yaml
  • quay.io/minio/minio RELEASE.2024-09-13T20-26-02Z
cluster/apps/system/intel-device-plugins/exporter/helm-release.yaml
  • ghcr.io/onedr0p/intel-gpu-exporter rolling@sha256:1511f71b317fa7b7ef297bd2fb27f403800562b3461fc414992c245ee68335e2
cluster/apps/system/snapshot-controller/app/controller/helm-release.yaml
  • registry.k8s.io/sig-storage/snapshot-controller v8.1.0
  • registry.k8s.io/sig-storage/snapshot-validation-webhook v8.1.0
cluster/apps/velero/velero/helm-release.yaml
  • velero/velero-plugin-for-aws v1.10.1
  • ghcr.io/onedr0p/kubernetes-kubectl 1.29.2
cluster/apps/vpn-gateway/helm-release.yaml
  • ghcr.io/angelnu/pod-gateway v1.10.0@sha256:d728eac85f750b37c96a0dafd038561ea4b8035857802be1128ea9b19c61e181
  • ghcr.io/angelnu/gateway-admision-controller v3.10.0@sha256:a8ed630613de277244dfe203cd11d05905d7eeba8d8c41e399b02ee9a847b2f5
  • docker.io/qmcgaw/gluetun latest@sha256:042364944676d72975b95c26b206bb7a110adf037449d4624d3d254148ea0956
cluster/core/cert-manager/csi-driver-spiffe/app/helm-release.yaml
  • registry.k8s.io/sig-storage/csi-node-driver-registrar v2.11.1
cluster/core/metallb-system/helm-release.yaml
  • frrouting/frr v8.4.1
cluster/core/rook-ceph/rook-ceph/cluster/helm-release.yaml
  • quay.io/ceph/ceph v18.2.4
cluster/core/tigera-operator/helm-release.yaml
helmv3
charts/kah-common/Chart.yaml
  • common 4.5.2
kubernetes
cluster/apps/auth/authentik/helm-release.yaml
cluster/apps/auth/authentik/kustomization.yaml
cluster/apps/auth/authentik/media/kustomization.yaml
cluster/apps/auth/authentik/outposts/external-ldap/deployment.yaml
cluster/apps/auth/authentik/outposts/external-ldap/kustomization.yaml
cluster/apps/auth/authentik/outposts/kustomization.yaml
cluster/apps/auth/authentik/postgres/authentik-postgres-db.yaml
  • docker.io/library/postgres 15.8
cluster/apps/auth/authentik/postgres/kustomization.yaml
cluster/apps/auth/authentik/rbac.yaml
cluster/apps/auth/authentik/redis/helm-release.yaml
cluster/apps/auth/authentik/redis/kustomization.yaml
cluster/apps/auth/kustomization.yaml
cluster/apps/auth/ldap/app/helm-release.yaml
cluster/apps/auth/ldap/app/kustomization.yaml
cluster/apps/auth/ldap/db/alerts/kustomization.yaml
cluster/apps/auth/ldap/db/backup/kustomization.yaml
cluster/apps/auth/ldap/db/cluster/kustomization.yaml
cluster/apps/auth/ldap/db/config/kustomization.yaml
cluster/apps/auth/ldap/db/ks.yaml
cluster/apps/auth/ldap/ks.yaml
cluster/apps/auth/realms/bloopysphere/db/alerts/kustomization.yaml
cluster/apps/auth/realms/bloopysphere/db/backup/kustomization.yaml
cluster/apps/auth/realms/bloopysphere/db/cluster/kustomization.yaml
cluster/apps/auth/realms/bloopysphere/db/config/kustomization.yaml
cluster/apps/auth/realms/bloopysphere/db/ks.yaml
cluster/apps/auth/realms/bloopysphere/keycloak/instance/kustomization.yaml
cluster/apps/auth/realms/bloopysphere/keycloak/instance/routers/kc-iam-ingress.yaml
cluster/apps/auth/realms/bloopysphere/keycloak/ks.yaml
cluster/apps/auth/realms/bloopysphere/kustomization.yaml
cluster/apps/auth/realms/kustomization.yaml
cluster/apps/blogs/ghost/ghost-mysql.yaml
cluster/apps/blogs/ghost/helm-release.yaml
cluster/apps/blogs/ghost/kustomization.yaml
cluster/apps/blogs/kustomization.yaml
cluster/apps/calico-system/dashboards/kustomization.yaml
cluster/apps/calico-system/felix-metrics/kustomization.yaml
cluster/apps/calico-system/kube-controllers-metrics/kustomization.yaml
cluster/apps/calico-system/kustomization.yaml
cluster/apps/calico-system/typha-metrics/kustomization.yaml
cluster/apps/cert-manager/dashboard/kustomization.yaml
cluster/apps/cert-manager/kustomization.yaml
cluster/apps/database/cloudnative-pg/db/alerts/kustomization.yaml
cluster/apps/database/cloudnative-pg/db/backup/kustomization.yaml
cluster/apps/database/cloudnative-pg/db/cluster/kustomization.yaml
cluster/apps/database/cloudnative-pg/db/config/kustomization.yaml
cluster/apps/database/cloudnative-pg/db/ks.yaml
cluster/apps/database/cloudnative-pg/ks.yaml
cluster/apps/database/cloudnative-pg/operator/helm-release.yaml
cluster/apps/database/cloudnative-pg/operator/kustomization.yaml
cluster/apps/database/kustomization.yaml
cluster/apps/database/redis/helm-release.yaml
cluster/apps/database/redis/kustomization.yaml
cluster/apps/default/bloopyboi/app/helm-release.yaml
cluster/apps/default/bloopyboi/app/kustomization.yaml
cluster/apps/default/bloopyboi/config/kustomization.yaml
cluster/apps/default/bloopyboi/ks.yaml
cluster/apps/default/hajimari-bloop/helm-release.yaml
cluster/apps/default/hajimari-bloop/kustomization.yaml
cluster/apps/default/hajimari-xyz/helm-release.yaml
cluster/apps/default/hajimari-xyz/kustomization.yaml
cluster/apps/default/jupyterhub/helm-release.yaml
cluster/apps/default/jupyterhub/kustomization.yaml
cluster/apps/default/kustomization.yaml
cluster/apps/default/minecraft/helm-release.yaml
cluster/apps/default/minecraft/kustomization.yaml
cluster/apps/default/minecraft/patches/kustomization.yaml
cluster/apps/default/wiki/db/alerts/kustomization.yaml
cluster/apps/default/wiki/db/backup/kustomization.yaml
cluster/apps/default/wiki/db/cluster/kustomization.yaml
cluster/apps/default/wiki/db/config/kustomization.yaml
cluster/apps/default/wiki/db/ks.yaml
cluster/apps/default/wiki/kustomization.yaml
cluster/apps/default/wiki/wikijs/app/helm-release.yaml
cluster/apps/default/wiki/wikijs/app/kustomization.yaml
cluster/apps/default/wiki/wikijs/ks.yaml
cluster/apps/downloads/downloads-pv/kustomization.yaml
cluster/apps/downloads/jackett/helm-release.yaml
cluster/apps/downloads/jackett/kustomization.yaml
cluster/apps/downloads/kustomization.yaml
cluster/apps/downloads/qbittorrent/dashboard/kustomization.yaml
cluster/apps/downloads/qbittorrent/helm-release.yaml
cluster/apps/downloads/qbittorrent/kustomization.yaml
cluster/apps/downloads/sabnzbd/helm-release.yaml
cluster/apps/downloads/sabnzbd/kustomization.yaml
cluster/apps/downloads/whisparr/helm-release.yaml
cluster/apps/downloads/whisparr/kustomization.yaml
cluster/apps/flux-system/image-update-automation.yaml
cluster/apps/flux-system/kustomization.yaml
cluster/apps/flux-system/monitoring/kustomization.yaml
cluster/apps/flux-system/notifications/alert-manager/notification.yaml
cluster/apps/flux-system/notifications/discord/kustomization.yaml
cluster/apps/flux-system/notifications/discord/notification.yaml
cluster/apps/flux-system/notifications/grafana/kustomization.yaml
cluster/apps/flux-system/notifications/grafana/notification.yaml
cluster/apps/flux-system/notifications/grafana/scripts/kustomization.yaml
cluster/apps/flux-system/notifications/kustomization.yaml
cluster/apps/flux-system/notifications/receivers/bloopyboi.yaml
cluster/apps/flux-system/notifications/receivers/flux-system.yaml
cluster/apps/flux-system/notifications/receivers/kustomization.yaml
cluster/apps/flux-system/notifications/receivers/oci-repo.yaml
cluster/apps/home/emqx/dashboard/kustomization.yaml
cluster/apps/home/emqx/db-emqx/emqx-db.yaml
  • docker.io/library/postgres 15
cluster/apps/home/emqx/db-emqx/kustomization.yaml
cluster/apps/home/emqx/emqx-broker.yaml
  • emqx/emqx 5.8.0
cluster/apps/home/emqx/helm-release.yaml
cluster/apps/home/emqx/kustomization.yaml
cluster/apps/home/emqx/pdb.yaml
cluster/apps/home/home-assistant/db/db-home-assistant.yaml
  • docker.io/library/postgres 15
cluster/apps/home/home-assistant/db/kustomization.yaml
cluster/apps/home/home-assistant/kustomization.yaml
cluster/apps/home/kustomization.yaml
cluster/apps/home/network-ups-tools/dashboard/kustomization.yaml
cluster/apps/home/network-ups-tools/helm-release.yaml
  • ghcr.io/druggeri/nut_exporter 3.1.1
cluster/apps/home/network-ups-tools/kustomization.yaml
cluster/apps/home/priority-class.yaml
cluster/apps/home/ser2sock/helm-release.yaml
cluster/apps/home/ser2sock/kustomization.yaml
cluster/apps/home/ser2sock/pdb.yaml
cluster/apps/home/zwavejs2mqtt/helm-release.yaml
cluster/apps/home/zwavejs2mqtt/kustomization.yaml
cluster/apps/home/zwavejs2mqtt/pdb.yaml
cluster/apps/iam/keycloak/crds/kustomization.yaml
cluster/apps/iam/keycloak/operator/kustomization.yaml
cluster/apps/iam/ks.yaml
cluster/apps/infra/kustomization.yaml
cluster/apps/infra/terraform/kustomization.yaml
cluster/apps/infra/tofu-controller/app/helm-release.yaml
cluster/apps/infra/tofu-controller/app/kustomization.yaml
cluster/apps/infra/tofu-controller/config/kustomization.yaml
cluster/apps/infra/tofu-controller/ks.yaml
cluster/apps/kube-system/coredns/helm-release.yaml
cluster/apps/kube-system/descheduler/helm-release.yaml
cluster/apps/kube-system/descheduler/kustomization.yaml
cluster/apps/kube-system/kured/helm-release.yaml
cluster/apps/kube-system/kured/kustomization.yaml
cluster/apps/kube-system/kustomization.yaml
cluster/apps/kube-system/local-path-provisioner/app/helm-release.yaml
cluster/apps/kube-system/local-path-provisioner/app/kustomization.yaml
cluster/apps/kube-system/local-path-provisioner/ks.yaml
cluster/apps/kube-system/metrics-server/helm-release.yaml
cluster/apps/kube-system/metrics-server/kustomization.yaml
cluster/apps/kube-system/nfs-subdir-external-provisioner/helm-release.yaml
cluster/apps/kube-system/nfs-subdir-external-provisioner/kustomization.yaml
cluster/apps/kube-system/node-feature-discovery/helm-release.yaml
cluster/apps/kube-system/node-feature-discovery/kustomization.yaml
cluster/apps/kube-system/node-feature-discovery/rules/kustomization.yaml
cluster/apps/kube-system/reflector/helm-release.yaml
cluster/apps/kube-system/reflector/kustomization.yaml
cluster/apps/kube-system/reloader/helm-release.yaml
cluster/apps/kube-system/reloader/kustomization.yaml
cluster/apps/kustomization.yaml
cluster/apps/kyverno/app/helm-release.yaml
cluster/apps/kyverno/app/kustomization.yaml
cluster/apps/kyverno/app/rbac.yaml
cluster/apps/kyverno/ks.yaml
cluster/apps/kyverno/policies/certs/kustomization.yaml
cluster/apps/kyverno/policies/inject-tz.yaml
  • quay.io/k8tz/k8tz 0.17.0@sha256:b5181e98a389afacc356587287cf915f632d8a7f0017d198ebafd1aacec5afd5
cluster/apps/kyverno/policies/kustomization.yaml
cluster/apps/kyverno/policies/snapshot-cronjob-controller.yaml
  • ghcr.io/onedr0p/kopia 0.13.0@sha256:ee6608635237c9ddf3ec5b456122cb60f0195c5cad84b06e945498f2338bff59
  • ghcr.io/onedr0p/kopia 0.13.0@sha256:ee6608635237c9ddf3ec5b456122cb60f0195c5cad84b06e945498f2338bff59
cluster/apps/media/bazarr/helm-release.yaml
cluster/apps/media/bazarr/kustomization.yaml
cluster/apps/media/books/audiobookshelf/app/helm-release.yaml
cluster/apps/media/books/audiobookshelf/app/kustomization.yaml
cluster/apps/media/books/audiobookshelf/ks.yaml
cluster/apps/media/books/calibre-web/helm-release.yaml
cluster/apps/media/books/calibre-web/kustomization.yaml
cluster/apps/media/books/calibre/helm-release.yaml
cluster/apps/media/books/calibre/kustomization.yaml
cluster/apps/media/books/kavita/helm-release.yaml
cluster/apps/media/books/kavita/kustomization.yaml
cluster/apps/media/books/lazylibrarian/helm-release.yaml
cluster/apps/media/books/lazylibrarian/kustomization.yaml
cluster/apps/media/books/mylar/helm-release.yaml
cluster/apps/media/books/mylar/kustomization.yaml
cluster/apps/media/books/openbooks/helm-release.yaml
cluster/apps/media/books/openbooks/kustomization.yaml
cluster/apps/media/books/readarr-audio/helm-release.yaml
cluster/apps/media/books/readarr-audio/kustomization.yaml
cluster/apps/media/books/readarr/helm-release.yaml
cluster/apps/media/books/readarr/kustomization.yaml
cluster/apps/media/kustomization.yaml
cluster/apps/media/lidarr/helm-release.yaml
cluster/apps/media/lidarr/kustomization.yaml
cluster/apps/media/lidarr/routers/kustomization.yaml
cluster/apps/media/media-pv/kustomization.yaml
cluster/apps/media/overseer/helm-release.yaml
cluster/apps/media/overseer/kustomization.yaml
cluster/apps/media/overseer/pdb.yaml
cluster/apps/media/plex-meta-manager/app/helm-release.yaml
cluster/apps/media/plex-meta-manager/app/kustomization.yaml
cluster/apps/media/plex-meta-manager/config/kustomization.yaml
cluster/apps/media/plex-meta-manager/ks.yaml
cluster/apps/media/plex-trakt-sync/helm-release.yaml
cluster/apps/media/plex-trakt-sync/kustomization.yaml
cluster/apps/media/plex/helm-release.yaml
cluster/apps/media/plex/kustomization.yaml
cluster/apps/media/plex/pdb.yaml
cluster/apps/media/priority-class.yaml
cluster/apps/media/prowlarr/helm-release.yaml
cluster/apps/media/prowlarr/kustomization.yaml
cluster/apps/media/radarr/kustomization.yaml
cluster/apps/media/radarr/radarr-hd/dashboard/kustomization.yaml
cluster/apps/media/radarr/radarr-hd/helm-release.yaml
cluster/apps/media/radarr/radarr-hd/kustomization.yaml
cluster/apps/media/radarr/radarr-uhd/dashboard/kustomization.yaml
cluster/apps/media/radarr/radarr-uhd/helm-release.yaml
cluster/apps/media/radarr/radarr-uhd/kustomization.yaml
cluster/apps/media/radarr/radarr-uhd/observability/helm-release.yaml
cluster/apps/media/radarr/routers/kustomization.yaml
cluster/apps/media/recyclarr/app/helm-release.yaml
cluster/apps/media/recyclarr/app/kustomization.yaml
cluster/apps/media/recyclarr/config/kustomization.yaml
cluster/apps/media/recyclarr/ks.yaml
cluster/apps/media/sonarr/kustomization.yaml
cluster/apps/media/sonarr/routers/kustomization.yaml
cluster/apps/media/sonarr/sonarr-hd/dashboard/kustomization.yaml
cluster/apps/media/sonarr/sonarr-hd/helm-release.yaml
cluster/apps/media/sonarr/sonarr-hd/kustomization.yaml
cluster/apps/media/sonarr/sonarr-uhd/dashboard/kustomization.yaml
cluster/apps/media/sonarr/sonarr-uhd/helm-release.yaml
cluster/apps/media/sonarr/sonarr-uhd/kustomization.yaml
cluster/apps/media/stash/app/helm-release.yaml
cluster/apps/media/stash/app/kustomization.yaml
cluster/apps/media/stash/ks.yaml
cluster/apps/media/tautulli/helm-release.yaml
  • registry.k8s.io/git-sync/git-sync v4.2.4
cluster/apps/media/tautulli/kustomization.yaml
cluster/apps/media/tautulli/routers/kustomization.yaml
cluster/apps/media/tdarr/app/helm-release.yaml
cluster/apps/media/tdarr/app/kustomization.yaml
cluster/apps/media/tdarr/ks.yaml
cluster/apps/media/tdarr/node/helm-release.yaml
cluster/apps/media/tdarr/node/kustomization.yaml
cluster/apps/monitoring/gatus/app/helm-release.yaml
cluster/apps/monitoring/gatus/app/kustomization.yaml
cluster/apps/monitoring/gatus/app/rbac.yaml
cluster/apps/monitoring/gatus/ks.yaml
cluster/apps/monitoring/goldilocks/helm-release.yaml
cluster/apps/monitoring/goldilocks/kustomization.yaml
cluster/apps/monitoring/grafana/dashboards/database/kustomization.yaml
cluster/apps/monitoring/grafana/dashboards/home/kustomization.yaml
cluster/apps/monitoring/grafana/dashboards/kustomization.yaml
cluster/apps/monitoring/grafana/dashboards/kyverno/kustomization.yaml

  • Check this box to trigger a request for Renovate to run again on this repository

Broken links detected in docs ๐Ÿ”—

Summary

Status Count
๐Ÿ” Total 46
โœ… Successful 42
โณ Timeouts 0
๐Ÿ”€ Redirected 0
๐Ÿ‘ป Excluded 2
โ“ Unknown 0
๐Ÿšซ Errors 2

Errors per input

Errors in cluster/apps/system-upgrade/README.md

Full Github Actions output

Renovate Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Edited/Blocked

These updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox.

  • fix: update helm chart thanos to 12.13.11
  • fix: update linkerd group (patch) (linkerd-control-plane, linkerd-viz)
  • feat!: update docker image docker.io/library/postgres
  • feat!: update docker image quay.io/ceph/ceph to v18.2.0
  • feat!: update helm chart app-template to 2.0.3
  • feat!: update helm chart jupyterhub to 3.1.0

Warning

Renovate failed to look up the following dependencies: Failed to look up galaxy package patrickjahns.promtail, Failed to look up galaxy package geerlingguy.pip, Failed to look up galaxy package geerlingguy.docker, Failed to look up git-tags package ssh://github.com/kubernetes-sigs/external-dns.git, Failed to look up git-tags package ssh://github.com/prometheus-community/helm-charts.git, Failed to look up git-tags package ssh://github.com/mysql/mysql-operator.git, Failed to look up git-tags package ssh://github.com/weaveworks/tf-controller.git, Failed to look up git-tags package ssh://github.com/traefik/traefik-helm-chart.git, Failed to look up git-tags package ssh://github.com/vmware-tanzu/helm-charts.git, Failed to look up git-tags package ssh://github.com/emqx/emqx.git, Could not determine new digest for update (docker package itzg/minecraft-server), Failed to look up docker package ghcr.io/onedr0p/jackett, Failed to look up helm package grafana-operator.

Files affected: provision/ansible/kubernetes/requirements.yml, provision/ansible/requirements.yml, cluster/crds/external-dns/crds.yaml, cluster/crds/kube-prometheus-stack/crds.yaml, cluster/crds/mysql-crds/crds.yaml, cluster/crds/tf-controller/crds.yaml, cluster/crds/traefik/crds.yaml, cluster/crds/velero/crds.yaml, cluster/repositories/git/emqx-chart.yaml, cluster/apps/default/minecraft/helm-release.yaml, cluster/apps/downloads/jackett/helm-release.yaml, cluster/core/monitoring/grafana-operator/app/helm-release.yaml


Detected dependencies

Note

Detected dependencies section has been truncated

ansible-galaxy
provision/ansible/kubernetes/requirements.yml
  • community.general 7.4.0
  • community.sops 1.6.6
  • ansible.posix 1.5.4
  • kubernetes.core 2.4.0
  • xanmanning.k3s v3.4.2
  • patrickjahns.promtail 1.26.0
  • geerlingguy.pip 2.2.0
  • geerlingguy.docker 7.0.1
provision/ansible/requirements.yml
  • community.general 7.4.0
  • community.sops 1.6.6
  • ansible.posix 1.5.4
  • kubernetes.core 2.4.0
  • xanmanning.k3s v3.4.2
  • patrickjahns.promtail 1.26.0
  • geerlingguy.pip 2.2.0
  • geerlingguy.docker 7.0.1
dockerfile
Dockerfiles/keycloak-theme.Dockerfile
Dockerfiles/pihole-keepalived.Dockerfile
  • cbcrowe/pihole-unbound 2023.05.2
flux
cluster/apps/auth/authentik/helm-release.yaml
  • authentik 2023.8.3
cluster/apps/auth/authentik/redis/helm-release.yaml
  • redis 18.1.5
cluster/apps/auth/keycloak-old/helm-release.yaml
  • keycloak 18.4.3
cluster/apps/auth/ldap/app/helm-release.yaml
  • app-template 1.5.1
cluster/apps/blogs/ghost/ghost-mysql.yaml
  • mysql-innodbcluster 2.1.0
cluster/apps/blogs/ghost/helm-release.yaml
  • ghost 2.1.2
cluster/apps/blogs/strapi/helm-release.yaml
  • kah-common-chart 1.2.2
cluster/apps/database/cloudnative-pg/operator/helm-release.yaml
  • cloudnative-pg 0.18.2
cluster/apps/database/redis/helm-release.yaml
  • redis 18.1.5
cluster/apps/default/bloopyboi/helm-release.yaml
  • bloopyboi 0.1.1
cluster/apps/default/hajimari-bloop/helm-release.yaml
  • hajimari 2.0.2
cluster/apps/default/hajimari-xyz/helm-release.yaml
  • hajimari 2.0.2
cluster/apps/default/jupyterhub/helm-release.yaml
  • jupyterhub 2.0.0
cluster/apps/default/minecraft/helm-release.yaml
  • minecraft 4.11.0
cluster/apps/default/monica/helm-release.yaml
  • monica 8.1.2
cluster/apps/downloads/jackett/helm-release.yaml
  • app-template 1.5.1
cluster/apps/downloads/openbooks/helm-release.yaml
  • app-template 1.5.1
cluster/apps/downloads/qbittorrent/helm-release.yaml
  • app-template 1.5.1
cluster/apps/downloads/sabnzbd/helm-release.yaml
  • app-template 1.5.1
cluster/apps/downloads/whisparr/helm-release.yaml
  • app-template 1.5.1
cluster/apps/home/emqx/helm-release.yaml
  • emqx 5.3.0
cluster/apps/home/n8n/helm-release.yaml
  • app-template 1.5.1
cluster/apps/home/network-ups-tools/helm-release.yaml
  • app-template 1.5.1
cluster/apps/home/node-red/helm-release.yaml
  • node-red 10.3.2
cluster/apps/home/ser2sock/helm-release.yaml
  • ser2sock 5.4.2
cluster/apps/home/zwavejs2mqtt/helm-release.yaml
  • app-template 1.5.1
cluster/apps/infra/tf-controller/helm-release.yaml
  • tf-controller 0.15.1
cluster/apps/kube-system/coredns/helm-release.yaml
  • coredns 1.27.1
cluster/apps/kube-system/descheduler/helm-release.yaml
  • descheduler 0.28.0
cluster/apps/kube-system/intel-gpu-plugin/helm-release.yaml
  • app-template 1.5.1
cluster/apps/kube-system/kopia/web/helm-release.yaml
  • app-template 1.5.1
cluster/apps/kube-system/kured/helm-release.yaml
  • kured 5.2.0
cluster/apps/kube-system/local-path-provisioner/app/helm-release.yaml
cluster/apps/kube-system/metrics-server/helm-release.yaml
  • metrics-server 3.11.0
cluster/apps/kube-system/nfs-subdir-external-provisioner/helm-release.yaml
  • nfs-subdir-external-provisioner 4.0.18
cluster/apps/kube-system/node-feature-discovery/helm-release.yaml
  • node-feature-discovery 0.14.2
cluster/apps/kube-system/reflector/helm-release.yaml
  • reflector 7.1.210
cluster/apps/kube-system/reloader/helm-release.yaml
  • reloader 1.0.43
cluster/apps/kube-system/snapshot-controller/app/controller/helm-release.yaml
  • snapshot-controller 1.9.1
cluster/apps/kube-system/snapshot-controller/app/validation-webhook/helm-release.yaml
  • snapshot-validation-webhook 1.8.2
cluster/apps/kube-system/volsync/helm-release.yaml
  • volsync 0.7.1
cluster/apps/kyverno/app/helm-release.yaml
  • kyverno 3.0.5
cluster/apps/linkerd/viz/helm-release.yaml
  • linkerd-viz 30.13.0-edge
cluster/apps/media/bazarr/helm-release.yaml
  • app-template 1.5.1
cluster/apps/media/books/calibre-web/helm-release.yaml
  • app-template 1.5.1
cluster/apps/media/books/calibre/helm-release.yaml
  • app-template 1.5.1
cluster/apps/media/books/kavita/helm-release.yaml
  • app-template 1.5.1
cluster/apps/media/books/lazylibrarian/helm-release.yaml
  • lazylibrarian 7.4.2
cluster/apps/media/books/mylar/helm-release.yaml
  • mylar 4.4.2
cluster/apps/media/books/openbooks/helm-release.yaml
  • app-template 1.5.1
cluster/apps/media/books/readarr-audio/helm-release.yaml
  • app-template 1.5.1
cluster/apps/media/books/readarr/helm-release.yaml
  • app-template 1.5.1
cluster/apps/media/lidarr/helm-release.yaml
  • app-template 1.5.1
cluster/apps/media/overseer/helm-release.yaml
  • overseerr 5.4.2
cluster/apps/media/plex-meta-manager/app/helm-release.yaml
  • app-template 1.5.1
cluster/apps/media/plex/helm-release.yaml
  • app-template 1.5.1
cluster/apps/media/prowlarr/helm-release.yaml
  • app-template 1.5.1
cluster/apps/media/radarr/radarr-hd/helm-release.yaml
  • app-template 1.5.1
cluster/apps/media/radarr/radarr-uhd/helm-release.yaml
  • app-template 1.5.1
cluster/apps/media/radarr/radarr-uhd/observability/helm-release.yaml
  • app-template 1.5.1
cluster/apps/media/recyclarr/app/helm-release.yaml
  • app-template 1.5.1
cluster/apps/media/sonarr/sonarr-hd/helm-release.yaml
  • app-template 1.5.1
cluster/apps/media/sonarr/sonarr-uhd/helm-release.yaml
  • app-template 1.5.1
cluster/apps/media/tautulli/helm-release.yaml
  • app-template 1.5.1
cluster/apps/media/tdarr/app/helm-release.yaml
  • app-template 1.5.1
cluster/apps/media/tdarr/node/helm-release.yaml
  • app-template 1.5.1
cluster/apps/monitoring/botkube/helm-release.yaml
  • botkube v0.12.4
cluster/apps/monitoring/goldilocks/helm-release.yaml
  • goldilocks 7.3.0
cluster/apps/monitoring/grafana/hr/helm-release.yaml
  • grafana 6.60.6
cluster/apps/monitoring/loki/helm-release.yaml
  • loki 5.31.0
cluster/apps/monitoring/node-problem-detector/helm-release.yaml
  • node-problem-detector 2.3.11
cluster/apps/monitoring/promtail/helm-release.yaml
  • promtail 6.15.2
cluster/apps/monitoring/pushgateway/helm-release.yaml
  • prometheus-pushgateway 2.4.1
cluster/apps/monitoring/snmp-exporter/synology-nas/helm-release.yaml
  • prometheus-snmp-exporter 1.8.1
cluster/apps/monitoring/thanos/helm-release.yaml
  • thanos 12.13.5
cluster/apps/monitoring/unifi-poller/helm-release.yaml
  • app-template 1.5.1
cluster/apps/monitoring/uptimerobot/helm-release.yaml
  • uptimerobot-prometheus 6.4.2
cluster/apps/monitoring/vector/agent/helm-release.yaml
  • app-template 1.5.1
cluster/apps/monitoring/vector/aggregator/helm-release.yaml
  • app-template 1.5.1
cluster/apps/monitoring/vertical-pod-autoscaler/helm-release.yaml
  • vpa 3.0.1
cluster/apps/networking/blocky/helm-release.yaml
  • app-template 1.5.1
cluster/apps/networking/blocky/redis/helm-release.yaml
  • redis 18.1.5
cluster/apps/networking/error-pages/helm-release.yaml
  • app-template 1.5.1
cluster/apps/networking/external-dns/helm-release.yaml
  • external-dns 1.13.1
cluster/apps/networking/flaresolverr/helm-release.yaml
  • app-template 1.5.1
cluster/apps/networking/k8s-gateway/helm-release.yaml
  • k8s-gateway 2.0.4
cluster/apps/networking/traefik/helm-release.yaml
  • traefik 24.0.0
cluster/apps/networking/zero-trust/helm-release.yaml
  • app-template 1.5.1
cluster/apps/storage/minio/helm-release.yaml
  • app-template 1.5.1
cluster/apps/vault/deployment/helm-release.yaml
  • vault 0.25.0
cluster/apps/vault/secrets-operator/helm-release.yaml
  • vault-secrets-operator 2.5.3
cluster/apps/velero/velero/helm-release.yaml
  • velero 5.1.0
cluster/apps/vpn-gateway/helm-release.yaml
  • pod-gateway 6.5.1
cluster/base/flux-system/flux-oci-ks.yaml
  • ghcr.io/fluxcd/flux-manifests v2.1.2
cluster/base/flux-system/gotk-sync.yaml
cluster/core/cert-manager/controller/app/helm-release.yaml
  • cert-manager v1.13.1
cluster/core/cert-manager/csi-driver-spiffe/app/helm-release.yaml
  • cert-manager-csi-driver-spiffe v0.4.0
cluster/core/cert-manager/trust-manager/app/helm-release.yaml
  • trust-manager v0.6.0
cluster/core/external-secrets/operator/helm-release.yaml
  • external-secrets 0.9.6
cluster/core/linkerd/cni-plugin/helm-release.yaml
  • linkerd2-cni 30.8.1
cluster/core/linkerd/control-plane/helm-release.yaml
  • linkerd-control-plane 1.17.0-edge
cluster/core/metallb-system/helm-release.yaml
  • metallb 0.13.7
cluster/core/monitoring/grafana-operator/app/helm-release.yaml
  • grafana-operator v5.4.1
cluster/core/monitoring/kube-prometheus-stack/helm-release.yaml
  • kube-prometheus-stack 51.9.0
cluster/core/mysql/operator/helm-release.yaml
  • mysql-operator 2.1.0
cluster/core/rook-ceph/rook-ceph/cluster/helm-release.yaml
  • rook-ceph-cluster v1.12.5
cluster/core/rook-ceph/rook-ceph/operator/helm-release.yaml
  • rook-ceph v1.12.5
cluster/core/tigera-operator/helm-release.yaml
  • tigera-operator v3.26.3
cluster/crds/external-dns/crds.yaml
  • external-dns-source v0.13.4
cluster/crds/external-snapshotter/crds.yaml
  • external-snapshotter-source v6.3.0
cluster/crds/grafana-agent-operator/crds.yaml
  • grafana-agent-operator-charts-source grafana-agent-operator-0.3.2
cluster/crds/kube-prometheus-stack/crds.yaml
  • kube-prometheus-stack-source kube-prometheus-stack-51.9.0
cluster/crds/linkerd/helm-release.yaml
  • linkerd-crds 1.7.4-edge
cluster/crds/multus/helm-release.yaml
  • multus 3.5.2
cluster/crds/mysql-crds/crds.yaml
  • mysql-crd-source 8.1.0-2.1.0
cluster/crds/tf-controller/crds.yaml
  • tf-controller v0.15.1
cluster/crds/traefik/crds.yaml
  • traefik-crd-source v24.0.0
cluster/crds/velero/crds.yaml
  • velero-crd-source velero-5.1.0
cluster/repositories/git/emqx-chart.yaml
  • emqx-chart v5.0.25
cluster/repositories/git/kubegres.yaml
  • kubegres v1.16
cluster/repositories/git/local-path-provisioner.yaml
  • local-path-provisioner v0.0.24
cluster/repositories/oci/terraform-cloudflare.yaml
cluster/repositories/oci/terraform-gcp.yaml
cluster/repositories/oci/terraform-oci.yaml
cluster/repositories/oci/terraform-s3.yaml
github-actions
.github/workflows/changelog-linker.yaml
  • tibdex/github-app-token v2
  • actions-ecosystem/action-regex-match v2
  • peter-evans/find-comment v2
  • peter-evans/create-or-update-comment v3
.github/workflows/deploy-keycloak-theme.yaml
  • actions/checkout v4@8ade135a41bc03ea155e62e844d188df1ea18608
  • docker/login-action v3
  • docker/build-push-action v5
.github/workflows/deploy-pihole-image.yaml
  • actions/checkout v4@8ade135a41bc03ea155e62e844d188df1ea18608
  • docker/login-action v3
  • docker/build-push-action v5
.github/workflows/docs-publish.yaml
  • actions/checkout v4@8ade135a41bc03ea155e62e844d188df1ea18608
  • nosborn/github-action-markdown-cli v3.3.0
  • actions/checkout v4@8ade135a41bc03ea155e62e844d188df1ea18608
  • gaurav-nelson/github-action-markdown-link-check v1
  • getsentry/action-github-app-token v2
  • actions/checkout v4@8ade135a41bc03ea155e62e844d188df1ea18608
  • actions/setup-python v4
  • ubuntu 22.04
  • ubuntu 22.04
  • ubuntu 22.04
.github/workflows/helm-release-differ.yaml
  • actions/checkout v4@8ade135a41bc03ea155e62e844d188df1ea18608
  • dorny/paths-filter v2
  • actions/checkout v4@8ade135a41bc03ea155e62e844d188df1ea18608
  • tibdex/github-app-token v2
  • actions/checkout v4@8ade135a41bc03ea155e62e844d188df1ea18608
  • azure/setup-helm v3
  • peter-evans/find-comment v2
  • peter-evans/create-or-update-comment v3
.github/workflows/invalid-template.yaml
  • dessant/support-requests v3
  • ubuntu 22.04
.github/workflows/lint.yaml
  • actions/checkout v4@8ade135a41bc03ea155e62e844d188df1ea18608
  • tibdex/github-app-token v2
  • megalinter/megalinter v7
  • actions/upload-artifact v3
  • peter-evans/create-pull-request v5
  • stefanzweifel/git-auto-commit-action v5
.github/workflows/meta-label-size.yaml
  • tibdex/github-app-token v2
  • pascalgn/size-label-action v0.5.0
.github/workflows/meta-labeler.yaml
  • tibdex/github-app-token v2
  • actions/labeler v4
.github/workflows/meta-sync-labels.yaml
  • actions/checkout v4@8ade135a41bc03ea155e62e844d188df1ea18608
  • tibdex/github-app-token v2
  • EndBug/label-sync v2
.github/workflows/scan-containers.yaml
  • actions/checkout v4@8ade135a41bc03ea155e62e844d188df1ea18608
  • dorny/paths-filter v2
  • actions/checkout v4@8ade135a41bc03ea155e62e844d188df1ea18608
  • actions/checkout v4@8ade135a41bc03ea155e62e844d188df1ea18608
  • aquasecurity/trivy-action 0.12.0
  • github/codeql-action v2
.github/workflows/scan-repo.yaml
  • actions/checkout v4@8ade135a41bc03ea155e62e844d188df1ea18608
  • github/codeql-action v2
.github/workflows/schedule-library-chart-update.yaml
  • actions/checkout v4@8ade135a41bc03ea155e62e844d188df1ea18608
  • tibdex/github-app-token v2
  • azure/setup-helm v3
  • peter-evans/create-pull-request v5
.github/workflows/schedule-link-checker.yaml
  • tibdex/github-app-token v2.1.0@3beb63f4bd073e61482598c45c71c1019b59b73a
  • actions/checkout v4.1.0@8ade135a41bc03ea155e62e844d188df1ea18608
  • lycheeverse/lychee-action v1.8.0@ec3ed119d4f44ad2673a7232460dc7dff59d2421
  • micalevisk/last-issue-action v2.1.0@305829d9728f47beb0029417167a0af890edfd6e
  • peter-evans/create-issue-from-file v4.0.1@433e51abf769039ee20ba1293a088ca19d573b7f
.github/workflows/schedule-renovate.yaml
  • actions/checkout v4@8ade135a41bc03ea155e62e844d188df1ea18608
  • suzuki-shunsuke/github-action-renovate-config-validator v0.1.3
  • tibdex/github-app-token v2
  • renovatebot/github-action v39.1.0
.github/workflows/stale-issue-check.yaml
  • actions/stale b69b346013879cedbf50c69f572cd85439a41936
.github/workflows/support.yaml
  • dessant/support-requests v3
  • ubuntu 22.04
.github/workflows/sync-cloudflare-networks.yaml
  • tibdex/github-app-token v2.1.0@3beb63f4bd073e61482598c45c71c1019b59b73a
  • actions/checkout v4.1.0@8ade135a41bc03ea155e62e844d188df1ea18608
  • peter-evans/create-pull-request v5.0.2@153407881ec5c347639a548ade7d8ad1d6740e38
.github/workflows/terraform-build-oci.yaml
  • tibdex/github-app-token v2.1.0@3beb63f4bd073e61482598c45c71c1019b59b73a
  • actions/checkout v4@8ade135a41bc03ea155e62e844d188df1ea18608
  • tj-actions/changed-files v39.2.3@95690f9ece77c1740f4a55b7f1de9023ed6b1f87
  • tibdex/github-app-token v2.1.0@3beb63f4bd073e61482598c45c71c1019b59b73a
  • actions/checkout v4.1.0@8ade135a41bc03ea155e62e844d188df1ea18608
  • docker/login-action v3.0.0@343f7c4344506bcbf9b4de18042ae17996df046d
.github/workflows/update-auto-pr.yaml
  • actions/checkout v4@8ade135a41bc03ea155e62e844d188df1ea18608
  • tibdex/github-app-token v2
  • repo-sync/pull-request v2
helm-values
cluster/apps/auth/keycloak-old/helm-release.yaml
cluster/apps/auth/ldap/app/helm-release.yaml
  • ghcr.io/lldap/lldap latest-alpine@sha256:80398ff35ab5e39d749afe25bc6dfccc08f2c5b17b622b496cfee561f25bdeab
cluster/apps/blogs/strapi/helm-release.yaml
  • strapi/strapi 3.6.8
cluster/apps/default/bloopyboi/helm-release.yaml
  • registry.gitlab.com/h3mmy/bloopyboi v0.4.0
cluster/apps/default/hajimari-bloop/helm-release.yaml
  • ghcr.io/toboshii/hajimari v0.3.1
cluster/apps/default/hajimari-xyz/helm-release.yaml
  • ghcr.io/toboshii/hajimari v0.3.1
cluster/apps/default/jupyterhub/helm-release.yaml
cluster/apps/default/minecraft/helm-release.yaml
  • itzg/minecraft-server java-17@sha256:c6c6afd0e3fa4f06074a449c2dc8248a55a7c639bdda5754d5eaa6963447c909
cluster/apps/default/monica/helm-release.yaml
  • monica 4.0.0-apache
cluster/apps/downloads/jackett/helm-release.yaml
  • ghcr.io/onedr0p/jackett 0.20.2297
cluster/apps/downloads/openbooks/helm-release.yaml
  • docker.io/evanbuss/openbooks latest@sha256:3b3d34d8b77e8261df1f470e1ca8344c035e316a86667dc7c1ab2e768d6359f1
cluster/apps/downloads/qbittorrent/helm-release.yaml
  • ghcr.io/onedr0p/qbittorrent 4.5.5@sha256:f4a1a5eece13beed61e579172d2a54b1fc2e7ff2bbdbd7ef22a4d9f6fc36e198
  • esanchezm/prometheus-qbittorrent-exporter v1.2.0
cluster/apps/downloads/sabnzbd/helm-release.yaml
  • ghcr.io/onedr0p/sabnzbd 4.1.0@sha256:91f3cd6b9f1c9988af5447f464b299630706eb7f691dee857eab1487d4bb626e
cluster/apps/downloads/whisparr/helm-release.yaml
  • ghcr.io/h3mmy/whisparr-nightly 2.0.0.250@sha256:ccc20ef247f158ef08850f3f066d2df121d67136ab0b815a8b332016421c9aa8
cluster/apps/home/n8n/helm-release.yaml
  • docker.io/n8nio/n8n 1.11.1
cluster/apps/home/network-ups-tools/helm-release.yaml
  • ghcr.io/k8s-at-home/network-ups-tools v2.7.4-2479-g86a32237@sha256:cbd5d4cc12454121ee9cd3587053c4de313575ee367ffcad07b2fc92a1e8be8c
  • ghcr.io/druggeri/nut_exporter 3.0.0
cluster/apps/home/node-red/helm-release.yaml
  • node 20-alpine
  • ghcr.io/k8s-at-home/node-red v3.0.2
cluster/apps/home/zwavejs2mqtt/helm-release.yaml
  • ghcr.io/zwave-js/zwave-js-ui 9.1.2
cluster/apps/kube-system/coredns/helm-release.yaml
  • coredns/coredns 1.11.1
cluster/apps/kube-system/intel-gpu-plugin/helm-release.yaml
  • intel/intel-gpu-plugin 0.28.0
cluster/apps/kube-system/kopia/web/helm-release.yaml
  • ghcr.io/onedr0p/kopia 0.13.0@sha256:ee6608635237c9ddf3ec5b456122cb60f0195c5cad84b06e945498f2338bff59
  • ghcr.io/onedr0p/kopia 0.13.0@sha256:ee6608635237c9ddf3ec5b456122cb60f0195c5cad84b06e945498f2338bff59
cluster/apps/kube-system/local-path-provisioner/app/helm-release.yaml
cluster/apps/media/bazarr/helm-release.yaml
  • ghcr.io/onedr0p/bazarr 1.3.1
cluster/apps/media/books/calibre-web/helm-release.yaml
  • ghcr.io/bjw-s/calibre-web 0.6.20@sha256:46df9b7f1775518e5fe78b433ef1d04db8942becb6cea51a2183bea4f0226104
cluster/apps/media/books/calibre/helm-release.yaml
  • busybox sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79
  • ghcr.io/linuxserver/calibre version-v6.4.0
cluster/apps/media/books/kavita/helm-release.yaml
  • kizaing/kavita 0.7.8
cluster/apps/media/books/lazylibrarian/helm-release.yaml
cluster/apps/media/books/mylar/helm-release.yaml
cluster/apps/media/books/openbooks/helm-release.yaml
  • docker.io/evanbuss/openbooks latest@sha256:3b3d34d8b77e8261df1f470e1ca8344c035e316a86667dc7c1ab2e768d6359f1
cluster/apps/media/books/readarr-audio/helm-release.yaml
  • ghcr.io/onedr0p/readarr-nightly 0.3.9.2268@sha256:348425cafc5f2fd27cab7f6493bccec5d379c31177e2ffea203c7e83780c4b3c
cluster/apps/media/books/readarr/helm-release.yaml
  • ghcr.io/onedr0p/readarr-nightly 0.3.9.2268@sha256:348425cafc5f2fd27cab7f6493bccec5d379c31177e2ffea203c7e83780c4b3c
cluster/apps/media/lidarr/helm-release.yaml
  • ghcr.io/onedr0p/lidarr 1.4.5.3639@sha256:76b10a1b528a6994eb1d077643debf0217be0bf784f5144f4a907b4522c5ee63
cluster/apps/media/overseer/helm-release.yaml
  • ghcr.io/sct/overseerr 1.33.2
cluster/apps/media/plex-meta-manager/app/helm-release.yaml
  • docker.io/meisnate12/plex-meta-manager v1.19.1
  • ghcr.io/onedr0p/alpine 3.18.4@sha256:b0b6f6f42bf9649ccaf0e98cd74d5e123471e2c4a4db4a5ee417b18dde9973a9
cluster/apps/media/plex/helm-release.yaml
  • ghcr.io/onedr0p/plex 1.32.6.7557-1cf77d501
cluster/apps/media/prowlarr/helm-release.yaml
  • ghcr.io/onedr0p/prowlarr-nightly 1.10.0.4045@sha256:0e2bc287507bdcea2e616108fcdba5a4f24a620955b4e4750049044695f0ff06
cluster/apps/media/radarr/radarr-hd/helm-release.yaml
  • ghcr.io/k8s-at-home/radarr-nightly v4.3.1.6748
cluster/apps/media/radarr/radarr-uhd/helm-release.yaml
  • ghcr.io/k8s-at-home/radarr-nightly v4.3.1.6748
cluster/apps/media/radarr/radarr-uhd/observability/helm-release.yaml
  • ghcr.io/onedr0p/exportarr v1.5.5
cluster/apps/media/recyclarr/app/helm-release.yaml
  • ghcr.io/recyclarr/recyclarr 6.0.1
cluster/apps/media/sonarr/sonarr-hd/helm-release.yaml
  • ghcr.io/onedr0p/sonarr-develop 3.0.9.1555
cluster/apps/media/sonarr/sonarr-uhd/helm-release.yaml
  • ghcr.io/onedr0p/sonarr-develop 3.0.9.1555
cluster/apps/media/tautulli/helm-release.yaml
  • ghcr.io/onedr0p/tautulli 2.13.1@sha256:525209414d149214584819313b0ec7507a3259dfa5f8d618692c34b54f172db9
  • registry.k8s.io/git-sync/git-sync v4.1.0
cluster/apps/media/tdarr/app/helm-release.yaml
  • ghcr.io/haveagitgat/tdarr_acc 2.13.01
cluster/apps/media/tdarr/node/helm-release.yaml
  • ghcr.io/haveagitgat/tdarr_node_acc 2.13.01
cluster/apps/monitoring/node-problem-detector/helm-release.yaml
  • registry.k8s.io/node-problem-detector/node-problem-detector v0.8.14
cluster/apps/monitoring/pushgateway/helm-release.yaml
  • prom/pushgateway v1.6.2
cluster/apps/monitoring/unifi-poller/helm-release.yaml
  • ghcr.io/unpoller/unpoller v2.9.2
cluster/apps/monitoring/uptimerobot/helm-release.yaml
  • billimek/prometheus-uptimerobot-exporter 0.0.1
cluster/apps/monitoring/vector/agent/helm-release.yaml
  • ghcr.io/onedr0p/vector 0.33.0-debian
cluster/apps/monitoring/vector/aggregator/helm-release.yaml
  • ghcr.io/onedr0p/vector 0.33.0-debian
cluster/apps/networking/blocky/helm-release.yaml
  • ghcr.io/0xerr0r/blocky v0.22
cluster/apps/networking/error-pages/helm-release.yaml
  • ghcr.io/tarampampam/error-pages 2.25.0
cluster/apps/networking/flaresolverr/helm-release.yaml
  • ghcr.io/flaresolverr/flaresolverr v3.3.6
cluster/apps/networking/zero-trust/helm-release.yaml
  • cloudflare/cloudflared 2023.8.2
cluster/apps/storage/minio/helm-release.yaml
  • quay.io/minio/minio RELEASE.2023-10-16T04-13-43Z
cluster/apps/velero/velero/helm-release.yaml
  • velero/velero-plugin-for-aws v1.8.0
  • ghcr.io/onedr0p/kubernetes-kubectl 1.28.2
cluster/apps/vpn-gateway/helm-release.yaml
  • ghcr.io/angelnu/pod-gateway v1.8.1@sha256:690b6365728fe9012ad4cdfca38334992664596513dca187d1b93d2025205776
  • ghcr.io/angelnu/gateway-admision-controller v3.9.0@sha256:4e169da5af107a9c6c784d3e03c89da07fad45f18358ab5b7177662df12d955a
  • docker.io/qmcgaw/gluetun latest@sha256:8bb0ea2f18624dcf86bd5b13c0e781d2e72a6b0a3f32fbc0198d5663df65295f
cluster/core/linkerd/cni-plugin/helm-release.yaml
  • busybox 1.36
cluster/core/linkerd/control-plane/helm-release.yaml
cluster/core/metallb-system/helm-release.yaml
  • frrouting/frr v8.4.1
cluster/core/rook-ceph/rook-ceph/cluster/helm-release.yaml
  • quay.io/ceph/ceph v17.2.6
cluster/core/tigera-operator/helm-release.yaml
cluster/crds/multus/helm-release.yaml
  • ghcr.io/k8snetworkplumbingwg/multus-cni v4.0.2
  • ghcr.io/k8s-at-home/cni-plugins v1.1.1
helmv3
charts/kah-common/Chart.yaml
  • common 4.5.2
kubernetes
cluster/apps/auth/authentik/kustomization.yaml
cluster/apps/auth/authentik/media/kustomization.yaml
cluster/apps/auth/authentik/outposts/external-ldap/deployment.yaml
cluster/apps/auth/authentik/outposts/external-ldap/kustomization.yaml
cluster/apps/auth/authentik/outposts/kustomization.yaml
cluster/apps/auth/authentik/postgres/authentik-postgres-db.yaml
  • docker.io/library/postgres 15.4
cluster/apps/auth/authentik/postgres/kustomization.yaml
cluster/apps/auth/authentik/rbac.yaml
cluster/apps/auth/authentik/redis/kustomization.yaml
cluster/apps/auth/keycloak-old/kustomization.yaml
cluster/apps/auth/kustomization.yaml
cluster/apps/auth/ldap/app/kustomization.yaml
cluster/apps/auth/ldap/db/alerts/kustomization.yaml
cluster/apps/auth/ldap/db/backup/kustomization.yaml
cluster/apps/auth/ldap/db/cluster/kustomization.yaml
cluster/apps/auth/ldap/db/config/kustomization.yaml
cluster/apps/auth/ldap/db/ks.yaml
cluster/apps/auth/ldap/ks.yaml
cluster/apps/auth/realms/bloopysphere/db/alerts/kustomization.yaml
cluster/apps/auth/realms/bloopysphere/db/backup/kustomization.yaml
cluster/apps/auth/realms/bloopysphere/db/cluster/kustomization.yaml
cluster/apps/auth/realms/bloopysphere/db/config/kustomization.yaml
cluster/apps/auth/realms/bloopysphere/db/ks.yaml
cluster/apps/auth/realms/bloopysphere/keycloak/instance/kustomization.yaml
cluster/apps/auth/realms/bloopysphere/keycloak/instance/routers/kc-iam-ingress.yaml
cluster/apps/auth/realms/bloopysphere/keycloak/ks.yaml
cluster/apps/auth/realms/bloopysphere/kustomization.yaml
cluster/apps/auth/realms/kustomization.yaml
cluster/apps/blogs/ghost/kustomization.yaml
cluster/apps/blogs/kustomization.yaml
cluster/apps/blogs/strapi/kustomization.yaml
cluster/apps/blogs/strapi/strapi-postgres.yaml
  • docker.io/library/postgres 15.4
cluster/apps/calico-system/dashboards/kustomization.yaml
cluster/apps/calico-system/felix-metrics/kustomization.yaml
cluster/apps/calico-system/kube-controllers-metrics/kustomization.yaml
cluster/apps/calico-system/kustomization.yaml
cluster/apps/calico-system/typha-metrics/kustomization.yaml
cluster/apps/cert-manager/dashboard/kustomization.yaml
cluster/apps/cert-manager/kustomization.yaml
cluster/apps/database/cloudnative-pg/ks.yaml
cluster/apps/database/cloudnative-pg/operator/dashboard/kustomization.yaml
cluster/apps/database/cloudnative-pg/operator/kustomization.yaml
cluster/apps/database/kustomization.yaml
cluster/apps/database/redis/kustomization.yaml
cluster/apps/default/bloopyboi/kustomization.yaml
cluster/apps/default/hajimari-bloop/kustomization.yaml
cluster/apps/default/hajimari-xyz/kustomization.yaml
cluster/apps/default/jupyterhub/helm-release.yaml
cluster/apps/default/jupyterhub/kustomization.yaml
cluster/apps/default/kustomization.yaml
cluster/apps/default/minecraft/kustomization.yaml
cluster/apps/default/minecraft/patches/kustomization.yaml
cluster/apps/default/monica/kustomization.yaml
cluster/apps/downloads/downloads-pv/kustomization.yaml
cluster/apps/downloads/jackett/kustomization.yaml
cluster/apps/downloads/kustomization.yaml
cluster/apps/downloads/openbooks/kustomization.yaml
cluster/apps/downloads/qbittorrent/dashboard/kustomization.yaml
cluster/apps/downloads/qbittorrent/kustomization.yaml
cluster/apps/downloads/sabnzbd/kustomization.yaml
cluster/apps/downloads/whisparr/kustomization.yaml
cluster/apps/flux-system/dashboard/kustomization.yaml
cluster/apps/flux-system/kustomization.yaml
cluster/apps/flux-system/monitoring/kustomization.yaml
cluster/apps/flux-system/notifications/discord/kustomization.yaml
cluster/apps/flux-system/notifications/grafana/kustomization.yaml
cluster/apps/flux-system/notifications/grafana/scripts/kustomization.yaml
cluster/apps/flux-system/notifications/kustomization.yaml
cluster/apps/flux-system/notifications/receivers/bloopyboi.yaml
cluster/apps/flux-system/notifications/receivers/flux-system.yaml
cluster/apps/flux-system/notifications/receivers/kustomization.yaml
cluster/apps/flux-system/notifications/receivers/oci-repo.yaml
cluster/apps/home/emqx/dashboard/kustomization.yaml
cluster/apps/home/emqx/db-emqx/emqx-db.yaml
  • docker.io/library/postgres 15
cluster/apps/home/emqx/db-emqx/kustomization.yaml
cluster/apps/home/emqx/emqx-broker.yaml
  • emqx/emqx 5.3.0
cluster/apps/home/emqx/kustomization.yaml
cluster/apps/home/emqx/pdb.yaml
cluster/apps/home/home-assistant/db/db-home-assistant.yaml
  • docker.io/library/postgres 15
cluster/apps/home/home-assistant/db/kustomization.yaml
cluster/apps/home/home-assistant/kustomization.yaml
cluster/apps/home/kustomization.yaml
cluster/apps/home/n8n/db-n8n/kustomization.yaml
cluster/apps/home/n8n/db-n8n/n8n-postgres.yaml
  • docker.io/library/postgres 15
cluster/apps/home/n8n/kustomization.yaml
cluster/apps/home/network-ups-tools/dashboard/kustomization.yaml
cluster/apps/home/network-ups-tools/helm-release.yaml
  • ghcr.io/druggeri/nut_exporter 3.0.0
cluster/apps/home/network-ups-tools/kustomization.yaml
cluster/apps/home/node-red/helm-release.yaml
  • node 20-alpine
cluster/apps/home/node-red/kustomization.yaml
cluster/apps/home/node-red/pdb.yaml
cluster/apps/home/priority-class.yaml
cluster/apps/home/ser2sock/kustomization.yaml
cluster/apps/home/ser2sock/pdb.yaml
cluster/apps/home/zwavejs2mqtt/kustomization.yaml
cluster/apps/home/zwavejs2mqtt/pdb.yaml
cluster/apps/iam/keycloak/crds/kustomization.yaml
cluster/apps/iam/keycloak/operator/kustomization.yaml
cluster/apps/iam/ks.yaml
cluster/apps/infra/kustomization.yaml
cluster/apps/infra/terraform/kustomization.yaml
cluster/apps/infra/tf-controller/kustomization.yaml
cluster/apps/kube-system/descheduler/kustomization.yaml
cluster/apps/kube-system/intel-gpu-plugin/kustomization.yaml
cluster/apps/kube-system/kopia/kustomization.yaml
cluster/apps/kube-system/kopia/sync/cron-job.yaml
  • ghcr.io/onedr0p/kopia 0.13.0@sha256:ee6608635237c9ddf3ec5b456122cb60f0195c5cad84b06e945498f2338bff59
  • ghcr.io/onedr0p/kopia 0.13.0@sha256:ee6608635237c9ddf3ec5b456122cb60f0195c5cad84b06e945498f2338bff59
cluster/apps/kube-system/kopia/sync/kustomization.yaml
cluster/apps/kube-system/kopia/web/helm-release.yaml
  • ghcr.io/onedr0p/kopia 0.13.0@sha256:ee6608635237c9ddf3ec5b456122cb60f0195c5cad84b06e945498f2338bff59
cluster/apps/kube-system/kopia/web/kustomization.yaml
cluster/apps/kube-system/kured/kustomization.yaml
cluster/apps/kube-system/kustomization.yaml
cluster/apps/kube-system/local-path-provisioner/app/kustomization.yaml
cluster/apps/kube-system/local-path-provisioner/ks.yaml
cluster/apps/kube-system/metrics-server/kustomization.yaml
cluster/apps/kube-system/nfs-subdir-external-provisioner/kustomization.yaml
cluster/apps/kube-system/node-feature-discovery/kustomization.yaml
cluster/apps/kube-system/reflector/kustomization.yaml
cluster/apps/kube-system/reloader/kustomization.yaml
cluster/apps/kube-system/snapshot-controller/app/controller/kustomization.yaml
cluster/apps/kube-system/snapshot-controller/app/validation-webhook/kustomization.yaml
cluster/apps/kube-system/snapshot-controller/ks.yaml
cluster/apps/kube-system/volsync/kustomization.yaml
cluster/apps/kustomization.yaml
cluster/apps/kyverno/app/kustomization.yaml
cluster/apps/kyverno/app/rbac.yaml
cluster/apps/kyverno/ks.yaml
cluster/apps/kyverno/policies/certs/kustomization.yaml
cluster/apps/kyverno/policies/inject-tz.yaml
  • quay.io/k8tz/k8tz 0.14.0@sha256:9442e473a5fbe96239951efc668f9f6932083f6af7681c4b5277a18fd264f8d1
cluster/apps/kyverno/policies/kustomization.yaml
cluster/apps/kyverno/policies/snapshot-cronjob-controller.yaml
  • ghcr.io/onedr0p/kopia 0.13.0@sha256:ee6608635237c9ddf3ec5b456122cb60f0195c5cad84b06e945498f2338bff59
  • ghcr.io/onedr0p/kopia 0.13.0@sha256:ee6608635237c9ddf3ec5b456122cb60f0195c5cad84b06e945498f2338bff59
cluster/apps/linkerd/kustomization.yaml
cluster/apps/linkerd/viz/ingress-dashboard.yaml
cluster/apps/linkerd/viz/kustomization.yaml
cluster/apps/media/bazarr/kustomization.yaml
cluster/apps/media/books/calibre-web/kustomization.yaml
cluster/apps/media/books/calibre/helm-release.yaml
  • busybox sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79
cluster/apps/media/books/calibre/kustomization.yaml
cluster/apps/media/books/kavita/kustomization.yaml
cluster/apps/media/books/lazylibrarian/kustomization.yaml
cluster/apps/media/books/mylar/kustomization.yaml
cluster/apps/media/books/openbooks/kustomization.yaml
cluster/apps/media/books/readarr-audio/kustomization.yaml
cluster/apps/media/books/readarr/kustomization.yaml
cluster/apps/media/kustomization.yaml
cluster/apps/media/lidarr/kustomization.yaml
cluster/apps/media/lidarr/routers/kustomization.yaml
cluster/apps/media/media-pv/kustomization.yaml
cluster/apps/media/overseer/kustomization.yaml
cluster/apps/media/overseer/pdb.yaml
cluster/apps/media/plex-meta-manager/app/helm-release.yaml
  • ghcr.io/onedr0p/alpine 3.18.4@sha256:b0b6f6f42bf9649ccaf0e98cd74d5e123471e2c4a4db4a5ee417b18dde9973a9
cluster/apps/media/plex-meta-manager/app/kustomization.yaml
cluster/apps/media/plex-meta-manager/ks.yaml
cluster/apps/media/plex/kustomization.yaml
cluster/apps/media/plex/pdb.yaml
cluster/apps/media/priority-class.yaml
cluster/apps/media/prowlarr/kustomization.yaml
cluster/apps/media/radarr/kustomization.yaml
cluster/apps/media/radarr/radarr-hd/dashboard/kustomization.yaml
cluster/apps/media/radarr/radarr-hd/kustomization.yaml
cluster/apps/media/radarr/radarr-uhd/dashboard/kustomization.yaml
cluster/apps/media/radarr/radarr-uhd/kustomization.yaml
cluster/apps/media/radarr/routers/kustomization.yaml
cluster/apps/media/recyclarr/app/kustomization.yaml
cluster/apps/media/recyclarr/config/kustomization.yaml
cluster/apps/media/recyclarr/ks.yaml
cluster/apps/media/sonarr/kustomization.yaml
cluster/apps/media/sonarr/routers/kustomization.yaml
cluster/apps/media/sonarr/sonarr-hd/dashboard/kustomization.yaml
cluster/apps/media/sonarr/sonarr-hd/kustomization.yaml
cluster/apps/media/sonarr/sonarr-uhd/dashboard/kustomization.yaml
cluster/apps/media/sonarr/sonarr-uhd/kustomization.yaml
cluster/apps/media/tautulli/helm-release.yaml
  • registry.k8s.io/git-sync/git-sync v4.1.0
cluster/apps/media/tautulli/kustomization.yaml
cluster/apps/media/tautulli/routers/kustomization.yaml
cluster/apps/media/tdarr/app/kustomization.yaml
cluster/apps/media/tdarr/ks.yaml
cluster/apps/media/tdarr/node/kustomization.yaml
cluster/apps/monitoring/botkube/kustomization.yaml
cluster/apps/monitoring/goldilocks/kustomization.yaml
cluster/apps/monitoring/grafana/dashboards/home/kustomization.yaml
cluster/apps/monitoring/grafana/dashboards/kustomization.yaml
cluster/apps/monitoring/grafana/dashboards/kyverno/kustomization.yaml
cluster/apps/monitoring/grafana/dashboards/media/kustomization.yaml
cluster/apps/monitoring/grafana/dashboards/monitoring/kustomization.yaml
cluster/apps/monitoring/grafana/dashboards/networking/kustomization.yaml
cluster/apps/monitoring/grafana/dashboards/storage/kustomization.yaml
cluster/apps/monitoring/grafana/dashboards/system/kustomization.yaml
cluster/apps/monitoring/grafana/dashboards/users/kustomization.yaml
cluster/apps/monitoring/grafana/datasources/kustomization.yaml
cluster/apps/monitoring/grafana/hr/kustomization.yaml
cluster/apps/monitoring/grafana/instance/grafana.yaml
  • ghcr.io/kiwigrid/k8s-sidecar 1.25.2
cluster/apps/monitoring/grafana/instance/kustomization.yaml
cluster/apps/monitoring/grafana/ks.yaml
cluster/apps/monitoring/kustomization.yaml
cluster/apps/monitoring/loki/dashboard/kustomization.yaml
cluster/apps/monitoring/loki/kustomization.yaml
cluster/apps/monitoring/node-problem-detector/kustomization.yaml
cluster/apps/monitoring/promtail/kustomization.yaml
cluster/apps/monitoring/pushgateway/kustomization.yaml
cluster/apps/monitoring/snmp-exporter/kustomization.yaml
cluster/apps/monitoring/snmp-exporter/synology-nas/dashboard/kustomization.yaml
cluster/apps/monitoring/snmp-exporter/synology-nas/kustomization.yaml
cluster/apps/monitoring/thanos/dashboard/kustomization.yaml
cluster/apps/monitoring/thanos/kustomization.yaml
cluster/apps/monitoring/unifi-poller/kustomization.yaml
cluster/apps/monitoring/uptimerobot/kustomization.yaml
cluster/apps/monitoring/vector/agent/kustomization.yaml
cluster/apps/monitoring/vector/agent/rbac.yaml
cluster/apps/monitoring/vector/aggregator/kustomization.yaml
cluster/apps/monitoring/vector/kustomization.yaml
cluster/apps/monitoring/vertical-pod-autoscaler/kustomization.yaml
cluster/apps/networking/blocky/dashboard/kustomization.yaml
cluster/apps/networking/blocky/db-blocky-query/db-blocky-query.yaml
  • docker.io/library/postgres 15
cluster/apps/networking/blocky/db-blocky-query/kustomization.yaml
cluster/apps/networking/blocky/kustomization.yaml
cluster/apps/networking/blocky/pdb.yaml
cluster/apps/networking/blocky/redis/kustomization.yaml
cluster/apps/networking/ddns/cron-job.yaml
  • ghcr.io/onedr0p/kubernetes-kubectl 1.28.2
cluster/apps/networking/ddns/kustomization.yaml
cluster/apps/networking/error-pages/kustomization.yaml
cluster/apps/networking/external-dns/kustomization.yaml
cluster/apps/networking/flaresolverr/kustomization.yaml
cluster/apps/networking/k8s-gateway/kustomization.yaml
cluster/apps/networking/kustomization.yaml
cluster/apps/networking/priority-class.yaml
cluster/apps/networking/traefik/dashboard/ingress.yaml
cluster/apps/networking/traefik/dashboard/kustomization.yaml
cluster/apps/networking/traefik/external-services/kustomization.yaml
cluster/apps/networking/traefik/kustomization.yaml
cluster/apps/networking/traefik/middlewares/kustomization.yaml
cluster/apps/networking/traefik/routers/auth-ldap-authentik.yaml
cluster/apps/networking/traefik/routers/home-home-assistant.yaml
cluster/apps/networking/traefik/routers/kustomization.yaml
cluster/apps/networking/traefik/routers/networking-camelus.yaml
cluster/apps/networking/traefik/tls-store/kustomization.yaml
cluster/apps/networking/wildcard-certificate/kustomization.yaml
cluster/apps/networking/zero-trust/deployment.yaml
  • cloudflare/cloudflared 2023.8.2
cluster/apps/networking/zero-trust/kustomization.yaml
cluster/apps/rook-ceph/dashboard/kustomization.yaml
cluster/apps/rook-ceph/kustomization.yaml
cluster/apps/storage/kustomization.yaml
cluster/apps/storage/minio/dashboard/kustomization.yaml
cluster/apps/storage/minio/kustomization.yaml
cluster/apps/system-upgrade/kustomization.yaml
cluster/apps/system-upgrade/system-upgrade-controller/kustomization.yaml
cluster/apps/system-upgrade/system-upgrade-controller/plans/agent.yaml
cluster/apps/system-upgrade/system-upgrade-controller/plans/kustomization.yaml
cluster/apps/system-upgrade/system-upgrade-controller/plans/server.yaml
cluster/apps/vault/jobs/init-vault.yaml
  • ghcr.io/onedr0p/kubernetes-kubectl 1.28.2
cluster/apps/vault/jobs/kustomization.yaml
cluster/apps/vault/jobs/rbac.yaml
cluster/apps/vault/kustomization.yaml
cluster/apps/velero/configmap/kustomization.yaml

Use upptime in gh-pages

Details

** What do you want to happen? **

Use upptime for status monitoring and incident reports. Eventually automate to raise a warning/alert if important stuff is being modified. Example: changes in rook-ceph can potentially impact all apps using ceph for storage, changes in dns can potentially lead to specific outages.

Anything else you would like to add:

Limit scope of this issue to deploying upptime in a working state to shift away from the less dynamic cf-workers flow

Additional Information:

NFS/alternative storage provisioning

Details

Implement NFS or something like longhorn.

Describe the solution you'd like:

Investigate option feasibility for medium-long term usability and then implement it

Anything else you would like to add:

Needs to be fast enough for Plex. May necessitate clever caching

Additional Information:

N/A

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.