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(helm): update chart immich to 0.8.2 #408

Merged
merged 1 commit into from
Oct 15, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 15, 2024

This PR contains the following updates:

Package Update Change
immich (source) patch 0.8.1 -> 0.8.2

Release Notes

immich-app/immich-charts (immich)

v0.8.2

Compare Source

A chart to power Immich (immich.app) running on kubernetes


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

--- kubernetes/apps/default/immich/app Kustomization: flux-system/immich HelmRelease: default/immich

+++ kubernetes/apps/default/immich/app Kustomization: flux-system/immich HelmRelease: default/immich

@@ -13,13 +13,13 @@

     spec:
       chart: immich
       sourceRef:
         kind: HelmRepository
         name: immich
         namespace: flux-system
-      version: 0.8.1
+      version: 0.8.2
   interval: 30m
   values:
     env:
       DB_DATABASE_NAME:
         valueFrom:
           secretKeyRef:

Copy link

--- HelmRelease: default/immich Service: default/immich-server

+++ HelmRelease: default/immich Service: default/immich-server

@@ -8,13 +8,13 @@

     app.kubernetes.io/instance: immich
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/name: server
 spec:
   type: ClusterIP
   ports:
-  - port: 3001
+  - port: 2283
     targetPort: http
     protocol: TCP
     name: http
   - port: 8081
     targetPort: metrics-api
     protocol: TCP
--- HelmRelease: default/immich Deployment: default/immich-server

+++ HelmRelease: default/immich Deployment: default/immich-server

@@ -58,13 +58,13 @@

         - name: PUBLIC_IMMICH_SERVER_URL
           value: https://immich...PLACEHOLDER..
         - name: REDIS_HOSTNAME
           value: immich-redis-master
         ports:
         - name: http
-          containerPort: 3001
+          containerPort: 2283
           protocol: TCP
         - name: metrics-api
           containerPort: 8081
           protocol: TCP
         - name: metrics-ms
           containerPort: 8082
--- HelmRelease: default/immich Ingress: default/immich-server

+++ HelmRelease: default/immich Ingress: default/immich-server

@@ -21,8 +21,8 @@

       - path: /
         pathType: Prefix
         backend:
           service:
             name: immich-server
             port:
-              number: 3001
+              number: 2283
 

@cschmittiey cschmittiey merged commit ad5ba12 into main Oct 15, 2024
4 checks passed
@renovate renovate bot deleted the renovate/immich-0.x branch October 15, 2024 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant