Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
a1b58ab901
commit
0ba5b8412a
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [ddns-go-6.0.3](https://github.com/truecharts/charts/compare/ddns-go-6.0.2...ddns-go-6.0.3) (2023-08-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/ddns-go to v5.6.1 ([#11667](https://github.com/truecharts/charts/issues/11667))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [ddns-go-6.0.4](https://github.com/truecharts/charts/compare/ddns-go-6.0.3...ddns-go-6.0.4) (2023-09-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/ddns-go to v5.6.2 ([#12478](https://github.com/truecharts/charts/issues/12478))
|
||||
|
||||
|
||||
|
||||
|
||||
## [ddns-go-6.0.3](https://github.com/truecharts/charts/compare/ddns-go-6.0.2...ddns-go-6.0.3) (2023-08-18)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))
|
||||
|
||||
|
||||
|
||||
|
||||
## [ddns-go-5.0.26](https://github.com/truecharts/charts/compare/ddns-go-5.0.25...ddns-go-5.0.26) (2023-06-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/ddns-go to v5.3.6 ([#9915](https://github.com/truecharts/charts/issues/9915))
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: ddns-go
|
||||
version: 6.0.3
|
||||
appVersion: "5.6.1"
|
||||
version: 6.0.4
|
||||
appVersion: "5.6.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.4](https://github.com/truecharts/charts/compare/ddns-go-6.0.3...ddns-go-6.0.4) (2023-09-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/ddns-go to v5.6.2 ([#12478](https://github.com/truecharts/charts/issues/12478))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/ddns-go
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v5.6.1@sha256:18de87a79eaa4e044d2a0337f399046a7007e91a2a27c3fac927754b9b37faba
|
||||
tag: v5.6.2@sha256:4dbd352ee9dd6d783bfff51b691478206b08c6c64392a99c2806296b0631f41c
|
||||
|
||||
securityContext:
|
||||
container:
|
Loading…
Reference in New Issue