Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
5cdacafffa
commit
f192739c2f
|
@ -1,4 +0,0 @@
|
|||
|
||||
|
||||
## [duckdns-6.0.18](https://github.com/truecharts/charts/compare/duckdns-6.0.17...duckdns-6.0.18) (2023-11-17)
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [duckdns-6.0.19](https://github.com/truecharts/charts/compare/duckdns-6.0.18...duckdns-6.0.19) (2023-11-19)
|
||||
|
||||
### Fix
|
||||
|
||||
- update container image ghcr.io/linuxserver/duckdns to latest ([#15095](https://github.com/truecharts/charts/issues/15095))
|
||||
|
||||
|
||||
|
||||
|
||||
## [duckdns-6.0.18](https://github.com/truecharts/charts/compare/duckdns-6.0.17...duckdns-6.0.18) (2023-11-17)
|
||||
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
- update container image tccr.io/truecharts/duckdns to latest ([#13620](https://github.com/truecharts/charts/issues/13620))
|
||||
|
||||
|
||||
|
||||
|
||||
## [duckdns-6.0.8](https://github.com/truecharts/charts/compare/duckdns-6.0.7...duckdns-6.0.8) (2023-10-09)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/duckdns to latest ([#13432](https://github.com/truecharts/charts/issues/13432))
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: duckdns
|
||||
version: 6.0.18
|
||||
appVersion: "latest"
|
||||
version: 6.0.19
|
||||
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
|
||||
deprecated: false
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [duckdns-6.0.19](https://github.com/truecharts/charts/compare/duckdns-6.0.18...duckdns-6.0.19) (2023-11-19)
|
||||
|
||||
### Fix
|
||||
|
||||
- update container image ghcr.io/linuxserver/duckdns to latest ([#15095](https://github.com/truecharts/charts/issues/15095))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: ghcr.io/linuxserver/duckdns
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:b9bb62a4f105d6ae043b2c92c1f592325ff4930c14436af4369ab7e7c74f1ebb
|
||||
tag: latest@sha256:9cbcfa035dc1655fc7d004ed7e05e8b952077a15e41dbe838da8df02e6a75c12
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
Loading…
Reference in New Issue