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(container): update immich group to v1.82.1 (patch) #6235

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

bot-ross[bot]
Copy link
Contributor

@bot-ross bot-ross bot commented Oct 18, 2023

This PR contains the following updates:

Package Update Change
ghcr.io/immich-app/immich-machine-learning patch v1.82.0 -> v1.82.1
ghcr.io/immich-app/immich-server patch v1.82.0 -> v1.82.1
ghcr.io/immich-app/immich-web patch v1.82.0 -> v1.82.1

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 these updates again.


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

This PR has been generated by Renovate Bot.

@bot-ross bot-ross bot requested a review from onedr0p as a code owner October 18, 2023 18:05
@bot-ross bot-ross bot added renovate/container type/patch area/kubernetes Changes made in the kubernetes directory labels Oct 18, 2023
@bot-ross
Copy link
Contributor Author

bot-ross bot commented Oct 18, 2023

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

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

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

     - configMapRef:
         name: immich-configmap
     - secretRef:
         name: immich-secret
     image:
       repository: ghcr.io/immich-app/immich-machine-learning
-      tag: v1.82.0
+      tag: v1.82.1
     persistence:
       cache:
         enabled: true
         existingClaim: immich-machine-learning-cache
         mountPath: /cache
       geocoding-dump:
--- kubernetes/apps/default/immich/app Kustomization: flux-system/cluster-apps-immich HelmRelease: default/immich-web

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

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

     - configMapRef:
         name: immich-configmap
     - secretRef:
         name: immich-secret
     image:
       repository: ghcr.io/immich-app/immich-web
-      tag: v1.82.0
+      tag: v1.82.1
     ingress:
       main:
         annotations:
           external-dns.alpha.kubernetes.io/target: external.devbu.io
           nginx.ingress.kubernetes.io/configuration-snippet: |
             rewrite /api/(.*) /$1 break;
--- kubernetes/apps/default/immich/app Kustomization: flux-system/cluster-apps-immich HelmRelease: default/immich-server

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

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

     - configMapRef:
         name: immich-configmap
     - secretRef:
         name: immich-secret
     image:
       repository: ghcr.io/immich-app/immich-server
-      tag: v1.82.0
+      tag: v1.82.1
     initContainers:
       01-init-db:
         envFrom:
         - configMapRef:
             name: immich-configmap
         - secretRef:
--- kubernetes/apps/default/immich/app Kustomization: flux-system/cluster-apps-immich HelmRelease: default/immich-microservices

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

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

     - configMapRef:
         name: immich-configmap
     - secretRef:
         name: immich-secret
     image:
       repository: ghcr.io/immich-app/immich-server
-      tag: v1.82.0
+      tag: v1.82.1
     nodeSelector:
       intel.feature.node.kubernetes.io/gpu: 'true'
     persistence:
       geocoding-dump:
         enabled: true
         mountPath: /usr/src/app/.reverse-geocoding-dump

@bot-ross
Copy link
Contributor Author

bot-ross bot commented Oct 18, 2023

--- kubernetes HelmRelease: default/immich-microservices Deployment: default/immich-microservices

+++ kubernetes HelmRelease: default/immich-microservices Deployment: default/immich-microservices

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

         - 44
         - 105
       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       containers:
       - name: immich-microservices
-        image: ghcr.io/immich-app/immich-server:v1.82.0
+        image: ghcr.io/immich-app/immich-server:v1.82.1
         imagePullPolicy: null
         args:
         - start-microservices.sh
         envFrom:
         - configMapRef:
             name: immich-configmap
--- kubernetes HelmRelease: default/immich-server Deployment: default/immich-server

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

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

             name: immich-secret
         image: ghcr.io/onedr0p/postgres-init:14.8
         imagePullPolicy: IfNotPresent
         name: 01-init-db
       containers:
       - name: immich-server
-        image: ghcr.io/immich-app/immich-server:v1.82.0
+        image: ghcr.io/immich-app/immich-server:v1.82.1
         imagePullPolicy: null
         args:
         - start-server.sh
         envFrom:
         - configMapRef:
             name: immich-configmap
--- kubernetes HelmRelease: default/immich-machine-learning Deployment: default/immich-machine-learning

+++ kubernetes HelmRelease: default/immich-machine-learning Deployment: default/immich-machine-learning

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

         runAsGroup: 568
         runAsUser: 568
       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       containers:
       - name: immich-machine-learning
-        image: ghcr.io/immich-app/immich-machine-learning:v1.82.0
+        image: ghcr.io/immich-app/immich-machine-learning:v1.82.1
         imagePullPolicy: null
         envFrom:
         - configMapRef:
             name: immich-configmap
         - secretRef:
             name: immich-secret
--- kubernetes HelmRelease: default/immich-web Deployment: default/immich-web

+++ kubernetes HelmRelease: default/immich-web Deployment: default/immich-web

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

         runAsGroup: 568
         runAsUser: 568
       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       containers:
       - name: immich-web
-        image: ghcr.io/immich-app/immich-web:v1.82.0
+        image: ghcr.io/immich-app/immich-web:v1.82.1
         imagePullPolicy: null
         envFrom:
         - configMapRef:
             name: immich-configmap
         - secretRef:
             name: immich-secret

@onedr0p onedr0p merged commit fe9af5f into main Oct 18, 2023
5 checks passed
@onedr0p onedr0p deleted the renovate/patch-immich branch October 18, 2023 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/container type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant