Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-07-07 06:42:01 +00:00
parent a0463e95c4
commit 1bc42b2d7b
12 changed files with 85 additions and 53 deletions

View File

@ -1,9 +0,0 @@
## [nntp2nntp-5.0.14](https://github.com/truecharts/charts/compare/nntp2nntp-5.0.13...nntp2nntp-5.0.14) (2023-07-01)
### Chore
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))

View File

@ -4,6 +4,15 @@
## [nntp2nntp-5.0.15](https://github.com/truecharts/charts/compare/nntp2nntp-5.0.14...nntp2nntp-5.0.15) (2023-07-07)
### Chore
- update container image tccr.io/truecharts/nntp2nntp to v0.3.20230704 ([#10226](https://github.com/truecharts/charts/issues/10226))
## [nntp2nntp-5.0.14](https://github.com/truecharts/charts/compare/nntp2nntp-5.0.13...nntp2nntp-5.0.14) (2023-07-01)
### Chore
@ -88,12 +97,3 @@
## [nntp2nntp-5.0.5](https://github.com/truecharts/charts/compare/nntp2nntp-5.0.4...nntp2nntp-5.0.5) (2023-05-22)
### Chore
- update helm general non-major ([#9089](https://github.com/truecharts/charts/issues/9089))

View File

@ -1,8 +1,8 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: nntp2nntp
version: 5.0.14
appVersion: "0.3.202210"
version: 5.0.15
appVersion: "0.3.202307"
description: Nntp2nntp proxy allow you to use your NNTP Account from multiple systems, each with own user name and password.
type: application
deprecated: false

View File

@ -0,0 +1,9 @@
## [nntp2nntp-5.0.15](https://github.com/truecharts/charts/compare/nntp2nntp-5.0.14...nntp2nntp-5.0.15) (2023-07-07)
### Chore
- update container image tccr.io/truecharts/nntp2nntp to v0.3.20230704 ([#10226](https://github.com/truecharts/charts/issues/10226))

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/nntp2nntp
pullPolicy: IfNotPresent
tag: 0.3.20221013@sha256:c5e1743c1d921a23ee96858d8eed4e9b05d55c85c7d4149d6f1e69e3fa3c77c3
tag: v0.3.20230704@sha256:42828d568e2059606ab09145f40ae64f03f9037d154a603bcb59af3bcd7947f4
service:
main:
ports:

View File

@ -546,14 +546,6 @@ questions:
show_if: [["type", "=", "nfs"]]
type: string
default: ""
- variable: setPermissions
label: Automatic Permissions
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
@ -562,27 +554,36 @@ questions:
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
- variable: enabled
label: enabled
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- 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</br>
Format should be 3 digits, e.g. 770
schema:
type: string
valid_chars: '[0-9]{3}'
default: ""
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
schema:
type: boolean
default: false
- variable: readOnly
label: Read Only
schema:
@ -658,13 +659,44 @@ questions:
show_if: [["type", "=", "nfs"]]
type: string
default: ""
- variable: setPermissions
label: Automatic Permissions
description: Automatically set permissions on install
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
schema:
show_if: [["type", "=", "hostPath"]]
type: boolean
default: false
show_if: [["type", "!=", "pvc"]]
type: dict
additional_attrs: true
attrs:
- variable: enabled
label: enabled
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- 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</br>
Format should be 3 digits, e.g. 770
schema:
type: string
valid_chars: '[0-9]{3}'
default: ""
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
schema:
type: boolean
default: false
- variable: readOnly
label: Read Only
schema: