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

chore: update server port binding #132

Merged
merged 2 commits into from
Oct 15, 2024
Merged

chore: update server port binding #132

merged 2 commits into from
Oct 15, 2024

Conversation

bo0tzz
Copy link
Member

@bo0tzz bo0tzz commented Oct 14, 2024

To be merged after release v1.118.0

To be merged after release v1.118.0
Copy link

github-actions bot commented Oct 14, 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.117.0
-    helm.sh/chart: immich-0.8.1
+    app.kubernetes.io/version: v1.118.0
+    helm.sh/chart: immich-0.8.2
   annotations:
 spec:
   type: ClusterIP
@@ -33,13 +33,13 @@ metadata:
     app.kubernetes.io/instance: immich
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/name: server
-    app.kubernetes.io/version: v1.117.0
-    helm.sh/chart: immich-0.8.1
+    app.kubernetes.io/version: v1.118.0
+    helm.sh/chart: immich-0.8.2
   annotations:
 spec:
   type: ClusterIP
   ports:
-    - port: 3001
+    - port: 2283
       targetPort: http
       protocol: TCP
       name: http
@@ -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.117.0
-    helm.sh/chart: immich-0.8.1
+    app.kubernetes.io/version: v1.118.0
+    helm.sh/chart: immich-0.8.2
 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.117.0
+          image: ghcr.io/immich-app/immich-machine-learning:v1.118.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.117.0
-    helm.sh/chart: immich-0.8.1
+    app.kubernetes.io/version: v1.118.0
+    helm.sh/chart: immich-0.8.2
 spec:
   revisionHistoryLimit: 3
   replicas: 1
@@ -158,7 +158,7 @@ spec:
       enableServiceLinks: true
       containers:
         - name: immich-server
-          image: ghcr.io/immich-app/immich-server:v1.117.0
+          image: ghcr.io/immich-app/immich-server:v1.118.0
           imagePullPolicy: IfNotPresent
           env:
             - name: DB_DATABASE_NAME
@@ -175,7 +175,7 @@ spec:
               value: immich-redis-master
           ports:
             - name: http
-              containerPort: 3001
+              containerPort: 2283
               protocol: TCP
           volumeMounts:
             - name: library

See the workflow run

@bo0tzz bo0tzz enabled auto-merge (squash) October 15, 2024 11:19
@bo0tzz bo0tzz merged commit a59fd88 into main Oct 15, 2024
1 check passed
@bo0tzz bo0tzz deleted the chore/server-port branch October 15, 2024 11:20
0x0013 pushed a commit to 0x0013/immich-charts that referenced this pull request Nov 30, 2024
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.

2 participants