Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-06-19 05:44:27 +00:00
parent 392f940c29
commit f25b0d9389
13 changed files with 56 additions and 20 deletions

View File

@ -1,9 +0,0 @@
## [duckdns-5.0.28](https://github.com/truecharts/charts/compare/duckdns-5.0.27...duckdns-5.0.28) (2023-06-13)
### Chore
- update helm chart common to 12.14.2 ([#9599](https://github.com/truecharts/charts/issues/9599))

View File

@ -4,6 +4,15 @@
## [duckdns-5.0.29](https://github.com/truecharts/charts/compare/duckdns-5.0.28...duckdns-5.0.29) (2023-06-19)
### Chore
- update container image tccr.io/truecharts/duckdns to latest ([#9757](https://github.com/truecharts/charts/issues/9757))
## [duckdns-5.0.28](https://github.com/truecharts/charts/compare/duckdns-5.0.27...duckdns-5.0.28) (2023-06-13)
### Chore
@ -88,12 +97,3 @@
## [duckdns-5.0.19](https://github.com/truecharts/charts/compare/duckdns-5.0.18...duckdns-5.0.19) (2023-05-24)
### Chore
- update helm general non-major ([#9125](https://github.com/truecharts/charts/issues/9125))
## [duckdns-5.0.18](https://github.com/truecharts/charts/compare/duckdns-5.0.17...duckdns-5.0.18) (2023-05-22)
### Chore

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: duckdns
version: 5.0.28
version: 5.0.29
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

View File

@ -0,0 +1,9 @@
## [duckdns-5.0.29](https://github.com/truecharts/charts/compare/duckdns-5.0.28...duckdns-5.0.29) (2023-06-19)
### Chore
- update container image tccr.io/truecharts/duckdns to latest ([#9757](https://github.com/truecharts/charts/issues/9757))

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/duckdns
pullPolicy: IfNotPresent
tag: latest@sha256:1fcd78c4dd620771504280b9c23b80d39a62d983cddbb3620b21448aeee98e7f
tag: latest@sha256:44c41e83cf3ad90777214ca75aea45e4c37c3fd451776d74f74a0d343a123267
securityContext:
container:

View File

@ -264,6 +264,7 @@ questions:
description: Interface Configuration
label: Interface Configuration
schema:
additional_attrs: true
type: dict
$ref:
- "normalize/interfaceConfiguration"
@ -280,6 +281,7 @@ questions:
description: Define how IP Address will be managed
label: IP Address Management
schema:
additional_attrs: true
type: dict
required: true
attrs:
@ -510,8 +512,38 @@ questions:
description: Automatically set permissions on install
schema:
show_if: [["type", "=", "hostPath"]]
hidden: true
type: boolean
default: false
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
schema:
show_if: [["type", "!=", "pvc"]]
type: dict
additional_attrs: true
attrs:
- variable: chown
label: Run CHOWN
description: |
It will run CHOWN on the path with the given fsGroup
schema:
type: boolean
default: false
- variable: chmod
label: Run CHMOD
description: |
It will run CHMOD on the path with the given value
schema:
type: string
default: "775"
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
schema:
type: boolean
default: false
- variable: readOnly
label: Read Only
schema:
@ -831,6 +863,7 @@ questions:
- variable: gpu
label: Select GPU
schema:
additional_attrs: true
type: dict
$ref:
- "definitions/gpuConfiguration"
@ -1418,6 +1451,7 @@ questions:
- variable: openvpn
label: OpenVPN Settings
schema:
additional_attrs: true
type: dict
show_if: [["type", "=", "openvpn"]]
attrs:
@ -1438,6 +1472,7 @@ questions:
- variable: tailscale
label: Tailscale Settings
schema:
additional_attrs: true
type: dict
show_if: [["type", "=", "tailscale"]]
attrs:

View File

@ -2,3 +2,4 @@ icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/duckdns.png
categories:
- incubator
screenshots: []