Compare commits

..

2 Commits

Author SHA1 Message Date
56807b3233 chore(deps): update dependency ollama/ollama to v0.15.1
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 1m26s
render-manifests-automerge / render-manifests-automerge (pull_request) Has been skipped
render-manifests-merge / render-manifests-merge (pull_request) Has been skipped
2026-01-25 19:38:03 +00:00
f7e7d29430 ci: change renovate config to group custom manager rules
Some checks failed
renovate / renovate (push) Has been cancelled
2026-01-25 13:34:38 -06:00
2 changed files with 5 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ ollama:
main:
image:
repository: ollama/ollama
tag: 0.15.1
tag: 0.15.0
pullPolicy: IfNotPresent
env:
- name: OLLAMA_KEEP_ALIVE
@@ -58,7 +58,7 @@ ollama:
main:
image:
repository: ollama/ollama
tag: 0.15.1
tag: 0.15.0
pullPolicy: IfNotPresent
env:
- name: OLLAMA_KEEP_ALIVE
@@ -94,7 +94,7 @@ ollama:
main:
image:
repository: ollama/ollama
tag: 0.15.1
tag: 0.15.0
pullPolicy: IfNotPresent
env:
- name: OLLAMA_KEEP_ALIVE

View File

@@ -68,10 +68,9 @@
"docker"
],
"matchManagers": [
"custom.regex"
"custom.regex", "helm-values"
],
"groupName": "docker-custom-updates",
"groupSlug": "docker-custom-updates",
"addLabels": [
"image"
],
@@ -87,10 +86,9 @@
"docker"
],
"matchManagers": [
"custom.regex"
"custom.regex", "helm-values"
],
"groupName": "docker-custom-automerge",
"groupSlug": "docker-custom-automerge",
"addLabels": [
"image",
"automerge"