Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(helm): update image docker.io/ollama/ollama 0.5.4 → 0.5.5 #30841

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/stable/ollama/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 0.5.4
appVersion: 0.5.5
dependencies:
- name: common
version: 25.3.1
Expand Down Expand Up @@ -35,4 +35,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/ollama
- https://hub.docker.com/r/ollama/ollama
type: application
version: 7.10.1
version: 7.10.3
4 changes: 2 additions & 2 deletions charts/stable/ollama/values.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
image:
repository: docker.io/ollama/ollama
pullPolicy: IfNotPresent
tag: 0.5.4@sha256:18bfb1d605604fd53dcad20d0556df4c781e560ebebcd923454d627c994a0e37
tag: 0.5.5@sha256:f2021140c78e5f5d9e8332e90a9a6f626738a5004dd162a31b2aae39bbefa441
rocmImage:
repository: docker.io/ollama/ollama
pullPolicy: IfNotPresent
tag: 0.5.4-rocm@sha256:c3a4bb61f86bcfaa54c3e2129ef45b63b5ca69debc3a90f54ac1cf7c0cdcc0c3
tag: 0.5.5-rocm@sha256:acedfd70b4b77412937ad0cb2125071f20019ef091fe21b749626ef445dadfaf
uiImage:
repository: ghcr.io/open-webui/open-webui
pullPolicy: IfNotPresent
Expand Down
Loading