Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-06-22 05:41:26 +00:00
parent 12cd164676
commit 1498c8bb49
13 changed files with 56 additions and 20 deletions

View File

@ -1,9 +0,0 @@
## [rsnapshot-5.0.23](https://github.com/truecharts/charts/compare/rsnapshot-5.0.22...rsnapshot-5.0.23) (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 @@
## [rsnapshot-5.0.24](https://github.com/truecharts/charts/compare/rsnapshot-5.0.23...rsnapshot-5.0.24) (2023-06-22)
### Chore
- update container image tccr.io/truecharts/rsnapshot to v1.4.5 ([#9824](https://github.com/truecharts/charts/issues/9824))
## [rsnapshot-5.0.23](https://github.com/truecharts/charts/compare/rsnapshot-5.0.22...rsnapshot-5.0.23) (2023-06-13)
### Chore
@ -88,12 +97,3 @@
## [rsnapshot-5.0.14](https://github.com/truecharts/charts/compare/rsnapshot-5.0.13...rsnapshot-5.0.14) (2023-05-24)
### Chore
- update helm general non-major ([#9125](https://github.com/truecharts/charts/issues/9125))
## [rsnapshot-5.0.13](https://github.com/truecharts/charts/compare/rsnapshot-5.0.12...rsnapshot-5.0.13) (2023-05-22)
### Chore

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: rsnapshot
version: 5.0.23
version: 5.0.24
appVersion: "1.4.5"
description: Rsnapshot is a filesystem snapshot utility based on rsync.
type: application

View File

@ -0,0 +1,9 @@
## [rsnapshot-5.0.24](https://github.com/truecharts/charts/compare/rsnapshot-5.0.23...rsnapshot-5.0.24) (2023-06-22)
### Chore
- update container image tccr.io/truecharts/rsnapshot to v1.4.5 ([#9824](https://github.com/truecharts/charts/issues/9824))

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/rsnapshot
pullPolicy: IfNotPresent
tag: v1.4.5@sha256:3c89c07e5283bfacb136181188d84bf2b224b93d58064196f7020aa7afd98318
tag: v1.4.5@sha256:c7fe1368962dc7b1c8886e8e8334c05821682a600d63dc73ead36f961477a75d
service:
main:
enabled: false

View File

@ -239,6 +239,7 @@ questions:
description: Interface Configuration
label: Interface Configuration
schema:
additional_attrs: true
type: dict
$ref:
- "normalize/interfaceConfiguration"
@ -255,6 +256,7 @@ questions:
description: Define how IP Address will be managed
label: IP Address Management
schema:
additional_attrs: true
type: dict
required: true
attrs:
@ -485,8 +487,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:
@ -806,6 +838,7 @@ questions:
- variable: gpu
label: Select GPU
schema:
additional_attrs: true
type: dict
$ref:
- "definitions/gpuConfiguration"
@ -1393,6 +1426,7 @@ questions:
- variable: openvpn
label: OpenVPN Settings
schema:
additional_attrs: true
type: dict
show_if: [["type", "=", "openvpn"]]
attrs:
@ -1413,6 +1447,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/rsnapshot.png
categories:
- incubator
screenshots: []