Automated Manifest Update (#4446)

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

Reviewed-on: #4446
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 #4446.
This commit is contained in:
2026-03-05 20:50:06 +00:00
committed by Alex Lebens
parent 7ba89ce780
commit 126ff27c96
14 changed files with 202 additions and 53 deletions

View File

@@ -679,7 +679,6 @@ data:
headerStyle: clean headerStyle: clean
hideVersion: true hideVersion: true
cardBlur: xs cardBlur: xs
color: slate
background: background:
image: https://web-assets-3bfcb5585cbd63dc365d32a3.nyc3.cdn.digitaloceanspaces.com/alexlebens-net/background.jpg image: https://web-assets-3bfcb5585cbd63dc365d32a3.nyc3.cdn.digitaloceanspaces.com/alexlebens-net/background.jpg
theme: dark theme: dark

View File

@@ -24,7 +24,7 @@ spec:
template: template:
metadata: metadata:
annotations: annotations:
checksum/configMaps: e87e78a68bae45e4526092e6a5ca8f2c092ce0ac41e3b9eed228de1eed5384ab checksum/configMaps: e94b227f6f56b8119b44c12843b568c30928b4a3ad05e9826cdbca2ff083c0eb
checksum/secrets: d3ba83f111cd32f92c909268c55ad8bbd4f9e299b74b35b33c1a011180d8b378 checksum/secrets: d3ba83f111cd32f92c909268c55ad8bbd4f9e299b74b35b33c1a011180d8b378
labels: labels:
app.kubernetes.io/controller: main app.kubernetes.io/controller: main

View File

@@ -42,7 +42,7 @@ spec:
value: "-1" value: "-1"
- name: LIBATION_BOOKS_DIR - name: LIBATION_BOOKS_DIR
value: /data value: /data
image: rmcrackan/libation:13.1.10 image: rmcrackan/libation:13.2.1
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
name: main name: main
resources: resources:

View File

@@ -55,7 +55,7 @@ spec:
value: tdarr-api value: tdarr-api
- name: serverPort - name: serverPort
value: "8266" value: "8266"
image: ghcr.io/haveagitgat/tdarr_node:2.60.01 image: ghcr.io/haveagitgat/tdarr_node:2.61.01
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
name: main name: main
resources: resources:

View File

@@ -57,7 +57,7 @@ spec:
value: "8266" value: "8266"
- name: webUIPort - name: webUIPort
value: "8265" value: "8265"
image: ghcr.io/haveagitgat/tdarr:2.60.01 image: ghcr.io/haveagitgat/tdarr:2.61.01
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
name: main name: main
resources: resources:

View File

@@ -3,10 +3,10 @@ kind: ClusterRole
metadata: metadata:
name: volsync-manager name: volsync-manager
labels: labels:
helm.sh/chart: volsync-0.14.0 helm.sh/chart: volsync-0.15.0
app.kubernetes.io/name: volsync app.kubernetes.io/name: volsync
app.kubernetes.io/instance: volsync app.kubernetes.io/instance: volsync
app.kubernetes.io/version: "0.14.0" app.kubernetes.io/version: "0.15.0"
app.kubernetes.io/managed-by: Helm app.kubernetes.io/managed-by: Helm
rules: rules:
- apiGroups: - apiGroups:

View File

@@ -3,10 +3,10 @@ kind: ClusterRoleBinding
metadata: metadata:
name: volsync-manager name: volsync-manager
labels: labels:
helm.sh/chart: volsync-0.14.0 helm.sh/chart: volsync-0.15.0
app.kubernetes.io/name: volsync app.kubernetes.io/name: volsync
app.kubernetes.io/instance: volsync app.kubernetes.io/instance: volsync
app.kubernetes.io/version: "0.14.0" app.kubernetes.io/version: "0.15.0"
app.kubernetes.io/managed-by: Helm app.kubernetes.io/managed-by: Helm
roleRef: roleRef:
apiGroup: rbac.authorization.k8s.io apiGroup: rbac.authorization.k8s.io

View File

@@ -1334,6 +1334,31 @@ spec:
volumeSource: volumeSource:
description: volumeSource represents the secret or PersistentVolumeClaim that should be mounted to the mover pod. description: volumeSource represents the secret or PersistentVolumeClaim that should be mounted to the mover pod.
properties: properties:
nfs:
description: |-
nfs represents an NFS mount on the host that shares a pod's lifetime
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
properties:
path:
description: |-
path that is exported by the NFS server.
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
type: string
readOnly:
description: |-
readOnly here will force the NFS export to be mounted with read-only permissions.
Defaults to false.
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
type: boolean
server:
description: |-
server is the hostname or IP address of the NFS server.
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
type: string
required:
- path
- server
type: object
persistentVolumeClaim: persistentVolumeClaim:
description: |- description: |-
persistentVolumeClaimVolumeSource represents a reference to a persistentVolumeClaimVolumeSource represents a reference to a
@@ -2731,6 +2756,31 @@ spec:
volumeSource: volumeSource:
description: volumeSource represents the secret or PersistentVolumeClaim that should be mounted to the mover pod. description: volumeSource represents the secret or PersistentVolumeClaim that should be mounted to the mover pod.
properties: properties:
nfs:
description: |-
nfs represents an NFS mount on the host that shares a pod's lifetime
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
properties:
path:
description: |-
path that is exported by the NFS server.
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
type: string
readOnly:
description: |-
readOnly here will force the NFS export to be mounted with read-only permissions.
Defaults to false.
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
type: boolean
server:
description: |-
server is the hostname or IP address of the NFS server.
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
type: string
required:
- path
- server
type: object
persistentVolumeClaim: persistentVolumeClaim:
description: |- description: |-
persistentVolumeClaimVolumeSource represents a reference to a persistentVolumeClaimVolumeSource represents a reference to a
@@ -4259,6 +4309,31 @@ spec:
volumeSource: volumeSource:
description: volumeSource represents the secret or PersistentVolumeClaim that should be mounted to the mover pod. description: volumeSource represents the secret or PersistentVolumeClaim that should be mounted to the mover pod.
properties: properties:
nfs:
description: |-
nfs represents an NFS mount on the host that shares a pod's lifetime
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
properties:
path:
description: |-
path that is exported by the NFS server.
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
type: string
readOnly:
description: |-
readOnly here will force the NFS export to be mounted with read-only permissions.
Defaults to false.
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
type: boolean
server:
description: |-
server is the hostname or IP address of the NFS server.
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
type: string
required:
- path
- server
type: object
persistentVolumeClaim: persistentVolumeClaim:
description: |- description: |-
persistentVolumeClaimVolumeSource represents a reference to a persistentVolumeClaimVolumeSource represents a reference to a

View File

@@ -1318,6 +1318,31 @@ spec:
volumeSource: volumeSource:
description: volumeSource represents the secret or PersistentVolumeClaim that should be mounted to the mover pod. description: volumeSource represents the secret or PersistentVolumeClaim that should be mounted to the mover pod.
properties: properties:
nfs:
description: |-
nfs represents an NFS mount on the host that shares a pod's lifetime
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
properties:
path:
description: |-
path that is exported by the NFS server.
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
type: string
readOnly:
description: |-
readOnly here will force the NFS export to be mounted with read-only permissions.
Defaults to false.
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
type: boolean
server:
description: |-
server is the hostname or IP address of the NFS server.
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
type: string
required:
- path
- server
type: object
persistentVolumeClaim: persistentVolumeClaim:
description: |- description: |-
persistentVolumeClaimVolumeSource represents a reference to a persistentVolumeClaimVolumeSource represents a reference to a
@@ -2682,6 +2707,31 @@ spec:
volumeSource: volumeSource:
description: volumeSource represents the secret or PersistentVolumeClaim that should be mounted to the mover pod. description: volumeSource represents the secret or PersistentVolumeClaim that should be mounted to the mover pod.
properties: properties:
nfs:
description: |-
nfs represents an NFS mount on the host that shares a pod's lifetime
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
properties:
path:
description: |-
path that is exported by the NFS server.
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
type: string
readOnly:
description: |-
readOnly here will force the NFS export to be mounted with read-only permissions.
Defaults to false.
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
type: boolean
server:
description: |-
server is the hostname or IP address of the NFS server.
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
type: string
required:
- path
- server
type: object
persistentVolumeClaim: persistentVolumeClaim:
description: |- description: |-
persistentVolumeClaimVolumeSource represents a reference to a persistentVolumeClaimVolumeSource represents a reference to a
@@ -4199,6 +4249,31 @@ spec:
volumeSource: volumeSource:
description: volumeSource represents the secret or PersistentVolumeClaim that should be mounted to the mover pod. description: volumeSource represents the secret or PersistentVolumeClaim that should be mounted to the mover pod.
properties: properties:
nfs:
description: |-
nfs represents an NFS mount on the host that shares a pod's lifetime
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
properties:
path:
description: |-
path that is exported by the NFS server.
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
type: string
readOnly:
description: |-
readOnly here will force the NFS export to be mounted with read-only permissions.
Defaults to false.
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
type: boolean
server:
description: |-
server is the hostname or IP address of the NFS server.
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
type: string
required:
- path
- server
type: object
persistentVolumeClaim: persistentVolumeClaim:
description: |- description: |-
persistentVolumeClaimVolumeSource represents a reference to a persistentVolumeClaimVolumeSource represents a reference to a
@@ -5521,6 +5596,31 @@ spec:
volumeSource: volumeSource:
description: volumeSource represents the secret or PersistentVolumeClaim that should be mounted to the mover pod. description: volumeSource represents the secret or PersistentVolumeClaim that should be mounted to the mover pod.
properties: properties:
nfs:
description: |-
nfs represents an NFS mount on the host that shares a pod's lifetime
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
properties:
path:
description: |-
path that is exported by the NFS server.
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
type: string
readOnly:
description: |-
readOnly here will force the NFS export to be mounted with read-only permissions.
Defaults to false.
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
type: boolean
server:
description: |-
server is the hostname or IP address of the NFS server.
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
type: string
required:
- path
- server
type: object
persistentVolumeClaim: persistentVolumeClaim:
description: |- description: |-
persistentVolumeClaimVolumeSource represents a reference to a persistentVolumeClaimVolumeSource represents a reference to a

View File

@@ -4,10 +4,10 @@ metadata:
name: volsync name: volsync
labels: labels:
control-plane: volsync-controller control-plane: volsync-controller
helm.sh/chart: volsync-0.14.0 helm.sh/chart: volsync-0.15.0
app.kubernetes.io/name: volsync app.kubernetes.io/name: volsync
app.kubernetes.io/instance: volsync app.kubernetes.io/instance: volsync
app.kubernetes.io/version: "0.14.0" app.kubernetes.io/version: "0.15.0"
app.kubernetes.io/managed-by: Helm app.kubernetes.io/managed-by: Helm
spec: spec:
replicas: 2 replicas: 2
@@ -33,46 +33,21 @@ spec:
seccompProfile: seccompProfile:
type: RuntimeDefault type: RuntimeDefault
containers: containers:
- name: kube-rbac-proxy
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- "ALL"
readOnlyRootFilesystem: true
image: "quay.io/brancz/kube-rbac-proxy:v0.19.0"
args:
- --secure-listen-address=0.0.0.0:8443
- --upstream=http://127.0.0.1:8080/
- --logtostderr=true
- "--tls-min-version=VersionTLS12"
- --v=0
- --ignore-paths=/metrics
ports:
- containerPort: 8443
protocol: TCP
name: https
resources:
limits:
cpu: 500m
memory: 128Mi
requests:
cpu: 5m
memory: 64Mi
- name: manager - name: manager
args: args:
- --health-probe-bind-address=:8081 - --health-probe-bind-address=:8081
- --metrics-bind-address=127.0.0.1:8080 - --metrics-bind-address=:8443
- --leader-elect - --leader-elect
- --rclone-container-image=quay.io/backube/volsync:0.14.0 - --rclone-container-image=quay.io/backube/volsync:0.15.0
- --restic-container-image=quay.io/backube/volsync:0.14.0 - --restic-container-image=quay.io/backube/volsync:0.15.0
- --rsync-container-image=quay.io/backube/volsync:0.14.0 - --rsync-container-image=quay.io/backube/volsync:0.15.0
- --rsync-tls-container-image=quay.io/backube/volsync:0.14.0 - --rsync-tls-container-image=quay.io/backube/volsync:0.15.0
- --syncthing-container-image=quay.io/backube/volsync:0.14.0 - --syncthing-container-image=quay.io/backube/volsync:0.15.0
- --scc-name=volsync-privileged-mover - --scc-name=volsync-privileged-mover
- --metrics-require-rbac=false
command: command:
- /manager - /manager
image: "quay.io/backube/volsync:0.14.0" image: "quay.io/backube/volsync:0.15.0"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
- name: VOLSYNC_NAMESPACE - name: VOLSYNC_NAMESPACE

View File

@@ -3,10 +3,10 @@ kind: Role
metadata: metadata:
name: volsync-leader-election name: volsync-leader-election
labels: labels:
helm.sh/chart: volsync-0.14.0 helm.sh/chart: volsync-0.15.0
app.kubernetes.io/name: volsync app.kubernetes.io/name: volsync
app.kubernetes.io/instance: volsync app.kubernetes.io/instance: volsync
app.kubernetes.io/version: "0.14.0" app.kubernetes.io/version: "0.15.0"
app.kubernetes.io/managed-by: Helm app.kubernetes.io/managed-by: Helm
rules: rules:
- apiGroups: - apiGroups:

View File

@@ -3,10 +3,10 @@ kind: RoleBinding
metadata: metadata:
name: volsync-leader-election name: volsync-leader-election
labels: labels:
helm.sh/chart: volsync-0.14.0 helm.sh/chart: volsync-0.15.0
app.kubernetes.io/name: volsync app.kubernetes.io/name: volsync
app.kubernetes.io/instance: volsync app.kubernetes.io/instance: volsync
app.kubernetes.io/version: "0.14.0" app.kubernetes.io/version: "0.15.0"
app.kubernetes.io/managed-by: Helm app.kubernetes.io/managed-by: Helm
roleRef: roleRef:
apiGroup: rbac.authorization.k8s.io apiGroup: rbac.authorization.k8s.io

View File

@@ -4,15 +4,15 @@ metadata:
name: volsync-metrics name: volsync-metrics
labels: labels:
control-plane: volsync-controller control-plane: volsync-controller
helm.sh/chart: volsync-0.14.0 helm.sh/chart: volsync-0.15.0
app.kubernetes.io/name: volsync app.kubernetes.io/name: volsync
app.kubernetes.io/instance: volsync app.kubernetes.io/instance: volsync
app.kubernetes.io/version: "0.14.0" app.kubernetes.io/version: "0.15.0"
app.kubernetes.io/managed-by: Helm app.kubernetes.io/managed-by: Helm
spec: spec:
ports: ports:
- name: https - name: https
port: 8443 port: 8443
targetPort: https targetPort: 8443
selector: selector:
control-plane: volsync-controller control-plane: volsync-controller

View File

@@ -3,8 +3,8 @@ kind: ServiceAccount
metadata: metadata:
name: volsync name: volsync
labels: labels:
helm.sh/chart: volsync-0.14.0 helm.sh/chart: volsync-0.15.0
app.kubernetes.io/name: volsync app.kubernetes.io/name: volsync
app.kubernetes.io/instance: volsync app.kubernetes.io/instance: volsync
app.kubernetes.io/version: "0.14.0" app.kubernetes.io/version: "0.15.0"
app.kubernetes.io/managed-by: Helm app.kubernetes.io/managed-by: Helm