From e65d658352fd68e92964f8afa29d478967bf0bb0 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 9 Oct 2024 22:50:43 +0200 Subject: [PATCH] chore(deps): update container image ich777/debian-mirror to latest@f403f40 by renovate (#22933) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | ich777/debian-mirror | digest | `25a5c7d` -> `f403f40` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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://togithub.com/renovatebot/renovate). --------- Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com> Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com> Co-authored-by: kqmaverick --- .github/ct-install.yaml | 1 + charts/stable/debian-apt-mirror/Chart.yaml | 2 +- charts/stable/debian-apt-mirror/values.yaml | 12 +++++++++--- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/ct-install.yaml b/.github/ct-install.yaml index 40da0e546d2..abe77169990 100644 --- a/.github/ct-install.yaml +++ b/.github/ct-install.yaml @@ -182,6 +182,7 @@ excluded-charts: - charts/stable/webtop - charts/stable/zalando-postgres-cluster - charts/stable/zigbee2mqtt + - charts/stable/debian-apt-mirror chart-repos: - jetstack=https://charts.jetstack.io - grafana=https://grafana.github.io/helm-charts diff --git a/charts/stable/debian-apt-mirror/Chart.yaml b/charts/stable/debian-apt-mirror/Chart.yaml index df4cc5e8a6f..ce847f6f6dd 100644 --- a/charts/stable/debian-apt-mirror/Chart.yaml +++ b/charts/stable/debian-apt-mirror/Chart.yaml @@ -36,4 +36,4 @@ sources: - https://hub.docker.com/r/ich777/debian-mirror - https://www.debian.org/ type: application -version: 7.2.0 +version: 7.2.1 diff --git a/charts/stable/debian-apt-mirror/values.yaml b/charts/stable/debian-apt-mirror/values.yaml index 4d826db3a03..380599ee562 100644 --- a/charts/stable/debian-apt-mirror/values.yaml +++ b/charts/stable/debian-apt-mirror/values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: ich777/debian-mirror - tag: latest@sha256:25a5c7d23ba0e27b416088938b36b5ac559594f9b2b59a15310692585f10e32f + tag: latest@sha256:3c78d255c729e2db8c66445261237527a1628f927c26cc40fb915f7b5e1a6d9b persistence: config: enabled: true @@ -9,6 +9,9 @@ persistence: data: enabled: true mountPath: /debian-mirror/data + base: + enabled: true + mountPath: /debian-mirror portal: open: enabled: true @@ -30,7 +33,10 @@ workload: containers: main: env: + DATA_DIR: "/debian-mirror" + CONFIG_DIR: "/debian-mirror/config" + MIRROR_DIR: "/debian-mirror/data" APACHE2_PORT: "980" - DATA_PERM: "770" + CRON_SCHEDULE: "0 1 * * *" FORCE_UPDATE: "false" - UMASK: "0000" + DATA_PERM: "770"