Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
aabb4026eb
commit
1c7e3eb587
|
@ -1,10 +0,0 @@
|
|||
|
||||
|
||||
## [ddclient-6.0.4](https://github.com/truecharts/charts/compare/ddclient-6.0.3...ddclient-6.0.4) (2023-10-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [ddclient-6.0.5](https://github.com/truecharts/charts/compare/ddclient-6.0.4...ddclient-6.0.5) (2023-10-31)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/ddclient to v3.11.1 ([#14156](https://github.com/truecharts/charts/issues/14156))
|
||||
|
||||
|
||||
|
||||
|
||||
## [ddclient-6.0.4](https://github.com/truecharts/charts/compare/ddclient-6.0.3...ddclient-6.0.4) (2023-10-29)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
### Chore
|
||||
|
||||
- update helm general non-major ([#9457](https://github.com/truecharts/charts/issues/9457))
|
||||
|
||||
|
||||
|
||||
|
||||
## [ddclient-5.0.20](https://github.com/truecharts/charts/compare/ddclient-5.0.19...ddclient-5.0.20) (2023-06-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9423](https://github.com/truecharts/charts/issues/9423))
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: ddclient
|
||||
version: 6.0.4
|
||||
version: 6.0.5
|
||||
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
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [ddclient-6.0.5](https://github.com/truecharts/charts/compare/ddclient-6.0.4...ddclient-6.0.5) (2023-10-31)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/ddclient to v3.11.1 ([#14156](https://github.com/truecharts/charts/issues/14156))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/ddclient
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v3.11.1@sha256:5158a09e9777c7d865734e36254d06d5db293efbcd3cb697274432b36d92d6db
|
||||
tag: v3.11.1@sha256:6650c70215d211083cc341c0ae884991e07acb60643eeb79dad1674d9a637af2
|
||||
|
||||
securityContext:
|
||||
container:
|
Loading…
Reference in New Issue