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

test #2

Closed
wants to merge 15 commits into from
Closed

test #2

wants to merge 15 commits into from

Conversation

hiteshnayak305
Copy link
Owner

No description provided.

Repository owner deleted a comment from github-actions bot Apr 12, 2024
Repository owner deleted a comment from github-actions bot Apr 12, 2024
Repository owner deleted a comment from github-actions bot Apr 12, 2024
Repository owner deleted a comment from github-actions bot Apr 12, 2024
Repository owner deleted a comment from github-actions bot Apr 12, 2024
Repository owner deleted a comment from github-actions bot Apr 12, 2024
Repository owner deleted a comment from github-actions bot Apr 12, 2024
Repository owner deleted a comment from github-actions bot Apr 12, 2024
Repository owner deleted a comment from github-actions bot Apr 12, 2024
Repository owner deleted a comment from github-actions bot Apr 12, 2024
Repository owner deleted a comment from github-actions bot Apr 12, 2024
Repository owner deleted a comment from github-actions bot Apr 12, 2024
Copy link

Changes Final Manifest

  • manifest.yaml

manifest.yaml

--- a/main/charts/immich/build/manifest.yaml
+++ b/charts/immich/build/manifest.yaml
@@ -80,7 +80,7 @@ spec:
       enableServiceLinks: true
       containers:
         - name: immich-machine-learning
-          image: ghcr.io/immich-app/immich-machine-learning:v1.100.0
+          image: ghcr.io/immich-app/immich-machine-learning:v1.100.8
           imagePullPolicy: IfNotPresent
           env:
             - name: DB_DATABASE_NAME
@@ -158,7 +158,7 @@ spec:
       enableServiceLinks: true
       containers:
         - name: immich-microservices
-          image: ghcr.io/immich-app/immich-server:v1.100.0
+          image: ghcr.io/immich-app/immich-server:v1.100.8
           imagePullPolicy: IfNotPresent
           command:
             - "/bin/sh"
@@ -220,7 +220,7 @@ spec:
       enableServiceLinks: true
       containers:
         - name: immich-server
-          image: ghcr.io/immich-app/immich-server:v1.100.0
+          image: ghcr.io/immich-app/immich-server:v1.100.8
           imagePullPolicy: IfNotPresent
           command:
             - "/bin/sh"
@@ -267,3 +267,29 @@ spec:
         - name: library
           persistentVolumeClaim:
             claimName: test-pvc
+---
+# Source: immich/templates/server.yaml
+apiVersion: networking.k8s.io/v1
+kind: Ingress
+metadata:
+  name: immich-server
+  labels:
+    app.kubernetes.io/instance: immich
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: server
+    app.kubernetes.io/version: v1.100.0
+    helm.sh/chart: immich-0.6.0
+  annotations:
+    nginx.ingress.kubernetes.io/proxy-body-size: "0"
+spec:
+  rules:
+    - host: "immich.local"
+      http:
+        paths:
+          - path: "/"
+            pathType: Prefix
+            backend:
+              service:
+                name: immich-server
+                port:
+                  number: 3001

See the workflow run

@hiteshnayak305 hiteshnayak305 deleted the test-pr branch April 12, 2024 07:41
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.

1 participant