allenporter / k8s-gitops

Flux/Gitops managed k8s cluster
32 stars 1 forks source link

Update ghcr.io/allenporter/llama-cpp-server-clblast Docker tag to v2.16.0 #1860

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Update Change
ghcr.io/allenporter/llama-cpp-server-clblast minor v2.15.0 -> v2.16.0

Release Notes

allenporter/llama-cpp-server (ghcr.io/allenporter/llama-cpp-server-clblast) ### [`v2.16.0`](https://togithub.com/allenporter/llama-cpp-server/releases/tag/v2.16.0): v.2.16.0 [Compare Source](https://togithub.com/allenporter/llama-cpp-server/compare/v2.15.0...v2.16.0) #### What's Changed - Update dependency llama_cpp_python to v0.2.76 by [@​renovate](https://togithub.com/renovate) in [https://github.com/allenporter/llama-cpp-server/pull/72](https://togithub.com/allenporter/llama-cpp-server/pull/72) **Full Changelog**: https://github.com/allenporter/llama-cpp-server/compare/v2.15.0...v2.16.0

Configuration

πŸ“… Schedule: Branch creation - "every weekend" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» 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 Mend Renovate. View repository job log here.

github-actions[bot] commented 1 month ago
--- kubernetes/ml/prod Kustomization: flux-system/ml HelmRelease: llama/llama-clblast

+++ kubernetes/ml/prod Kustomization: flux-system/ml HelmRelease: llama/llama-clblast

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

               value: /data/models
             - name: CONFIG_FILE
               value: /config/model-config.json
             image:
               pullPolicy: IfNotPresent
               repository: ghcr.io/allenporter/llama-cpp-server-clblast
-              tag: v2.15.0
+              tag: v2.16.0
         initContainers:
           download-model:
             env:
             - name: MODEL_DIR
               value: /data/models
             - name: MODEL_URLS
github-actions[bot] commented 1 month ago
--- HelmRelease: llama/llama-clblast Deployment: llama/llama-clblast

+++ HelmRelease: llama/llama-clblast Deployment: llama/llama-clblast

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

       containers:
       - env:
         - name: MODEL_DIR
           value: /data/models
         - name: CONFIG_FILE
           value: /config/model-config.json
-        image: ghcr.io/allenporter/llama-cpp-server-clblast:v2.15.0
+        image: ghcr.io/allenporter/llama-cpp-server-clblast:v2.16.0
         imagePullPolicy: IfNotPresent
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket: