Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-11-16 05:39:26 +00:00
parent d37f3240f0
commit a9671d3f63
12 changed files with 206 additions and 20 deletions

View File

@@ -1,9 +0,0 @@
## [rsnapshot-6.0.15](https://github.com/truecharts/charts/compare/rsnapshot-6.0.14...rsnapshot-6.0.15) (2023-11-08)
### Chore
- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465))

View File

@@ -4,6 +4,15 @@
## [rsnapshot-6.0.16](https://github.com/truecharts/charts/compare/rsnapshot-6.0.15...rsnapshot-6.0.16) (2023-11-16)
### Chore
- update container image tccr.io/truecharts/rsnapshot to v1.4.5 ([#14699](https://github.com/truecharts/charts/issues/14699))
## [rsnapshot-6.0.15](https://github.com/truecharts/charts/compare/rsnapshot-6.0.14...rsnapshot-6.0.15) (2023-11-08)
### Chore
@@ -88,12 +97,3 @@
## [rsnapshot-6.0.6](https://github.com/truecharts/charts/compare/rsnapshot-6.0.5...rsnapshot-6.0.6) (2023-10-05)
### Chore
- update container image tccr.io/truecharts/rsnapshot to v1.4.5 ([#13263](https://github.com/truecharts/charts/issues/13263))
## [rsnapshot-6.0.5](https://github.com/truecharts/charts/compare/rsnapshot-6.0.4...rsnapshot-6.0.5) (2023-09-28)

View File

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

View File

@@ -0,0 +1,9 @@
## [rsnapshot-6.0.16](https://github.com/truecharts/charts/compare/rsnapshot-6.0.15...rsnapshot-6.0.16) (2023-11-16)
### Chore
- update container image tccr.io/truecharts/rsnapshot to v1.4.5 ([#14699](https://github.com/truecharts/charts/issues/14699))

View File

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

View File

@@ -549,6 +549,99 @@ questions:
show_if: [["type", "=", "pvc"]]
type: string
default: 256Gi
- variable: storageClass
label: 'storageClass (Advanced)'
description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
schema:
show_if: [["type", "=", "pvc"]]
type: string
default: ""
- variable: static
label: 'Static Fixed PVC Bindings (Experimental)'
description: Link a PVC to a specific storage location
schema:
show_if: [["type", "=", "pvc"]]
type: dict
additional_attrs: true
attrs:
- variable: mode
label: mode
description: |
disabled: use normal dynamic PVCs
smb: connect to an SMB share
nfs: connect to an NFS share
schema:
type: string
default: "disabled"
enum:
- value: "disabled"
description: disabled
- value: smb
description: smb
- value: nfs
description: nfs
- variable: server
label: Server
description: server to connect to
schema:
type: string
show_if: [["mode", "!=", "disabled"]]
default: "myserver"
- variable: share
label: Share
description: share to connect to
schema:
type: string
show_if: [["mode", "!=", "disabled"]]
default: "/myshare"
- variable: user
label: User
description: connecting user
schema:
type: string
show_if: [["mode", "=", "smb"]]
default: "myuser"
- variable: domain
label: Domain
description: user domain
schema:
type: string
show_if: [["mode", "=", "smb"]]
default: ""
- variable: password
label: Password
description: connecting password
schema:
type: string
show_if: [["mode", "=", "smb"]]
default: ""
- variable: volumeSnapshots
label: 'Volume Snapshots (Experimental)'
description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
schema:
show_if: [["type", "=", "pvc"]]
type: list
default: []
items:
- variable: volumeSnapshotEntry
label: Custom volumeSnapshot
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
label: Name
description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
schema:
type: string
default: "mysnapshot"
required: true
- variable: volumeSnapshotClassName
label: 'volumeSnapshot Class Name (Advanced)'
description: For use with PVCs using a non-default storageClass
schema:
type: string
default: ""
- variable: persistenceList
label: Additional App Storage
group: Storage and Persistence
@@ -669,6 +762,99 @@ questions:
show_if: [["type", "=", "pvc"]]
type: string
default: 256Gi
- variable: storageClass
label: 'storageClass (Advanced)'
description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
schema:
show_if: [["type", "=", "pvc"]]
type: string
default: ""
- variable: static
label: 'Static Fixed PVC Bindings (Experimental)'
description: Link a PVC to a specific storage location
schema:
show_if: [["type", "=", "pvc"]]
type: dict
additional_attrs: true
attrs:
- variable: mode
label: mode
description: |
disabled: use normal dynamic PVCs
smb: connect to an SMB share
nfs: connect to an NFS share
schema:
type: string
default: "disabled"
enum:
- value: "disabled"
description: disabled
- value: smb
description: smb
- value: nfs
description: nfs
- variable: server
label: Server
description: server to connect to
schema:
type: string
show_if: [["mode", "!=", "disabled"]]
default: "myserver"
- variable: share
label: Share
description: share to connect to
schema:
type: string
show_if: [["mode", "!=", "disabled"]]
default: "/myshare"
- variable: user
label: User
description: connecting user
schema:
type: string
show_if: [["mode", "=", "smb"]]
default: "myuser"
- variable: domain
label: Domain
description: user domain
schema:
type: string
show_if: [["mode", "=", "smb"]]
default: ""
- variable: password
label: Password
description: connecting password
schema:
type: string
show_if: [["mode", "=", "smb"]]
default: ""
- variable: volumeSnapshots
label: 'Volume Snapshots (Experimental)'
description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
schema:
show_if: [["type", "=", "pvc"]]
type: list
default: []
items:
- variable: volumeSnapshotEntry
label: Custom volumeSnapshot
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
label: Name
description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
schema:
type: string
default: "mysnapshot"
required: true
- variable: volumeSnapshotClassName
label: 'volumeSnapshot Class Name (Advanced)'
description: For use with PVCs using a non-default storageClass
schema:
type: string
default: ""
- variable: securityContext
group: Security and Permissions
label: Security Context