12 Commits

Author SHA1 Message Date
21984a0099 chore(deps): update temporalio/ui docker tag to v2.49.1
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 32s
lint-test-helm / validate-kubeconform (pull_request) Successful in 29s
2026-04-22 22:05:59 +00:00
e74aa89f0a Merge pull request 'chore(deps): update ghcr.io/renovatebot/renovate docker tag to v43.139.6' (#6149) from renovate/unified-renovate into main
All checks were successful
renovate / renovate (push) Successful in 7m12s
2026-04-22 21:04:08 +00:00
03a686deac chore(deps): update ghcr.io/renovatebot/renovate docker tag to v43.139.6
Some checks are pending
renovate/stability-days Updates have not met minimum release age requirement
2026-04-22 21:03:38 +00:00
6c8b994987 feat: remove
Some checks failed
lint-test-docker / lint-docker-compose (push) Failing after 1m38s
renovate / renovate (push) Successful in 3m53s
2026-04-22 11:46:55 -05:00
71e8f91133 Merge pull request 'fix: wrong indent' (#6147) from tmp/ispon-2 into main
All checks were successful
lint-test-helm / lint-helm (push) Successful in 43s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Successful in 3m52s
Reviewed-on: #6147
2026-04-22 16:13:12 +00:00
e943fff1eb fix: wrong indent
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 46s
lint-test-helm / validate-kubeconform (pull_request) Successful in 40s
render-manifests / render-manifests (pull_request) Successful in 1m21s
2026-04-22 11:10:19 -05:00
117b15142a Merge pull request 'feat: Add ispon' (#6144) from tmp/ispon into main
All checks were successful
lint-test-helm / lint-helm (push) Successful in 1m0s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Successful in 3m47s
Reviewed-on: #6144
2026-04-22 15:46:20 +00:00
dbd2b1c0f9 feat: Add ispon
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 50s
lint-test-helm / validate-kubeconform (pull_request) Successful in 54s
render-manifests / render-manifests (pull_request) Successful in 1m32s
2026-04-22 10:43:19 -05:00
7ee6ce8477 Merge pull request 'chore(deps): update searxng/searxng:latest docker digest to 37c616a' (#6142) from renovate/unified-searxng into main
All checks were successful
lint-test-helm / lint-helm (push) Successful in 31s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Successful in 5m42s
render-manifests / render-manifests (push) Successful in 10m57s
2026-04-22 09:06:17 +00:00
9a789a25e1 chore(deps): update searxng/searxng:latest docker digest to 37c616a
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 32s
lint-test-helm / validate-kubeconform (pull_request) Has been skipped
render-manifests / render-manifests (pull_request) Successful in 1m16s
2026-04-22 09:05:49 +00:00
29d1a75a35 Merge pull request 'chore(deps): update ghcr.io/linuxserver/lidarr:3.1.2-nightly docker digest to d17f32d' (#6140) from renovate/unified-lidarr into main
All checks were successful
lint-test-helm / lint-helm (push) Successful in 44s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Successful in 6m6s
2026-04-22 05:04:28 +00:00
653008769d chore(deps): update ghcr.io/linuxserver/lidarr:3.1.2-nightly docker digest to d17f32d
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 47s
lint-test-helm / validate-kubeconform (pull_request) Has been skipped
render-manifests / render-manifests (pull_request) Successful in 1m47s
2026-04-22 05:04:05 +00:00
10 changed files with 96 additions and 29 deletions

View File

@@ -13,7 +13,7 @@ on:
jobs: jobs:
renovate: renovate:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:43.138.2@sha256:79765b2442117d5c87e17456aa79ae54b4e0e2a4d9212a10508e233706375556 container: ghcr.io/renovatebot/renovate:43.139.6@sha256:2ed9f867ea7a7d2448847ce704f78af09e9b881c63f843a1aa0f590691737c42
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

View File

@@ -0,0 +1,22 @@
apiVersion: v2
name: isponsorblocktv
version: 1.0.0
description: iSponsorBlockTV
keywords:
- isponsorblocktv
- purpose
home: https://docs.alexlebens.dev/applications/isponsorblocktv/
sources:
- https://github.com/dmunozv04/iSponsorBlockTV
- https://github.com/dmunozv04/iSponsorBlockTV/pkgs/container/isponsorblocktv
- https://github.com/bjw-s-labs/helm-charts/tree/main/charts/other/app-template
maintainers:
- name: alexlebens
dependencies:
- name: app-template
alias: isponsorblocktv
repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.6.2
icon: https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/youtube.png
# renovate: datasource=github-releases depName=dmunozv04/iSponsorBlockTV
appVersion: v2.7.0

View File

@@ -0,0 +1,14 @@
{{/*
Common labels
*/}}
{{- define "custom.labels" -}}
{{ include "custom.selectorLabels" $ }}
{{- end }}
{{/*
Selector labels
*/}}
{{- define "custom.selectorLabels" -}}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
{{- end }}

View File

@@ -0,0 +1,18 @@
apiVersion: secrets-store.csi.x-k8s.io/v1
kind: SecretProviderClass
metadata:
name: isponsorblocktv-config
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: isponsorblocktv-config
{{- include "custom.labels" . | nindent 4 }}
spec:
provider: openbao
parameters:
baoAddress: "http://openbao-internal.openbao:8200"
roleName: isponsorblocktv
objects: |
- objectName: config.json
fileName: config.json
secretPath: secret/data/cl01tl/isponsorblocktv/config
secretKey: config.json

View File

@@ -0,0 +1,37 @@
isponsorblocktv:
controllers:
main:
type: deployment
replicas: 1
strategy: Recreate
serviceAccount:
name: isponsorblocktv
containers:
main:
image:
repository: ghcr.io/dmunozv04/isponsorblocktv
tag: v2.7.0@sha256:ff292ed53c9208ebfa7da3be7084bd863339d545a799bfefed5092396f5e8b4b
resources:
requests:
cpu: 1m
memory: 20Mi
serviceAccount:
isponsorblocktv:
enabled: true
staticToken: true
persistence:
config:
type: custom
volumeSpec:
csi:
driver: secrets-store.csi.k8s.io
readOnly: true
volumeAttributes:
secretProviderClass: isponsorblocktv-config
advancedMounts:
main:
main:
- path: /app/data/config.json
readOnly: true
mountPropagation: None
subPath: config.json

View File

@@ -14,7 +14,7 @@ lidarr:
main: main:
image: image:
repository: ghcr.io/linuxserver/lidarr repository: ghcr.io/linuxserver/lidarr
tag: 3.1.2-nightly@sha256:9ec74111343f3648f2ab9a80931e05f1695622ff5a2587f1f2006e0415322a65 tag: 3.1.2-nightly@sha256:d17f32da4e4959255a5725cbd7168df5243386e64ad6ccd558ed30d1b7ddddec
env: env:
- name: TZ - name: TZ
value: America/Chicago value: America/Chicago

View File

@@ -232,7 +232,7 @@ temporal:
web: web:
image: image:
repository: temporalio/ui repository: temporalio/ui
tag: 2.48.4@sha256:b01df917af27067914b716a347eff78d232dfd47cc2c8527c621ce85e5bc15e3 tag: 2.49.1@sha256:a066bdf5c4de689cabaf80cc357871f1db5e6d750a6bcfc42e877b913e31ef24
resources: resources:
requests: requests:
cpu: 10m cpu: 10m

View File

@@ -8,7 +8,7 @@ searxng:
main: main:
image: image:
repository: searxng/searxng repository: searxng/searxng
tag: latest@sha256:0bbe85fb9bebe413a26c0e385c76309d15c91fdb9dc8a6bf01b35b714d0ece43 tag: latest@sha256:37c616a774b90fb5df9239eb143f1b11866ddf7b830cd1ebcca6ba11b38cc2bf
env: env:
- name: SEARXNG_BASE_URL - name: SEARXNG_BASE_URL
value: http://searxng-api.searxng:8080 value: http://searxng-api.searxng:8080
@@ -36,7 +36,7 @@ searxng:
main: main:
image: image:
repository: searxng/searxng repository: searxng/searxng
tag: latest@sha256:0bbe85fb9bebe413a26c0e385c76309d15c91fdb9dc8a6bf01b35b714d0ece43 tag: latest@sha256:37c616a774b90fb5df9239eb143f1b11866ddf7b830cd1ebcca6ba11b38cc2bf
env: env:
- name: SEARXNG_BASE_URL - name: SEARXNG_BASE_URL
value: https://searxng.alexlebens.net/ value: https://searxng.alexlebens.net/

View File

@@ -1,9 +0,0 @@
---
services:
castsponsorskip:
image: ghcr.io/gabe565/castsponsorskip:0.8.3@sha256:f556d274aab94c3140058e9f192396bc75e04d8e075769223c1edfc8c4f4daa4
container_name: castsponsorskip
environment:
- TZ=America/Chicago
restart: always
network_mode: host

View File

@@ -1,15 +0,0 @@
---
services:
isponsorblocktv:
image: ghcr.io/dmunozv04/isponsorblocktv:v2.7.0@sha256:ff292ed53c9208ebfa7da3be7084bd863339d545a799bfefed5092396f5e8b4b
container_name: isponsorblocktv
environment:
- TZ=America/Chicago
restart: always
network_mode: host
volumes:
- data:/app/data
- ${PWD}/config.json:/app/data/config.json
volumes:
data: