Automated Manifest Update (#2618)

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

Reviewed-on: #2618
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 #2618.
This commit is contained in:
2025-12-17 04:56:45 +00:00
committed by Alex Lebens
parent 7844982ac6
commit f5b929858f
18 changed files with 564 additions and 24 deletions

View File

@@ -1,12 +1,15 @@
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: immich-data-backup-secret-external
name: immich-backup-secret-external
namespace: immich
labels:
app.kubernetes.io/name: immich-data-backup-secret-external
helm.sh/chart: volsync-target-data-0.5.0
app.kubernetes.io/instance: immich
app.kubernetes.io/part-of: immich
app.kubernetes.io/version: "0.5.0"
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: immich-backup-secret-external
spec:
secretStoreRef:
kind: ClusterSecretStore

View File

@@ -1,12 +1,15 @@
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: immich-data-backup-secret-local
name: immich-backup-secret-local
namespace: immich
labels:
app.kubernetes.io/name: immich-data-backup-secret-local
helm.sh/chart: volsync-target-data-0.5.0
app.kubernetes.io/instance: immich
app.kubernetes.io/part-of: immich
app.kubernetes.io/version: "0.5.0"
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: immich-backup-secret-local
spec:
secretStoreRef:
kind: ClusterSecretStore

View File

@@ -1,12 +1,15 @@
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: immich-data-backup-secret-remote
name: immich-backup-secret-remote
namespace: immich
labels:
app.kubernetes.io/name: immich-data-backup-secret-remote
helm.sh/chart: volsync-target-data-0.5.0
app.kubernetes.io/instance: immich
app.kubernetes.io/part-of: immich
app.kubernetes.io/version: "0.5.0"
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: immich-backup-secret-remote
spec:
secretStoreRef:
kind: ClusterSecretStore

View File

@@ -1,26 +1,29 @@
apiVersion: volsync.backube/v1alpha1
kind: ReplicationSource
metadata:
name: immich-data-backup-source-external
name: immich-backup-source-external
namespace: immich
labels:
app.kubernetes.io/name: immich-data-backup-source-external
helm.sh/chart: volsync-target-data-0.5.0
app.kubernetes.io/instance: immich
app.kubernetes.io/part-of: immich
app.kubernetes.io/version: "0.5.0"
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: immich-backup
spec:
sourcePVC: immich
trigger:
schedule: 0 4 * * *
restic:
pruneIntervalDays: 7
repository: immich-data-backup-secret-external
repository: immich-backup-secret-external
retain:
hourly: 1
daily: 3
weekly: 2
hourly: 1
monthly: 2
weekly: 2
yearly: 4
copyMethod: Snapshot
storageClassName: ceph-block
volumeSnapshotClassName: ceph-blockpool-snapshot
cacheCapacity: 50Gi
cacheCapacity: 10Gi

View File

@@ -1,26 +1,29 @@
apiVersion: volsync.backube/v1alpha1
kind: ReplicationSource
metadata:
name: immich-data-backup-source-local
name: immich-backup-source-local
namespace: immich
labels:
app.kubernetes.io/name: immich-data-backup-source-local
helm.sh/chart: volsync-target-data-0.5.0
app.kubernetes.io/instance: immich
app.kubernetes.io/part-of: immich
app.kubernetes.io/version: "0.5.0"
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: immich-backup
spec:
sourcePVC: immich
trigger:
schedule: 0 2 * * *
restic:
pruneIntervalDays: 7
repository: immich-data-backup-secret-local
repository: immich-backup-secret-local
retain:
hourly: 1
daily: 3
weekly: 2
hourly: 1
monthly: 2
weekly: 2
yearly: 4
copyMethod: Snapshot
storageClassName: ceph-block
volumeSnapshotClassName: ceph-blockpool-snapshot
cacheCapacity: 50Gi
cacheCapacity: 10Gi

View File

@@ -1,26 +1,29 @@
apiVersion: volsync.backube/v1alpha1
kind: ReplicationSource
metadata:
name: immich-data-backup-source-remote
name: immich-backup-source-remote
namespace: immich
labels:
app.kubernetes.io/name: immich-data-backup-source-remote
helm.sh/chart: volsync-target-data-0.5.0
app.kubernetes.io/instance: immich
app.kubernetes.io/part-of: immich
app.kubernetes.io/version: "0.5.0"
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: immich-backup
spec:
sourcePVC: immich
trigger:
schedule: 0 3 * * *
restic:
pruneIntervalDays: 7
repository: immich-data-backup-secret-remote
repository: immich-backup-secret-remote
retain:
hourly: 1
daily: 3
weekly: 2
hourly: 1
monthly: 2
weekly: 2
yearly: 4
copyMethod: Snapshot
storageClassName: ceph-block
volumeSnapshotClassName: ceph-blockpool-snapshot
cacheCapacity: 50Gi
cacheCapacity: 10Gi