rwlove / home-ops

Lovenet Cluster Configuration
https://rwlove.github.io/home-ops/
8 stars 0 forks source link

fix(container): update image docker.io/ollama/ollama to v0.3.9 #7109

Closed rosey-the-renovator-bot[bot] closed 2 weeks ago

rosey-the-renovator-bot[bot] commented 2 weeks ago

This PR contains the following updates:

Package Update Change
docker.io/ollama/ollama patch 0.3.8 -> 0.3.9

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.



This PR has been generated by Renovate Bot.

rosey-the-renovator-bot[bot] commented 2 weeks ago
--- kubernetes/main/apps/ai/ollama/backend Kustomization: flux-system/ai-ollama HelmRelease: ai/ollama

+++ kubernetes/main/apps/ai/ollama/backend Kustomization: flux-system/ai-ollama HelmRelease: ai/ollama

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

             - key: nvidia.com/gpu.present
               operator: In
               values:
               - 'true'
     image:
       repository: docker.io/ollama/ollama
-      tag: 0.3.8
+      tag: 0.3.9
     ingress:
       className: internal
       enabled: true
       hosts:
       - host: ollama...PLACEHOLDER..
         paths:
--- 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

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

       PUBLIC_IMMICH_SERVER_URL: https://immich...PLACEHOLDER..
       REDIS_DBINDEX: '1'
       REDIS_HOSTNAME: dragonfly.databases.svc.cluster.local
       REDIS_PORT: '6379'
       REVERSE_GEOCODING_PRECISION: '2'
     image:
-      tag: v1.113.0
+      tag: v1.112.1
     immich:
       concurrency:
         backgroundTask: 10
         faceDetection: 5
         library: 5
         metadataExtraction: 10
rosey-the-renovator-bot[bot] commented 2 weeks ago
--- HelmRelease: ai/ollama Deployment: ai/ollama

+++ HelmRelease: ai/ollama Deployment: ai/ollama

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

       serviceAccountName: ollama
       securityContext: {}
       runtimeClassName: nvidia
       containers:
       - name: ollama
         securityContext: {}
-        image: docker.io/ollama/ollama:0.3.8
+        image: docker.io/ollama/ollama:0.3.9
         imagePullPolicy: IfNotPresent
         ports:
         - name: http
           containerPort: 11434
           protocol: TCP
         env:
--- HelmRelease: media/immich Deployment: media/immich-machine-learning

+++ HelmRelease: media/immich Deployment: media/immich-machine-learning

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

       serviceAccountName: default
       automountServiceAccountToken: true
       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       containers:
       - name: immich-machine-learning
-        image: ghcr.io/immich-app/immich-machine-learning:v1.113.0
+        image: ghcr.io/immich-app/immich-machine-learning:v1.112.1
         imagePullPolicy: IfNotPresent
         env:
         - name: DB_DATABASE_NAME
           value: immich
         - name: DB_HOSTNAME
           value: immich-postgresql
--- HelmRelease: media/immich Deployment: media/immich-server

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

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

       serviceAccountName: default
       automountServiceAccountToken: true
       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       containers:
       - name: immich-server
-        image: ghcr.io/immich-app/immich-server:v1.113.0
+        image: ghcr.io/immich-app/immich-server:v1.112.1
         imagePullPolicy: IfNotPresent
         env:
         - name: DB_DATABASE_NAME
           value: immich
         - name: DB_HOSTNAME
           value: immich-postgresql