chore(deps): update container image nginx to 1.25.4@07145ce by renovate (#20576)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | nginx | digest | `391f9f4` -> `07145ce` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI4NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
parent
505546c81c
commit
4180756b64
|
@ -29,7 +29,7 @@ home: https://truecharts.org/charts/stable/vikunja
|
|||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/vikunja.png
|
||||
keywords:
|
||||
- vikunja
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
|
@ -38,8 +38,8 @@ name: vikunja
|
|||
sources:
|
||||
- https://vikunja.io/docs
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/vikunja
|
||||
- https://hub.docker.com/_/nginx
|
||||
- https://hub.docker.com/r/vikunja/frontend
|
||||
- https://hub.docker.com/_/nginx
|
||||
- https://hub.docker.com/r/vikunja/api
|
||||
type: application
|
||||
version: 13.10.8
|
||||
version: 13.10.9
|
||||
|
|
|
@ -8,7 +8,7 @@ frontendImage:
|
|||
pullPolicy: IfNotPresent
|
||||
nginxImage:
|
||||
repository: nginx
|
||||
tag: 1.25.4@sha256:391f9f4a9a3b27eb5ad6b5d8aae0f1678d75cba98281a3c602fc8251fef014f3
|
||||
tag: 1.25.4@sha256:07145ce64726c77459474a1e283d45d6755d9b175c2cc0bd85fe693ee09db744
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
|
|
Loading…
Reference in New Issue