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 immich ( 0.8.1 → 0.8.2 ) #7425

Merged
merged 1 commit into from
Oct 15, 2024
Merged

Conversation

rosey-the-renovator-bot[bot]
Copy link
Contributor

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 has been generated by Renovate Bot.

| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| helm       | immich  | 0.8.1 | 0.8.2 |
@rosey-the-renovator-bot
Copy link
Contributor Author

--- kubernetes/main/apps/media/immich/app Kustomization: flux-system/media-immich HelmRelease: media/immich

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

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

     spec:
       chart: immich
       sourceRef:
         kind: HelmRepository
         name: immich-charts
         namespace: flux-system
-      version: 0.8.1
+      version: 0.8.2
   interval: 30m
   values:
     env:
       DB_DATABASE_NAME: immich
       DISABLE_REVERSE_GEOCODING: 'false'
       EXTERNAL_PATH: /external

@rosey-the-renovator-bot
Copy link
Contributor Author

--- HelmRelease: media/immich Service: media/immich-server

+++ HelmRelease: media/immich Service: media/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: media/immich Deployment: media/immich-server

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

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

         - name: REDIS_PORT
           value: '6379'
         - name: REVERSE_GEOCODING_PRECISION
           value: '2'
         ports:
         - name: http
-          containerPort: 3001
+          containerPort: 2283
           protocol: TCP
         - name: metrics-api
           containerPort: 8081
           protocol: TCP
         - name: metrics-ms
           containerPort: 8082
--- HelmRelease: media/immich Ingress: media/immich-server

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

@@ -23,8 +23,8 @@

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

@rwlove rwlove merged commit 9d18826 into main Oct 15, 2024
16 checks passed
@rwlove rwlove deleted the renovate/immich-0.x branch October 15, 2024 13:40
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