chore(deps): update container image tccr.io/truecharts/smtp-relay to v0.5.2@ad5044e (#15692)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tccr.io/truecharts/smtp-relay](https://togithub.com/truecharts/containers) | patch | `v0.5.1` -> `v0.5.2` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS40IiwidXBkYXRlZEluVmVyIjoiMzcuODEuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
This commit is contained in:
parent
e64dd96f81
commit
7a40234327
|
@ -1,31 +1,31 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: smtp-relay
|
||||
version: 0.0.9
|
||||
appVersion: 0.5.1
|
||||
version: 0.0.10
|
||||
appVersion: 0.5.2
|
||||
description: A SMTP service for relaying emails.
|
||||
home: https://truecharts.org/charts/incubator/smtp-relay
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/smtp-relay.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/smtp-relay
|
||||
- https://github.com/truecharts/containers/tree/master/mirrorsmtp-relay
|
||||
- https://github.com/ix-ai/smtp
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/smtp-relay
|
||||
- https://github.com/truecharts/containers/tree/master/mirrorsmtp-relay
|
||||
- https://github.com/ix-ai/smtp
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- smtp-relay
|
||||
- smtp
|
||||
- smtp-relay
|
||||
- smtp
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 14.3.5
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: common
|
||||
version: 14.3.5
|
||||
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:
|
||||
repository: tccr.io/truecharts/smtp-relay
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.5.1@sha256:205cd0d120ab96071e599451664398a8e209c80b0b6c2944ca7ad4f463c0bd93
|
||||
tag: v0.5.2@sha256:ad5044ebdec5d2e75d08021f333b742328c2554e9807894031e328321433f049
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
|
Loading…
Reference in New Issue