Skip to content

Commit

Permalink
fix: disable readOnlyRootFilesystem for postgres (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
bo0tzz authored Oct 4, 2024
1 parent d9c3ad8 commit 9a09f97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/immich/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
apiVersion: v2
description: A chart to power Immich (immich.app) running on kubernetes
name: immich
version: 0.8.0
appVersion: v1.106.1
version: 0.8.1
appVersion: v1.117.0
home: https://immich.app/
icon: https://raw.githubusercontent.com/immich-app/immich/main/design/immich-logo.svg
sources:
Expand Down
4 changes: 3 additions & 1 deletion charts/immich/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
IMMICH_MACHINE_LEARNING_URL: '{{ printf "http://%s-machine-learning:3003" .Release.Name }}'

image:
tag: v1.106.1
tag: v1.117.0

immich:
metrics:
Expand Down Expand Up @@ -51,6 +51,8 @@ postgresql:
database: immich
password: immich
primary:
containerSecurityContext:
readOnlyRootFilesystem: false
initdb:
scripts:
create-extensions.sql: |
Expand Down

0 comments on commit 9a09f97

Please sign in to comment.