2 Commits

Author SHA1 Message Date
a394daecbb Update actions/checkout action to v5
Some checks failed
lint-test-helm / helm-lint (pull_request) Failing after 2s
2025-09-05 18:03:04 +00:00
8aeaf82caa Update ollama/ollama Docker tag to v0.11.10 (#1393)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 2m30s
2025-09-05 18:01:35 +00:00
4 changed files with 6 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0

View File

@@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0

View File

@@ -16,7 +16,7 @@ jobs:
container: ghcr.io/renovatebot/renovate:41
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Renovate
run: renovate

View File

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