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(deps): update container image docker.io/localai/localai to v2.20.1 by renovate #25443

Merged
merged 1 commit into from
Aug 23, 2024
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/local-ai/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: 2.20.0
appVersion: 2.20.1
dependencies:
- name: common
version: 24.1.5
Expand All @@ -33,4 +33,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/local-ai
- https://hub.docker.com/r/localai/localai
type: application
version: 11.13.0
version: 11.13.1
12 changes: 6 additions & 6 deletions charts/stable/local-ai/values.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
image:
repository: docker.io/localai/localai
pullPolicy: IfNotPresent
tag: v2.20.0@sha256:7d72b652356c0be861af94ec674eab43f76db3861f77a00af37630e78f0d789d
tag: v2.20.1@sha256:d92d163a89e6e2b546befe72e71d73c13a2a2222451364922675618d805cf2f6
ffmpegImage:
repository: docker.io/localai/localai
pullPolicy: IfNotPresent
tag: v2.20.0-ffmpeg-core@sha256:ec9b57d480c88dd6ccbd26a44cfce65048c7a83eb35356905cc7a8bb7c78d9ac
tag: v2.20.1-ffmpeg-core@sha256:08492d52715d11d78c7cd88732b894e846dfb0586fed3715b20bd3555b9ad190
cublasCuda12Image:
repository: docker.io/localai/localai
pullPolicy: IfNotPresent
Expand All @@ -17,23 +17,23 @@ cublasCuda12FfmpegImage:
cublasCuda11Image:
repository: docker.io/localai/localai
pullPolicy: IfNotPresent
tag: v2.20.0-cublas-cuda11-core@sha256:8088002e8363bde4fa6b409d7559209cfa8175a9e2b098d9a03ff849a2a077f5
tag: v2.20.1-cublas-cuda11-core@sha256:15c70733982565a5247287407c0d69ebc52efbb9bb60abb99407f19c0b6cfd0e
cublasCuda11FfmpegImage:
repository: docker.io/localai/localai
pullPolicy: IfNotPresent
tag: v2.20.0-cublas-cuda11-ffmpeg-core@sha256:b93a08d961eaa77e5303d45cc0a7e41d1fe4b2dca028d7fe82c6fbdcfd4b887f
allInOneCuda12Image:
repository: docker.io/localai/localai
pullPolicy: IfNotPresent
tag: v2.20.0-aio-gpu-nvidia-cuda-12@sha256:b75219dd4d04f670ac914d27ecba3d9beec7c88f8ac8e38ba6db40c65d6b50b1
tag: v2.20.1-aio-gpu-nvidia-cuda-12@sha256:58cd87cf70a69c8eea1c73ce346c6fcbecc2de4b3d0160c03adc24246cba4ab7
allInOneCuda11Image:
repository: docker.io/localai/localai
pullPolicy: IfNotPresent
tag: v2.20.0-aio-gpu-nvidia-cuda-11@sha256:7cca47aeb78e7fb533cca60423b5c5f8c3aa6c5f0e9c932b42d010ec057b968a
tag: v2.20.1-aio-gpu-nvidia-cuda-11@sha256:dc1d4c6e01653021dcb47e6dc035597bb4cc578b41f4d22bd6427a42fe4c1d4c
allInOneCpuImage:
repository: docker.io/localai/localai
pullPolicy: IfNotPresent
tag: v2.20.0-aio-cpu@sha256:845cf38b69342112e1f611d84c4aa539fe3cde1408e8c1a25676aff48cd4ff4c
tag: v2.20.1-aio-cpu@sha256:e1400072b5e3ec42fb504faafadcc4aa20a696c3f30b8edb9b923532942965b9
securityContext:
container:
runAsNonRoot: false
Expand Down
Loading