2 Commits

Author SHA1 Message Date
9d07a861ee Update ghcr.io/linuxserver/qbittorrent Docker tag to v5.1.2
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 15s
2025-07-29 22:27:43 +00:00
44459db474 add redis operator
Some checks failed
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Has been cancelled
2025-07-29 17:26:52 -05:00
3 changed files with 35 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ qbittorrent:
qbittorrent:
image:
repository: ghcr.io/linuxserver/qbittorrent
tag: 5.1.0@sha256:ca6325989299ff807ab94c9505c138b6cadfe8a77c4ef14c5690094cbbe40d7d
tag: 5.1.2@sha256:33a6bedcd6c17e60ae48d86af9dbc776f779be446bb42b72313e6d573c75cddb
pullPolicy: IfNotPresent
env:
- name: TZ

View File

@@ -0,0 +1,21 @@
apiVersion: v2
name: redis-operator
version: 1.0.0
description: Redis on Kubernetes
keywords:
- redis-operator
- operator
- redis
- kubernetes
home: https://wiki.alexlebens.dev/s/
sources:
- https://github.com/OT-CONTAINER-KIT/redis-operator
- https://github.com/OT-CONTAINER-KIT/redis-operator/tree/main/charts/redis-operator
maintainers:
- name: alexlebens
dependencies:
- name: redis-operator
version: 0.21.2
repository: https://helm.elastic.co
icon: https://github.com/OT-CONTAINER-KIT/redis-operator/raw/main/static/redis-operator-logo.svg
appVersion: v0.21.0

View File

@@ -0,0 +1,13 @@
redis-operator:
redisOperator:
imageName: ghcr.io/ot-container-kit/redis-operator/redis-operator
imageTag: v0.21.0
metrics:
enabled: true
resources:
requests:
cpu: 50m
memory: 128Mi
replicas: 2
certmanager:
enabled: true