This commit is contained in:
@@ -18,7 +18,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: llama-swap
|
||||
image: ghcr.io/mostlygeek/llama-swap:v202-vulkan-b8808
|
||||
image: ghcr.io/mostlygeek/llama-swap:v202-rocm-b8808
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- /app/llama-swap
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackageNames": ["ghcr.io/mostlygeek/llama-swap"],
|
||||
"versioning": "regex:^v(?<major>[0-9]+)-vulkan-b(?<patch>[0-9]+)$"
|
||||
"versioning": "regex:^v(?<major>[0-9]+)-rocm-b(?<patch>[0-9]+)$"
|
||||
},
|
||||
{
|
||||
"matchUpdateTypes": ["patch"],
|
||||
|
||||
Reference in New Issue
Block a user