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

Commit

Permalink
fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
0x77dev committed May 7, 2024
1 parent 7813ea2 commit 470ac74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ollama/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: "Ollama"
description: "The easiest way to get up and running with large language models locally"
version: "0.1.33-rc5"
slug: "ollama"
init: false
arch:
Expand All @@ -10,6 +9,7 @@ url: https://ollama.com
ports:
11434/tcp: 11434
image: docker.io/ollama/ollama
version: "0.1.33-rc5"
ingress: true
ingress_port: 11434
ingress_stream: true
Expand Down
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"ollama/config.yaml"
],
"matchStrings": [
"image:\\s*(?<depName>.+)\n\\s*version:\\s*(?<currentValue>.+)"
"image:\\s*(?<depName>.+)\\s*\n\\s*version:\\s*(?<currentValue>.+)"
]
}
],
Expand Down Expand Up @@ -42,7 +42,7 @@
"**/config.yaml"
],
"matchPackagePatterns": [
"(?<registry>\\S+\\.\\S+)/(?<depName>[a-z0-9-]+/[a-z0-9-]+)(?::(?<currentValue>[a-z0-9.-]+))?"
"image:\\s*(?<depName>.+)\\s*\n\\s*version:\\s*(?<currentValue>.+)"
],
"prBodyColumns": [
"Package",
Expand Down
2 changes: 1 addition & 1 deletion server/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Ava Server
description: >-
Self-hosted personal assistant in minutes with built-in Home Assistant
integration and great extensibility and customizability
version: 0.0.1
slug: server
init: false
arch:
Expand All @@ -12,6 +11,7 @@ url: https://ava.0x77.dev
ports:
2881/tcp: 2881
image: ghcr.io/0x77dev/ava/server
version: 0.0.1
homeassistant_api: true
ingress: true
ingress_port: 2881
Expand Down

0 comments on commit 470ac74

Please sign in to comment.