chore(deps): update lama-cleaner to v0.33.0 (minor) (#9140)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tccr.io/truecharts/lama-cleaner-cpu](https://togithub.com/truecharts/containers) | minor | `v0.26.1` -> `v0.33.0` | | [tccr.io/truecharts/lama-cleaner-gpu](https://togithub.com/truecharts/containers) | minor | `v0.26.1` -> `v0.33.0` | --- ### Configuration 📅 **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> --------- Signed-off-by: TrueCharts-Bot <bot@truecharts.org> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
parent
f79684a8ca
commit
b2004e055b
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "0.26.1"
|
||||
appVersion: "0.33.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -22,7 +22,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/lama-cleaner
|
||||
- https://github.com/Sanster/lama-cleaner
|
||||
type: application
|
||||
version: 2.0.16
|
||||
version: 2.0.17
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
args:
|
||||
- --host=0.0.0.0
|
||||
- --port={{ .Values.service.main.ports.main.port }}
|
||||
{{- if eq .Values.imageSelector "image" }}
|
||||
{{- if eq .Values.workload.main.podSpec.containers.main.imageSelector "image" }}
|
||||
- --device=cpu
|
||||
{{- if .Values.lamacleaner.sd_cpu_text_encoder }}
|
||||
- --sd-cpu-textencoder
|
||||
{{- end }}
|
||||
{{- else if eq .Values.imageSelector "gpuImage" }}
|
||||
{{- else if eq .Values.workload.main.podSpec.containers.main.imageSelector "gpuImage" }}
|
||||
- --device=cuda
|
||||
{{- end }}
|
||||
{{- with .Values.lamacleaner.model }}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/lama-cleaner-cpu
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.26.1@sha256:5b9a166806fa1b7a2ab44196704e2772bf93dd2415fe869b0fabf072a61e356a
|
||||
tag: v0.33.0@sha256:98b0fdc0ef166aed9bef2e894c54081332ac973f3c54a3d92fa936c6c7d54056
|
||||
gpuImage:
|
||||
repository: tccr.io/truecharts/lama-cleaner-gpu
|
||||
tag: v0.26.1@sha256:14ee85f997664a5e638287609b7bff9829c65ead48ce445612ac258631f4fc7d
|
||||
tag: v0.33.0@sha256:ed5fb07e6810668b078b6d2afc8fbca9ccb691dbaf5bd99231e82a5ca841ec4f
|
||||
pullPolicy: Always
|
||||
lamacleaner:
|
||||
model: lama
|
||||
|
|
Loading…
Reference in New Issue