chore(deps): update container image ich777/debian-mirror to latest@f403f40 by renovate (#22933)
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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> --------- Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com> Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com> Co-authored-by: kqmaverick <kqmaverick@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user