From a48f9cc4cdf005ae6846d646476e48c5e4b21563 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Wed, 17 Dec 2025 04:53:45 +0000 Subject: [PATCH] chore: Update manifests after change --- ... ExternalSecret-immich-backup-secret-external.yaml} | 6 +++--- ... => ExternalSecret-immich-backup-secret-local.yaml} | 6 +++--- ...=> ExternalSecret-immich-backup-secret-remote.yaml} | 6 +++--- ...plicationSource-immich-backup-source-external.yaml} | 10 +++++----- ... ReplicationSource-immich-backup-source-local.yaml} | 10 +++++----- ...ReplicationSource-immich-backup-source-remote.yaml} | 10 +++++----- 6 files changed, 24 insertions(+), 24 deletions(-) rename clusters/cl01tl/manifests/immich/{ExternalSecret-data-backup-secret-external.yaml => ExternalSecret-immich-backup-secret-external.yaml} (90%) rename clusters/cl01tl/manifests/immich/{ExternalSecret-data-backup-secret-local.yaml => ExternalSecret-immich-backup-secret-local.yaml} (91%) rename clusters/cl01tl/manifests/immich/{ExternalSecret-data-backup-secret-remote.yaml => ExternalSecret-immich-backup-secret-remote.yaml} (90%) rename clusters/cl01tl/manifests/immich/{ReplicationSource-data-backup-source-external.yaml => ReplicationSource-immich-backup-source-external.yaml} (77%) rename clusters/cl01tl/manifests/immich/{ReplicationSource-data-backup-source-local.yaml => ReplicationSource-immich-backup-source-local.yaml} (77%) rename clusters/cl01tl/manifests/immich/{ReplicationSource-data-backup-source-remote.yaml => ReplicationSource-immich-backup-source-remote.yaml} (77%) diff --git a/clusters/cl01tl/manifests/immich/ExternalSecret-data-backup-secret-external.yaml b/clusters/cl01tl/manifests/immich/ExternalSecret-immich-backup-secret-external.yaml similarity index 90% rename from clusters/cl01tl/manifests/immich/ExternalSecret-data-backup-secret-external.yaml rename to clusters/cl01tl/manifests/immich/ExternalSecret-immich-backup-secret-external.yaml index 7d5586a1c..e6ae21abe 100644 --- a/clusters/cl01tl/manifests/immich/ExternalSecret-data-backup-secret-external.yaml +++ b/clusters/cl01tl/manifests/immich/ExternalSecret-immich-backup-secret-external.yaml @@ -1,7 +1,7 @@ apiVersion: external-secrets.io/v1 kind: ExternalSecret metadata: - name: data-backup-secret-external + name: immich-backup-secret-external namespace: immich labels: helm.sh/chart: volsync-target-data-0.5.0 @@ -9,7 +9,7 @@ metadata: app.kubernetes.io/part-of: immich app.kubernetes.io/version: "0.5.0" app.kubernetes.io/managed-by: Helm - app.kubernetes.io/name: data-backup-secret-external + app.kubernetes.io/name: immich-backup-secret-external spec: secretStoreRef: kind: ClusterSecretStore @@ -19,7 +19,7 @@ spec: mergePolicy: Merge engineVersion: v2 data: - RESTIC_REPOSITORY: "{{ .BUCKET_ENDPOINT }}/immich/data" + RESTIC_REPOSITORY: "{{ .BUCKET_ENDPOINT }}/immich/immich" data: - secretKey: BUCKET_ENDPOINT remoteRef: diff --git a/clusters/cl01tl/manifests/immich/ExternalSecret-data-backup-secret-local.yaml b/clusters/cl01tl/manifests/immich/ExternalSecret-immich-backup-secret-local.yaml similarity index 91% rename from clusters/cl01tl/manifests/immich/ExternalSecret-data-backup-secret-local.yaml rename to clusters/cl01tl/manifests/immich/ExternalSecret-immich-backup-secret-local.yaml index 4772c2cf3..ac1f275f7 100644 --- a/clusters/cl01tl/manifests/immich/ExternalSecret-data-backup-secret-local.yaml +++ b/clusters/cl01tl/manifests/immich/ExternalSecret-immich-backup-secret-local.yaml @@ -1,7 +1,7 @@ apiVersion: external-secrets.io/v1 kind: ExternalSecret metadata: - name: data-backup-secret-local + name: immich-backup-secret-local namespace: immich labels: helm.sh/chart: volsync-target-data-0.5.0 @@ -9,7 +9,7 @@ metadata: app.kubernetes.io/part-of: immich app.kubernetes.io/version: "0.5.0" app.kubernetes.io/managed-by: Helm - app.kubernetes.io/name: data-backup-secret-local + app.kubernetes.io/name: immich-backup-secret-local spec: secretStoreRef: kind: ClusterSecretStore @@ -19,7 +19,7 @@ spec: mergePolicy: Merge engineVersion: v2 data: - RESTIC_REPOSITORY: "{{ .BUCKET_ENDPOINT }}/immich/data" + RESTIC_REPOSITORY: "{{ .BUCKET_ENDPOINT }}/immich/immich" data: - secretKey: BUCKET_ENDPOINT remoteRef: diff --git a/clusters/cl01tl/manifests/immich/ExternalSecret-data-backup-secret-remote.yaml b/clusters/cl01tl/manifests/immich/ExternalSecret-immich-backup-secret-remote.yaml similarity index 90% rename from clusters/cl01tl/manifests/immich/ExternalSecret-data-backup-secret-remote.yaml rename to clusters/cl01tl/manifests/immich/ExternalSecret-immich-backup-secret-remote.yaml index 629792fb0..dc2584529 100644 --- a/clusters/cl01tl/manifests/immich/ExternalSecret-data-backup-secret-remote.yaml +++ b/clusters/cl01tl/manifests/immich/ExternalSecret-immich-backup-secret-remote.yaml @@ -1,7 +1,7 @@ apiVersion: external-secrets.io/v1 kind: ExternalSecret metadata: - name: data-backup-secret-remote + name: immich-backup-secret-remote namespace: immich labels: helm.sh/chart: volsync-target-data-0.5.0 @@ -9,7 +9,7 @@ metadata: app.kubernetes.io/part-of: immich app.kubernetes.io/version: "0.5.0" app.kubernetes.io/managed-by: Helm - app.kubernetes.io/name: data-backup-secret-remote + app.kubernetes.io/name: immich-backup-secret-remote spec: secretStoreRef: kind: ClusterSecretStore @@ -19,7 +19,7 @@ spec: mergePolicy: Merge engineVersion: v2 data: - RESTIC_REPOSITORY: "{{ .BUCKET_ENDPOINT }}/immich/data" + RESTIC_REPOSITORY: "{{ .BUCKET_ENDPOINT }}/immich/immich" data: - secretKey: BUCKET_ENDPOINT remoteRef: diff --git a/clusters/cl01tl/manifests/immich/ReplicationSource-data-backup-source-external.yaml b/clusters/cl01tl/manifests/immich/ReplicationSource-immich-backup-source-external.yaml similarity index 77% rename from clusters/cl01tl/manifests/immich/ReplicationSource-data-backup-source-external.yaml rename to clusters/cl01tl/manifests/immich/ReplicationSource-immich-backup-source-external.yaml index e24de5e70..0e681c2a8 100644 --- a/clusters/cl01tl/manifests/immich/ReplicationSource-data-backup-source-external.yaml +++ b/clusters/cl01tl/manifests/immich/ReplicationSource-immich-backup-source-external.yaml @@ -1,7 +1,7 @@ apiVersion: volsync.backube/v1alpha1 kind: ReplicationSource metadata: - name: data-backup-source-external + name: immich-backup-source-external namespace: immich labels: helm.sh/chart: volsync-target-data-0.5.0 @@ -9,14 +9,14 @@ metadata: app.kubernetes.io/part-of: immich app.kubernetes.io/version: "0.5.0" app.kubernetes.io/managed-by: Helm - app.kubernetes.io/name: data-backup + app.kubernetes.io/name: immich-backup spec: - sourcePVC: data + sourcePVC: immich trigger: schedule: 0 4 * * * restic: pruneIntervalDays: 7 - repository: data-backup-secret-external + repository: immich-backup-secret-external retain: daily: 3 hourly: 1 @@ -26,4 +26,4 @@ spec: copyMethod: Snapshot storageClassName: ceph-block volumeSnapshotClassName: ceph-blockpool-snapshot - cacheCapacity: 1Gi + cacheCapacity: 10Gi diff --git a/clusters/cl01tl/manifests/immich/ReplicationSource-data-backup-source-local.yaml b/clusters/cl01tl/manifests/immich/ReplicationSource-immich-backup-source-local.yaml similarity index 77% rename from clusters/cl01tl/manifests/immich/ReplicationSource-data-backup-source-local.yaml rename to clusters/cl01tl/manifests/immich/ReplicationSource-immich-backup-source-local.yaml index 0a46cbc6b..7930bb38d 100644 --- a/clusters/cl01tl/manifests/immich/ReplicationSource-data-backup-source-local.yaml +++ b/clusters/cl01tl/manifests/immich/ReplicationSource-immich-backup-source-local.yaml @@ -1,7 +1,7 @@ apiVersion: volsync.backube/v1alpha1 kind: ReplicationSource metadata: - name: data-backup-source-local + name: immich-backup-source-local namespace: immich labels: helm.sh/chart: volsync-target-data-0.5.0 @@ -9,14 +9,14 @@ metadata: app.kubernetes.io/part-of: immich app.kubernetes.io/version: "0.5.0" app.kubernetes.io/managed-by: Helm - app.kubernetes.io/name: data-backup + app.kubernetes.io/name: immich-backup spec: - sourcePVC: data + sourcePVC: immich trigger: schedule: 0 2 * * * restic: pruneIntervalDays: 7 - repository: data-backup-secret-local + repository: immich-backup-secret-local retain: daily: 3 hourly: 1 @@ -26,4 +26,4 @@ spec: copyMethod: Snapshot storageClassName: ceph-block volumeSnapshotClassName: ceph-blockpool-snapshot - cacheCapacity: 1Gi + cacheCapacity: 10Gi diff --git a/clusters/cl01tl/manifests/immich/ReplicationSource-data-backup-source-remote.yaml b/clusters/cl01tl/manifests/immich/ReplicationSource-immich-backup-source-remote.yaml similarity index 77% rename from clusters/cl01tl/manifests/immich/ReplicationSource-data-backup-source-remote.yaml rename to clusters/cl01tl/manifests/immich/ReplicationSource-immich-backup-source-remote.yaml index 05788d8f1..dd2aadcee 100644 --- a/clusters/cl01tl/manifests/immich/ReplicationSource-data-backup-source-remote.yaml +++ b/clusters/cl01tl/manifests/immich/ReplicationSource-immich-backup-source-remote.yaml @@ -1,7 +1,7 @@ apiVersion: volsync.backube/v1alpha1 kind: ReplicationSource metadata: - name: data-backup-source-remote + name: immich-backup-source-remote namespace: immich labels: helm.sh/chart: volsync-target-data-0.5.0 @@ -9,14 +9,14 @@ metadata: app.kubernetes.io/part-of: immich app.kubernetes.io/version: "0.5.0" app.kubernetes.io/managed-by: Helm - app.kubernetes.io/name: data-backup + app.kubernetes.io/name: immich-backup spec: - sourcePVC: data + sourcePVC: immich trigger: schedule: 0 3 * * * restic: pruneIntervalDays: 7 - repository: data-backup-secret-remote + repository: immich-backup-secret-remote retain: daily: 3 hourly: 1 @@ -26,4 +26,4 @@ spec: copyMethod: Snapshot storageClassName: ceph-block volumeSnapshotClassName: ceph-blockpool-snapshot - cacheCapacity: 1Gi + cacheCapacity: 10Gi