Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: disable readOnlyRootFilesystem for postgres #128

Merged
merged 2 commits into from
Oct 4, 2024
Merged

Conversation

bo0tzz
Copy link
Member

@bo0tzz bo0tzz commented Oct 4, 2024

Fixes #125, #126

Copy link

github-actions bot commented Oct 4, 2024

Changes in Final Manifest

  • manifest.yaml

manifest.yaml

--- a/main/charts/immich/build/manifest.yaml
+++ b/charts/immich/build/manifest.yaml
@@ -9,8 +9,8 @@ metadata:
     app.kubernetes.io/instance: immich
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/name: machine-learning
-    app.kubernetes.io/version: v1.106.1
-    helm.sh/chart: immich-0.8.0
+    app.kubernetes.io/version: v1.117.0
+    helm.sh/chart: immich-0.8.1
   annotations:
 spec:
   type: ClusterIP
@@ -33,8 +33,8 @@ metadata:
     app.kubernetes.io/instance: immich
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/name: server
-    app.kubernetes.io/version: v1.106.1
-    helm.sh/chart: immich-0.8.0
+    app.kubernetes.io/version: v1.117.0
+    helm.sh/chart: immich-0.8.1
   annotations:
 spec:
   type: ClusterIP
@@ -56,8 +56,8 @@ metadata:
     app.kubernetes.io/instance: immich
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/name: machine-learning
-    app.kubernetes.io/version: v1.106.1
-    helm.sh/chart: immich-0.8.0
+    app.kubernetes.io/version: v1.117.0
+    helm.sh/chart: immich-0.8.1
 spec:
   revisionHistoryLimit: 3
   replicas: 1
@@ -80,7 +80,7 @@ spec:
       enableServiceLinks: true
       containers:
         - name: immich-machine-learning
-          image: ghcr.io/immich-app/immich-machine-learning:v1.106.1
+          image: ghcr.io/immich-app/immich-machine-learning:v1.117.0
           imagePullPolicy: IfNotPresent
           env:
             - name: DB_DATABASE_NAME
@@ -134,8 +134,8 @@ metadata:
     app.kubernetes.io/instance: immich
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/name: server
-    app.kubernetes.io/version: v1.106.1
-    helm.sh/chart: immich-0.8.0
+    app.kubernetes.io/version: v1.117.0
+    helm.sh/chart: immich-0.8.1
 spec:
   revisionHistoryLimit: 3
   replicas: 1
@@ -158,7 +158,7 @@ spec:
       enableServiceLinks: true
       containers:
         - name: immich-server
-          image: ghcr.io/immich-app/immich-server:v1.106.1
+          image: ghcr.io/immich-app/immich-server:v1.117.0
           imagePullPolicy: IfNotPresent
           env:
             - name: DB_DATABASE_NAME

See the workflow run

@bo0tzz bo0tzz merged commit 9a09f97 into main Oct 4, 2024
1 check passed
@bo0tzz bo0tzz deleted the fix/postgres-rootfs branch October 4, 2024 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

postgresql does not start after v0.8.0 upgrade
2 participants