chore(deps): update container image alpine to v3.20.1@cf3f180 by renovate (#23605)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | alpine | patch | `3.20.0` -> `3.20.1` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTMuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQxMy4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
parent
add60228db
commit
24a593e8f7
|
@ -6,7 +6,7 @@ annotations:
|
||||||
truecharts.org/min_helm_version: "3.11"
|
truecharts.org/min_helm_version: "3.11"
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 3.20.0
|
appVersion: 3.20.1
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 24.1.1
|
version: 24.1.1
|
||||||
|
@ -32,4 +32,4 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/external-service
|
- https://github.com/truecharts/charts/tree/master/charts/stable/external-service
|
||||||
- https://hub.docker.com/_/alpine
|
- https://hub.docker.com/_/alpine
|
||||||
type: application
|
type: application
|
||||||
version: 15.1.1
|
version: 15.1.2
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
image:
|
image:
|
||||||
repository: alpine
|
repository: alpine
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 3.20.0@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd
|
tag: 3.20.1@sha256:cf3f1802132e21fa51a6edd5b0c41084de134959fddf9dc5d9faf2920a2985b2
|
||||||
|
|
||||||
global:
|
global:
|
||||||
# Ignore isStopped
|
# Ignore isStopped
|
||||||
|
|
Loading…
Reference in New Issue