Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ollamagemma412budq8kxlv2/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ appVersion: 'gemma4:12b-it-ud-q8_K_XL (Unsloth GGUF)'
description: description
name: ollamagemma412budq8kxlv2
type: application
version: '1.0.1'
version: '1.0.2'
9 changes: 3 additions & 6 deletions ollamagemma412budq8kxlv2/OlaresManifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
description: "Gemma4 12B (Unsloth Dynamic UD-Q8_K_XL) multimodal local inference"
appid: ollamagemma412budq8kxlv2
title: Gemma4 12B Q8 (Ollama)
version: '1.0.1'
version: '1.0.2'
categories:
- AI
sharedEntrances:
Expand Down Expand Up @@ -44,11 +44,8 @@ spec:
- Format: GGUF + mmproj (text + image)
- Quantization: UD-Q8_K_XL (Unsloth Dynamic 2.0)
- Context: 131072 (reduce if VRAM-constrained)
- Backend: Ollama 0.30.10
- Backend: Ollama 0.30.4

upgradeDescription: |
Upgrade Ollama runtime to ollama/ollama:0.30.10.
Upgrade Olares API proxy to beclab/harveyff-olares-ollama:v0.1.22 (OpenAI vision image_url forwarding).
developer: Google (base) / Unsloth (GGUF)
website: https://ai.google.dev/gemma
submitter: Olares
Expand Down Expand Up @@ -100,7 +97,7 @@ options:
{{- end }}
dependencies:
- name: olares
version: '>=1.12.3-0'
version: '>=1.12.3-0,<1.12.6'
type: system
{{- if and .Values.admin .Values.bfl.username (eq .Values.admin .Values.bfl.username) }}
{{- else }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ appVersion: '1.25.3-2'
description: description
name: ollamagemma412budq8kxlv2
type: application
version: '1.0.1'
version: '1.0.2'
4 changes: 2 additions & 2 deletions ollamagemma412budq8kxlv2/ollamagemma412budq8kxlv2s/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: '0.30.10'
appVersion: '0.30.4'
description: description
name: ollamagemma412budq8kxlv2s
type: application
version: '1.0.1'
version: '1.0.2'
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
spec:
containers:
- name: api
image: "docker.io/beclab/harveyff-olares-ollama:v0.1.22"
image: "docker.io/beclab/harveyff-olares-ollama:v0.1.21"
env:
- name: PGID
value: "1000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
spec:
containers:
- name: ollama
image: "docker.io/ollama/ollama:0.30.10"
image: "docker.io/ollama/ollama:0.30.4"
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down