Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit 470ac74

Browse files
committed
fix #1
1 parent 7813ea2 commit 470ac74

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

ollama/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: "Ollama"
22
description: "The easiest way to get up and running with large language models locally"
3-
version: "0.1.33-rc5"
43
slug: "ollama"
54
init: false
65
arch:
@@ -10,6 +9,7 @@ url: https://ollama.com
109
ports:
1110
11434/tcp: 11434
1211
image: docker.io/ollama/ollama
12+
version: "0.1.33-rc5"
1313
ingress: true
1414
ingress_port: 11434
1515
ingress_stream: true

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"ollama/config.yaml"
88
],
99
"matchStrings": [
10-
"image:\\s*(?<depName>.+)\n\\s*version:\\s*(?<currentValue>.+)"
10+
"image:\\s*(?<depName>.+)\\s*\n\\s*version:\\s*(?<currentValue>.+)"
1111
]
1212
}
1313
],
@@ -42,7 +42,7 @@
4242
"**/config.yaml"
4343
],
4444
"matchPackagePatterns": [
45-
"(?<registry>\\S+\\.\\S+)/(?<depName>[a-z0-9-]+/[a-z0-9-]+)(?::(?<currentValue>[a-z0-9.-]+))?"
45+
"image:\\s*(?<depName>.+)\\s*\n\\s*version:\\s*(?<currentValue>.+)"
4646
],
4747
"prBodyColumns": [
4848
"Package",

server/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Ava Server
22
description: >-
33
Self-hosted personal assistant in minutes with built-in Home Assistant
44
integration and great extensibility and customizability
5-
version: 0.0.1
65
slug: server
76
init: false
87
arch:
@@ -12,6 +11,7 @@ url: https://ava.0x77.dev
1211
ports:
1312
2881/tcp: 2881
1413
image: ghcr.io/0x77dev/ava/server
14+
version: 0.0.1
1515
homeassistant_api: true
1616
ingress: true
1717
ingress_port: 2881

0 commit comments

Comments
 (0)