Compare commits
12 Commits
tmp/secret
...
renovate/u
| Author | SHA1 | Date | |
|---|---|---|---|
|
0fbf4c9418
|
|||
| e74aa89f0a | |||
|
03a686deac
|
|||
| 6c8b994987 | |||
| 71e8f91133 | |||
| e943fff1eb | |||
| 117b15142a | |||
| dbd2b1c0f9 | |||
| 7ee6ce8477 | |||
|
9a789a25e1
|
|||
| 29d1a75a35 | |||
|
653008769d
|
@@ -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
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ gitea:
|
|||||||
maxUnavailable: 1
|
maxUnavailable: 1
|
||||||
image:
|
image:
|
||||||
repository: gitea/gitea
|
repository: gitea/gitea
|
||||||
tag: 1.25.5
|
tag: 1.26.0
|
||||||
service:
|
service:
|
||||||
http:
|
http:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
|||||||
22
clusters/cl01tl/helm/isponsorblocktv/Chart.yaml
Normal file
22
clusters/cl01tl/helm/isponsorblocktv/Chart.yaml
Normal 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
|
||||||
14
clusters/cl01tl/helm/isponsorblocktv/templates/_helpers.tpl
Normal file
14
clusters/cl01tl/helm/isponsorblocktv/templates/_helpers.tpl
Normal 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 }}
|
||||||
@@ -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
|
||||||
37
clusters/cl01tl/helm/isponsorblocktv/values.yaml
Normal file
37
clusters/cl01tl/helm/isponsorblocktv/values.yaml
Normal 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
|
||||||
@@ -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
|
||||||
|
|||||||
@@ -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/
|
||||||
|
|||||||
@@ -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
|
|
||||||
@@ -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:
|
|
||||||
Reference in New Issue
Block a user