Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
02d4a295b4
commit
6ddd1be92c
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [ddclient-6.0.11](https://github.com/truecharts/charts/compare/ddclient-6.0.10...ddclient-6.0.11) (2023-11-17)
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [ddclient-6.0.12](https://github.com/truecharts/charts/compare/ddclient-6.0.11...ddclient-6.0.12) (2023-11-21)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image ghcr.io/linuxserver/ddclient to 3.11.1[@fc10e3f](https://github.com/fc10e3f) ([#15202](https://github.com/truecharts/charts/issues/15202))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [ddclient-6.0.11](https://github.com/truecharts/charts/compare/ddclient-6.0.10...ddclient-6.0.11) (2023-11-17)
|
## [ddclient-6.0.11](https://github.com/truecharts/charts/compare/ddclient-6.0.10...ddclient-6.0.11) (2023-11-17)
|
||||||
|
|
||||||
|
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/ddclient to v3.11.0 ([#13872](https://github.com/truecharts/charts/issues/13872))
|
- update container image tccr.io/truecharts/ddclient to v3.11.0 ([#13872](https://github.com/truecharts/charts/issues/13872))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [ddclient-6.0.1](https://github.com/truecharts/charts/compare/ddclient-6.0.0...ddclient-6.0.1) (2023-10-07)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#13386](https://github.com/truecharts/charts/issues/13386))
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: ddclient
|
name: ddclient
|
||||||
version: 6.0.11
|
version: 6.0.12
|
||||||
appVersion: "3.11.1"
|
appVersion: 3.11.1
|
||||||
description: Ddclient is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider.
|
description: Ddclient is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider.
|
||||||
type: application
|
type: application
|
||||||
deprecated: false
|
deprecated: false
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [ddclient-6.0.12](https://github.com/truecharts/charts/compare/ddclient-6.0.11...ddclient-6.0.12) (2023-11-21)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image ghcr.io/linuxserver/ddclient to 3.11.1[@fc10e3f](https://github.com/fc10e3f) ([#15202](https://github.com/truecharts/charts/issues/15202))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/linuxserver/ddclient
|
repository: ghcr.io/linuxserver/ddclient
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 3.11.1@sha256:0410e723c326bfe5b434439894bc1883f79fa1e844359a17a1095cb97736da92
|
tag: 3.11.1@sha256:fc10e3f047a6591051cc87a174df722bcea2d70891e61c284602c959183a8ac2
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
||||||
runAsNonRoot: false
|
runAsNonRoot: false
|
Loading…
Reference in New Issue