Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
04d608b344
commit
e477869da8
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [ddns-go-6.0.6](https://github.com/truecharts/charts/compare/ddns-go-6.0.5...ddns-go-6.0.6) (2023-10-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/ddns-go to v5.6.3 ([#13500](https://github.com/truecharts/charts/issues/13500))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [ddns-go-6.0.7](https://github.com/truecharts/charts/compare/ddns-go-6.0.6...ddns-go-6.0.7) (2023-10-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/ddns-go to v5.6.4 ([#14020](https://github.com/truecharts/charts/issues/14020))
|
||||
|
||||
|
||||
|
||||
|
||||
## [ddns-go-6.0.6](https://github.com/truecharts/charts/compare/ddns-go-6.0.5...ddns-go-6.0.6) (2023-10-11)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
- update container image tccr.io/truecharts/ddns-go to v5.5.0 ([#10709](https://github.com/truecharts/charts/issues/10709))
|
||||
|
||||
|
||||
|
||||
|
||||
## [ddns-go-5.0.29](https://github.com/truecharts/charts/compare/ddns-go-5.0.28...ddns-go-5.0.29) (2023-07-20)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/ddns-go to v5.4.1 ([#10656](https://github.com/truecharts/charts/issues/10656))
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: ddns-go
|
||||
version: 6.0.6
|
||||
appVersion: "5.6.3"
|
||||
version: 6.0.7
|
||||
appVersion: "5.6.4"
|
||||
description: Automatically obtain your public network IPv4 or IPv6 address and resolve it to the corresponding domain name service
|
||||
type: application
|
||||
deprecated: false
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [ddns-go-6.0.7](https://github.com/truecharts/charts/compare/ddns-go-6.0.6...ddns-go-6.0.7) (2023-10-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/ddns-go to v5.6.4 ([#14020](https://github.com/truecharts/charts/issues/14020))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/ddns-go
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v5.6.3@sha256:396d63d85302698ed11166c547b7b4c615909d9312831d8e6dcb6d2aafed717f
|
||||
tag: v5.6.4@sha256:80457804aa4589d129fc93c50960a992cbde4c2fd443af1509efabee9361f71f
|
||||
|
||||
securityContext:
|
||||
container:
|
Loading…
Reference in New Issue