Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
169af40e4d
commit
70b4622adb
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [ddclient-6.0.2](https://github.com/truecharts/charts/compare/ddclient-6.0.1...ddclient-6.0.2) (2023-10-22)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/ddclient to v3.11.0 ([#13872](https://github.com/truecharts/charts/issues/13872))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [ddclient-6.0.3](https://github.com/truecharts/charts/compare/ddclient-6.0.2...ddclient-6.0.3) (2023-10-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/ddclient to v3.11.1 ([#13975](https://github.com/truecharts/charts/issues/13975))
|
||||
|
||||
|
||||
|
||||
|
||||
## [ddclient-6.0.2](https://github.com/truecharts/charts/compare/ddclient-6.0.1...ddclient-6.0.2) (2023-10-22)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
- update helm general non-major ([#9393](https://github.com/truecharts/charts/issues/9393))
|
||||
|
||||
|
||||
|
||||
|
||||
## [ddclient-5.0.18](https://github.com/truecharts/charts/compare/ddclient-5.0.17...ddclient-5.0.18) (2023-05-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: ddclient
|
||||
version: 6.0.2
|
||||
appVersion: "3.11.0"
|
||||
version: 6.0.3
|
||||
appVersion: "3.11.1"
|
||||
description: Ddclient is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider.
|
||||
type: application
|
||||
deprecated: false
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [ddclient-6.0.3](https://github.com/truecharts/charts/compare/ddclient-6.0.2...ddclient-6.0.3) (2023-10-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/ddclient to v3.11.1 ([#13975](https://github.com/truecharts/charts/issues/13975))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/ddclient
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v3.11.0@sha256:b7caccf9bc589c1a0aa48a82d61dc6b9296a7a0cbd8164470e644d21cf1f392c
|
||||
tag: v3.11.1@sha256:5158a09e9777c7d865734e36254d06d5db293efbcd3cb697274432b36d92d6db
|
||||
|
||||
securityContext:
|
||||
container:
|
Loading…
Reference in New Issue