fix(container): update image docker.io/ollama/ollama ( 0.17.4 ➔ 0.17.5 )#1700
Merged
fix(container): update image docker.io/ollama/ollama ( 0.17.4 ➔ 0.17.5 )#1700
Conversation
Contributor
Author
--- HelmRelease: ai/ollama Deployment: ai/ollama
+++ HelmRelease: ai/ollama Deployment: ai/ollama
@@ -45,13 +45,13 @@
- name: OLLAMA_HOST
value: 0.0.0.0:80
- name: OLLAMA_MODELS
value: /models
- name: OLLAMA_ORIGINS
value: '*'
- image: docker.io/ollama/ollama:0.17.4@sha256:b165fa2700dc374f8d4f9e8314d81c7be75487c76eee2b46ef4b511a496b736c
+ image: docker.io/ollama/ollama:0.17.5@sha256:719122581b6932e1240ae70d788859089cb80d17e23cd4f98ba960b0290f70cb
livenessProbe:
failureThreshold: 3
httpGet:
path: /
port: 80
initialDelaySeconds: 0 |
Contributor
Author
--- kubernetes/apps/ai/ollama/app Kustomization: ai/ollama HelmRelease: ai/ollama
+++ kubernetes/apps/ai/ollama/app Kustomization: ai/ollama HelmRelease: ai/ollama
@@ -35,13 +35,13 @@
HOME: /config
OLLAMA_HOST: 0.0.0.0:80
OLLAMA_MODELS: /models
OLLAMA_ORIGINS: '*'
image:
repository: docker.io/ollama/ollama
- tag: 0.17.4@sha256:b165fa2700dc374f8d4f9e8314d81c7be75487c76eee2b46ef4b511a496b736c
+ tag: 0.17.5@sha256:719122581b6932e1240ae70d788859089cb80d17e23cd4f98ba960b0290f70cb
probes:
liveness:
custom: true
enabled: true
spec:
failureThreshold: 3 |
d65bc96 to
6d4cb9f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.17.4→0.17.5Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.