8 Commits

Author SHA1 Message Date
27db72d314 Update dock.mau.dev/mautrix/whatsapp Docker tag to v0.2601.0
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 17s
2026-01-16 21:15:54 +00:00
02d2e58f84 add cookie
All checks were successful
lint-test-helm / lint-helm (push) Successful in 16s
render-manifests-push / render-manifests-push (push) Successful in 1m0s
renovate / renovate (push) Successful in 2m8s
2026-01-16 15:14:05 -06:00
b5b607c7a1 update image
All checks were successful
lint-test-helm / lint-helm (push) Successful in 16s
render-manifests-push / render-manifests-push (push) Successful in 43s
renovate / renovate (push) Successful in 3m32s
2026-01-16 14:56:00 -06:00
a378b1d35a update image
All checks were successful
lint-test-helm / lint-helm (push) Successful in 22s
render-manifests-push / render-manifests-push (push) Successful in 37s
renovate / renovate (push) Successful in 2m13s
2026-01-16 14:38:03 -06:00
0ad4ce6dc2 update image
All checks were successful
render-manifests-push / render-manifests-push (push) Successful in 34s
lint-test-helm / lint-helm (push) Successful in 57s
renovate / renovate (push) Successful in 2m22s
2026-01-16 14:01:32 -06:00
21089e8bdc update image
All checks were successful
lint-test-helm / lint-helm (push) Successful in 19s
render-manifests-push / render-manifests-push (push) Successful in 40s
renovate / renovate (push) Successful in 2m33s
2026-01-16 13:23:54 -06:00
236f10eb22 Update searxng/searxng:latest Docker digest to 445319b (#3276)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 23s
renovate / renovate (push) Successful in 1m55s
2026-01-16 19:11:57 +00:00
3ea56d90ba Update ubuntu Docker tag to resolute-20260106.1 (#3274)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 23s
renovate / renovate (push) Successful in 3m17s
2026-01-16 19:08:27 +00:00
6 changed files with 40 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ garage:
debug:
image:
repository: ubuntu
tag: resolute-20251208
tag: resolute-20260106.1
pullPolicy: IfNotPresent
command:
- "sleep"

View File

@@ -35,7 +35,7 @@ libation:
main:
image:
repository: ubuntu
tag: resolute-20251208
tag: resolute-20260106.1
pullPolicy: IfNotPresent
command:
- "sleep"

View File

@@ -345,7 +345,7 @@ mautrix-whatsapp:
main:
image:
repository: dock.mau.dev/mautrix/whatsapp
tag: v0.2512.0
tag: v0.2601.0
pullPolicy: IfNotPresent
resources:
requests:

View File

@@ -9,7 +9,7 @@ searxng:
main:
image:
repository: searxng/searxng
tag: latest@sha256:bc805054d5801d18b9750852e075e599e543eddc2d7962918f0722244d40ea09
tag: latest@sha256:445319b907a0e01d0ff5bf8192be396b1c439a47e12675d626ce29af1b439d93
pullPolicy: IfNotPresent
env:
- name: SEARXNG_BASE_URL
@@ -39,7 +39,7 @@ searxng:
main:
image:
repository: searxng/searxng
tag: latest@sha256:bc805054d5801d18b9750852e075e599e543eddc2d7962918f0722244d40ea09
tag: latest@sha256:445319b907a0e01d0ff5bf8192be396b1c439a47e12675d626ce29af1b439d93
pullPolicy: IfNotPresent
env:
- name: SEARXNG_BASE_URL

View File

@@ -34,6 +34,29 @@ spec:
metadataPolicy: None
property: password
---
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: yubal-playlist-cookie
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: yubal-playlist-cookie
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
secretStoreRef:
kind: ClusterSecretStore
name: vault
data:
- secretKey: cookies.txt
remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /youtube/cookie
metadataPolicy: None
property: cookies
---
apiVersion: external-secrets.io/v1
kind: ExternalSecret

View File

@@ -9,7 +9,7 @@ yubal-playlist:
main:
image:
repository: harbor.alexlebens.net/images/yubal-playlist
tag: 0.1.2
tag: 0.1.6
pullPolicy: IfNotPresent
env:
- name: YUBAL_TZ
@@ -139,6 +139,17 @@ yubal-playlist:
type: PathPrefix
value: /
persistence:
cookie:
enabled: true
type: secret
name: yubal-playlist-cookie
advancedMounts:
main:
init-copy-config:
- path: /app/ytdlp/cookies.txt
readOnly: true
mountPropagation: None
subPath: cookies.txt
cache:
type: emptyDir
advancedMounts: