Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
e3348879e2
commit
49cc7aa571
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [ddns-go-6.0.1](https://github.com/truecharts/charts/compare/ddns-go-6.0.0...ddns-go-6.0.1) (2023-08-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/ddns-go to v5.5.2 ([#11245](https://github.com/truecharts/charts/issues/11245))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [ddns-go-6.0.0](https://github.com/truecharts/charts/compare/ddns-go-5.0.32...ddns-go-6.0.0) (2023-07-31)
|
||||
|
||||
|
@ -82,15 +91,6 @@
|
|||
|
||||
|
||||
|
||||
## [ddns-go-5.0.25](https://github.com/truecharts/charts/compare/ddns-go-5.0.24...ddns-go-5.0.25) (2023-06-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/ddns-go to v5.3.5 ([#9679](https://github.com/truecharts/charts/issues/9679))
|
||||
|
||||
|
||||
|
||||
|
||||
## [ddns-go-5.0.25](https://github.com/truecharts/charts/compare/ddns-go-5.0.24...ddns-go-5.0.25) (2023-06-16)
|
||||
|
||||
### Chore
|
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: ddns-go
|
||||
version: 6.0.0
|
||||
appVersion: "5.5.1"
|
||||
version: 6.0.1
|
||||
appVersion: "5.5.2"
|
||||
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.1](https://github.com/truecharts/charts/compare/ddns-go-6.0.0...ddns-go-6.0.1) (2023-08-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/ddns-go to v5.5.2 ([#11245](https://github.com/truecharts/charts/issues/11245))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/ddns-go
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v5.5.1@sha256:6cc3173e2508615a91351d41c2589e27b5878369663d1bfe76ed814fe5804b26
|
||||
tag: v5.5.2@sha256:1e74257869d0e1f8f9936b616afd3932cbeb9366933a03201b25a1250a857a7e
|
||||
|
||||
securityContext:
|
||||
container:
|
Loading…
Reference in New Issue