Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-07-22 17:38:56 +00:00
parent 88fa268e90
commit 674d522dc4
12 changed files with 85 additions and 53 deletions

View File

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

View File

@@ -4,6 +4,15 @@
## [syslog-ng-5.0.24](https://github.com/truecharts/charts/compare/syslog-ng-5.0.23...syslog-ng-5.0.24) (2023-07-22)
### Chore
- update container image tccr.io/truecharts/syslog-ng to v4.3.0 ([#10754](https://github.com/truecharts/charts/issues/10754))
## [syslog-ng-5.0.23](https://github.com/truecharts/charts/compare/syslog-ng-5.0.22...syslog-ng-5.0.23) (2023-07-01)
### Chore
@@ -88,12 +97,3 @@
## [syslog-ng-5.0.14](https://github.com/truecharts/charts/compare/syslog-ng-5.0.13...syslog-ng-5.0.14) (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: syslog-ng
version: 5.0.23
appVersion: "4.2.0"
version: 5.0.24
appVersion: "4.3.0"
description: syslog-ng allows you to flexibly collect, parse, classify, rewrite and correlate logs.
type: application
deprecated: false

View File

@@ -0,0 +1,9 @@
## [syslog-ng-5.0.24](https://github.com/truecharts/charts/compare/syslog-ng-5.0.23...syslog-ng-5.0.24) (2023-07-22)
### Chore
- update container image tccr.io/truecharts/syslog-ng to v4.3.0 ([#10754](https://github.com/truecharts/charts/issues/10754))

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/syslog-ng
pullPolicy: IfNotPresent
tag: v4.2.0@sha256:566cf86b7d9b6343e31f0cf1fe4d9ea8a3db9f3afd8cd364a88891ca4cbbfb36
tag: v4.3.0@sha256:d2b499909689d1e1c1d45c5538041724958eafbef1914023a6a232b34f4ced77
service:
main:
ports:

View File

@@ -639,14 +639,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
@@ -655,27 +647,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:
@@ -751,13 +752,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: