chore(deps): update container image yourls to latest@e6ed820 (#16131)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | yourls | digest | `a20b1d9` -> `e6ed820` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
parent
9fa3a1e825
commit
790942e18e
|
@ -1,35 +1,34 @@
|
|||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: yourls
|
||||
version: 3.0.3
|
||||
version: 3.0.4
|
||||
appVersion: latest
|
||||
description:
|
||||
YOURLS is a set of PHP scripts that will allow you to run Your Own URL
|
||||
description: YOURLS is a set of PHP scripts that will allow you to run Your Own URL
|
||||
Shortener.
|
||||
home: https://truecharts.org/charts/incubator/yourls
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/yourls.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/yourls
|
||||
- https://hub.docker.com/_/yourls
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/yourls
|
||||
- https://hub.docker.com/_/yourls
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- yourls
|
||||
- Cloud
|
||||
- Tools-Utilities
|
||||
- Network-Web
|
||||
- Network-Other
|
||||
- yourls
|
||||
- Cloud
|
||||
- Tools-Utilities
|
||||
- Network-Web
|
||||
- Network-Other
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 16.2.6
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: common
|
||||
version: 16.2.6
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: yourls
|
||||
tag: latest@sha256:a20b1d952e5dfc5efaa127a4a3ba8a8fff1c50a0bc626890c6cfea275bc550ea
|
||||
tag: latest@sha256:e6ed820464a9d6d504879fdc4421ce0855a8e7a5cb0b295a2054e1382c044968
|
||||
persistence: {}
|
||||
portal:
|
||||
open:
|
||||
|
|
Loading…
Reference in New Issue