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

feat(container): update immich group to v1.82.0 (minor) #6216

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

bot-ross[bot]
Copy link
Contributor

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

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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 17, 2023 02:12
@bot-ross bot-ross bot added renovate/container type/minor area/kubernetes Changes made in the kubernetes directory labels Oct 17, 2023
@bot-ross
Copy link
Contributor Author

bot-ross bot commented Oct 17, 2023

--- 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.81.1
+        image: ghcr.io/immich-app/immich-server:v1.82.0
         imagePullPolicy: null
         args:
         - start-server.sh
         envFrom:
         - configMapRef:
             name: immich-configmap
--- 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.81.1
+        image: ghcr.io/immich-app/immich-web:v1.82.0
         imagePullPolicy: null
         envFrom:
         - configMapRef:
             name: immich-configmap
         - secretRef:
             name: immich-secret
--- 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.81.1
+        image: ghcr.io/immich-app/immich-server:v1.82.0
         imagePullPolicy: null
         args:
         - start-microservices.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.81.1
+        image: ghcr.io/immich-app/immich-machine-learning:v1.82.0
         imagePullPolicy: null
         envFrom:
         - configMapRef:
             name: immich-configmap
         - secretRef:
             name: immich-secret

@bot-ross
Copy link
Contributor Author

bot-ross bot commented Oct 17, 2023

--- 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.81.1
+      tag: v1.82.0
     initContainers:
       01-init-db:
         envFrom:
         - configMapRef:
             name: immich-configmap
         - secretRef:
--- 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.81.1
+      tag: v1.82.0
     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-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.81.1
+      tag: v1.82.0
     nodeSelector:
       intel.feature.node.kubernetes.io/gpu: 'true'
     persistence:
       geocoding-dump:
         enabled: true
         mountPath: /usr/src/app/.reverse-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.81.1
+      tag: v1.82.0
     ingress:
       main:
         annotations:
           external-dns.alpha.kubernetes.io/target: external.devbu.io
           nginx.ingress.kubernetes.io/configuration-snippet: |
             rewrite /api/(.*) /$1 break;

@onedr0p onedr0p merged commit 9c6a185 into main Oct 17, 2023
@onedr0p onedr0p deleted the renovate/immich branch October 17, 2023 14:58
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/minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant