Skip to content

Commit 83d73ff

Browse files
committed
fix: updated immich database and app version
1 parent 0145295 commit 83d73ff

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

kubernetes/apps/databases/cnpg/cluster/cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
instances: 3
1010
imageName: ghcr.io/cloudnative-pg/postgresql:17
1111
primaryUpdateStrategy: unsupervised
12-
startDelay: 300
12+
startDelay: 60
1313
storage:
1414
size: 30Gi
1515
storageClass: longhorn

kubernetes/apps/databases/cnpg/cluster/immich-cluster.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ spec:
2424
initdb:
2525
database: immich
2626
owner: immich
27+
secret:
28+
name: immich-postgres
2729
postInitSQL:
2830
- CREATE EXTENSION vchord CASCADE;
2931
- CREATE EXTENSION earthdistance CASCADE;

kubernetes/apps/databases/cnpg/cluster/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
apiVersion: kustomize.config.k8s.io/v1beta1
44
kind: Kustomization
55
resources:
6-
- ./cluster.yaml
6+
# - ./cluster.yaml
77
- ./immich-cluster.yaml
88
- ./backup.yaml
99
- ./service.yaml

kubernetes/apps/immich/immich/app/helmrelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ spec:
5454
containers:
5555
main:
5656
image:
57-
tag: v2.3.1
57+
tag: v2.4.1
5858
env:
5959
LOG_LEVEL: verbose
6060
TZ: ${TIMEZONE}

0 commit comments

Comments
 (0)