Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
5eee267ee0
commit
07fd729f23
|
@ -1,12 +0,0 @@
|
|||
|
||||
|
||||
## [duckdns-6.0.22](https://github.com/truecharts/charts/compare/duckdns-6.0.21...duckdns-6.0.22) (2023-12-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- bump everything to ensure catalog has latest versions
|
||||
- fix annotations again
|
||||
- update annotations
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [duckdns-6.0.23](https://github.com/truecharts/charts/compare/duckdns-6.0.22...duckdns-6.0.23) (2023-12-04)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/linuxserver/duckdns to latest[@33ea96d](https://github.com/33ea96d) ([#15716](https://github.com/truecharts/charts/issues/15716))
|
||||
|
||||
|
||||
|
||||
|
||||
## [duckdns-6.0.22](https://github.com/truecharts/charts/compare/duckdns-6.0.21...duckdns-6.0.22) (2023-12-03)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [duckdns-6.0.13](https://github.com/truecharts/charts/compare/duckdns-6.0.12...duckdns-6.0.13) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287))
|
||||
|
||||
|
||||
|
||||
|
||||
## [duckdns-6.0.12](https://github.com/truecharts/charts/compare/duckdns-6.0.11...duckdns-6.0.12) (2023-10-30)
|
||||
|
||||
### Chore
|
|
@ -1,7 +1,7 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: duckdns
|
||||
version: 6.0.22
|
||||
version: 6.0.23
|
||||
appVersion: latest
|
||||
description:
|
||||
Duckdns is a free service which will point a DNS (sub domains of duckdns.org)
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [duckdns-6.0.23](https://github.com/truecharts/charts/compare/duckdns-6.0.22...duckdns-6.0.23) (2023-12-04)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/linuxserver/duckdns to latest[@33ea96d](https://github.com/33ea96d) ([#15716](https://github.com/truecharts/charts/issues/15716))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: ghcr.io/linuxserver/duckdns
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:fc21f41ad892601366995eb113fc55b46b5bf762161a5cc5428743a1a6b1333b
|
||||
tag: latest@sha256:33ea96de82903171db1a4107fb0ffebcdf23adb780146449fc43c4c69e3dc9c5
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
Loading…
Reference in New Issue