Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
db93d64d12
commit
8609829656
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [duckdns-6.0.1](https://github.com/truecharts/charts/compare/duckdns-6.0.0...duckdns-6.0.1) (2023-08-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/duckdns to latest ([#11286](https://github.com/truecharts/charts/issues/11286))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [duckdns-6.0.0](https://github.com/truecharts/charts/compare/duckdns-5.0.36...duckdns-6.0.0) (2023-07-31)
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
- update helm chart common to 12.14.2 ([#9599](https://github.com/truecharts/charts/issues/9599))
|
||||
|
||||
|
||||
|
||||
|
||||
## [duckdns-5.0.27](https://github.com/truecharts/charts/compare/duckdns-5.0.26...duckdns-5.0.27) (2023-06-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9558](https://github.com/truecharts/charts/issues/9558))
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: duckdns
|
||||
version: 6.0.0
|
||||
version: 6.0.1
|
||||
appVersion: "latest"
|
||||
description: Duckdns is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice.
|
||||
type: application
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [duckdns-6.0.1](https://github.com/truecharts/charts/compare/duckdns-6.0.0...duckdns-6.0.1) (2023-08-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/duckdns to latest ([#11286](https://github.com/truecharts/charts/issues/11286))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/duckdns
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:fda1a8f48a8160fb3e5238176afed0bb3dd5d611e6eb8e5dd2b2ff2abd1e7182
|
||||
tag: latest@sha256:e2c713edb461a6b292dd98dc251f6693c6412d5fe4227bda4f4fd06f9fec3f3f
|
||||
|
||||
securityContext:
|
||||
container:
|
Loading…
Reference in New Issue