From 02eb855fcd3eb492003f0f72f40348ed950c2bf4 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 20 Apr 2025 17:18:07 +0200 Subject: [PATCH] chore(helm): update image docker.io/soulraven1980/wdosg digest to 615130a (#34559) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/soulraven1980/wdosg | digest | `be9aa25` -> `615130a` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --------- Co-authored-by: alfi0812 --- charts/stable/wdosg/Chart.yaml | 2 +- charts/stable/wdosg/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/wdosg/Chart.yaml b/charts/stable/wdosg/Chart.yaml index d1080781417..6cd58eaf8a6 100644 --- a/charts/stable/wdosg/Chart.yaml +++ b/charts/stable/wdosg/Chart.yaml @@ -37,5 +37,5 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/wdosg - https://hub.docker.com/r/soulraven1980/wdosg type: application -version: 1.0.2 +version: 1.0.3 diff --git a/charts/stable/wdosg/values.yaml b/charts/stable/wdosg/values.yaml index 301927eb5e0..a4c2aa47267 100644 --- a/charts/stable/wdosg/values.yaml +++ b/charts/stable/wdosg/values.yaml @@ -1,7 +1,7 @@ image: repository: docker.io/soulraven1980/wdosg pullPolicy: IfNotPresent - tag: latest@sha256:be9aa259fd0614905273753d5e529a4c649b45e064a85c4d3f8bcc2e70a5953b + tag: latest@sha256:615130a9046d240d0279d1a6f80ef586464c8d47950d6e2ccf3e52b312b90a54 service: main: ports: @@ -17,7 +17,7 @@ workload: PORT: "{{ .Values.service.main.ports.main.port }}" # required for Credentials for IGDB TWITCH_CLIENT_ID: "fake_client_id" - TWITCH_APP_ACCESS_TOKEN: "fake_access_token" + TWITCH_CLIENT_SECRET: "fake_access_secret" persistence: database: enabled: true