Compare commits

...

2 Commits

Author SHA1 Message Date
f6e812e241 chore(deps): update dependency ollama/ollama to v0.15.1
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 1m31s
2026-01-25 17:54:17 +00:00
72ff231a54 ci: change renovate config to group custom manager rules
All checks were successful
renovate / renovate (push) Successful in 3m0s
2026-01-25 11:51:53 -06:00
3 changed files with 12 additions and 39 deletions

View File

@@ -31,4 +31,4 @@ dependencies:
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/ollama.png
# renovate: datasource=github-releases depName=ollama/ollama
appVersion: 0.15.0
appVersion: 0.15.1

View File

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

View File

@@ -47,24 +47,6 @@
"automerge": true,
"minimumReleaseAge": "1 days"
},
{
"description": "Automerge chart appVersion patches",
"matchUpdateTypes": [
"patch"
],
"matchDatasources": [
"helm"
],
"matchManagers": [
"github-releases"
],
"addLabels": [
"chart",
"automerge"
],
"automerge": true,
"minimumReleaseAge": "1 days"
},
{
"description": "Automerge helm chart lock files",
"matchManagers": [
@@ -85,6 +67,11 @@
"matchDatasources": [
"docker"
],
"matchManagers": [
"regex"
],
"groupName": "docker-custom-updates",
"groupSlug": "docker-custom-updates",
"addLabels": [
"image"
],
@@ -99,25 +86,11 @@
"matchDatasources": [
"docker"
],
"addLabels": [
"image",
"automerge"
],
"automerge": true,
"minimumReleaseAge": "1 days"
},
{
"description": "Automerge image appVersion patches",
"matchUpdateTypes": [
"patch",
"digest"
],
"matchDatasources": [
"docker"
],
"matchManagers": [
"github-releases"
"regex"
],
"groupName": "docker-custom-automerge",
"groupSlug": "docker-custom-automerge",
"addLabels": [
"image",
"automerge"