Automated Manifest Update (#5000)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

### Details
- **Trigger**: `pull_request` by `@alexlebens`
- **Commit**: `6f840f9` (on `6f840f9380c08117f40145b1106748f7390cc268`)
- **Charts Updated**: `backrest,bazarr,blocky`

Reviewed-on: #5000
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #5000.
This commit is contained in:
2026-03-23 04:04:36 +00:00
committed by Alex Lebens
parent 7cb760b3c3
commit 5a88987b76
6 changed files with 29 additions and 9 deletions

View File

@@ -46,7 +46,6 @@ spec:
- name: TMPDIR
value: /tmp
image: ghcr.io/garethgeorge/backrest:v1.12.1@sha256:f4d34bd6fa985d13bdb6c01c5d8727e07708899afa9567d800808357d77b9fb0
imagePullPolicy: IfNotPresent
name: main
resources:
requests:

View File

@@ -0,0 +1,25 @@
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: backrest
labels:
app.kubernetes.io/instance: backrest
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: backrest
helm.sh/chart: backrest-4.6.2
namespace: backrest
spec:
jobLabel: backrest
namespaceSelector:
matchNames:
- backrest
selector:
matchLabels:
app.kubernetes.io/instance: backrest
app.kubernetes.io/name: backrest
endpoints:
- interval: 300s
path: /metrics
port: http
scheme: http
scrapeTimeout: 15s

View File

@@ -41,13 +41,12 @@ spec:
containers:
- env:
- name: TZ
value: US/Central
value: America/Chicago
- name: PUID
value: "1000"
- name: PGID
value: "1000"
image: ghcr.io/linuxserver/bazarr:1.5.6@sha256:05f9d5b24884f37120453dc1a008a47be244eebec32099ae1bd29032e75b67aa
imagePullPolicy: IfNotPresent
name: main
resources:
requests:

View File

@@ -23,7 +23,7 @@ spec:
name: bazarr
namespace: bazarr
port: 80
weight: 100
weight: 1
matches:
- path:
type: PathPrefix

View File

@@ -7,8 +7,6 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: bazarr
helm.sh/chart: bazarr-4.6.2
annotations:
helm.sh/resource-policy: keep
namespace: bazarr
spec:
accessModes:

View File

@@ -38,14 +38,13 @@ spec:
containers:
- env:
- name: TZ
value: US/Central
value: America/Chicago
image: ghcr.io/0xerr0r/blocky:v0.29.0@sha256:a6d99f323d3036a99a3767a52ad612f4d8f3f31167492bfc14d4ea57b24cdfd0
imagePullPolicy: IfNotPresent
name: main
resources:
requests:
cpu: 10m
memory: 128Mi
memory: 90Mi
volumeMounts:
- mountPath: /app/config.yml
mountPropagation: None