Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-06-26 03:45:55 +00:00
parent aae30e2c12
commit 8062353b73
12 changed files with 56 additions and 26 deletions

View File

@ -1,9 +0,0 @@
## [ddns-go-5.0.25](https://github.com/truecharts/charts/compare/ddns-go-5.0.24...ddns-go-5.0.25) (2023-06-16)
### Chore
- update container image tccr.io/truecharts/ddns-go to v5.3.5 ([#9679](https://github.com/truecharts/charts/issues/9679))

View File

@ -4,15 +4,15 @@
## [ddns-go-5.0.25](https://github.com/truecharts/charts/compare/ddns-go-5.0.24...ddns-go-5.0.25) (2023-06-16)
### Chore
- update container image tccr.io/truecharts/ddns-go to v5.3.5 ([#9679](https://github.com/truecharts/charts/issues/9679))
## [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))
## [ddns-go-5.0.25](https://github.com/truecharts/charts/compare/ddns-go-5.0.24...ddns-go-5.0.25) (2023-06-16)
### Chore

View File

@ -1,8 +1,8 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: ddns-go
version: 5.0.25
appVersion: "5.3.5"
version: 5.0.26
appVersion: "5.3.6"
description: Automatically obtain your public network IPv4 or IPv6 address and resolve it to the corresponding domain name service
type: application
deprecated: false

View File

@ -12,7 +12,7 @@ For more information about this App, please check the docs on the TrueCharts [we
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)

View File

@ -0,0 +1,9 @@
## [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))

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/ddns-go
pullPolicy: IfNotPresent
tag: v5.3.5@sha256:fd730372825783bb371fbccfa31031cc24519e81c4bf35c993d9e0d7c001e08a
tag: v5.3.6@sha256:49633ebc5f73f3e49481cf8ad78f857e3981e98da3e006e554fc612e582e7c56
securityContext:
container:

View File

@ -550,8 +550,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:
@ -1080,14 +1110,14 @@ questions:
attrs:
- variable: cpu
label: CPU
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 4000m
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- variable: memory
label: RAM
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 8Gi
@ -1101,7 +1131,7 @@ questions:
attrs:
- variable: cpu
label: CPU
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 10m
@ -1109,7 +1139,7 @@ questions:
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- variable: memory
label: "RAM"
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 50Mi