From b2004e055bdbeb76a10a723e9903047e50183912 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 25 May 2023 19:33:11 +0200 Subject: [PATCH] chore(deps): update lama-cleaner to v0.33.0 (minor) (#9140) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --------- Signed-off-by: TrueCharts-Bot Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- charts/stable/lama-cleaner/Chart.yaml | 4 ++-- charts/stable/lama-cleaner/templates/_args.tpl | 4 ++-- charts/stable/lama-cleaner/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/stable/lama-cleaner/Chart.yaml b/charts/stable/lama-cleaner/Chart.yaml index de0c561f6bb..78ff0d403d3 100644 --- a/charts/stable/lama-cleaner/Chart.yaml +++ b/charts/stable/lama-cleaner/Chart.yaml @@ -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 diff --git a/charts/stable/lama-cleaner/templates/_args.tpl b/charts/stable/lama-cleaner/templates/_args.tpl index f0488465ea2..c144610901a 100644 --- a/charts/stable/lama-cleaner/templates/_args.tpl +++ b/charts/stable/lama-cleaner/templates/_args.tpl @@ -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 }} diff --git a/charts/stable/lama-cleaner/values.yaml b/charts/stable/lama-cleaner/values.yaml index c8d7145d69f..1ac55c35ad2 100644 --- a/charts/stable/lama-cleaner/values.yaml +++ b/charts/stable/lama-cleaner/values.yaml @@ -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