Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
464add8407
commit
6f8f4dffad
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [rsnapshot-8.1.6](https://github.com/truecharts/charts/compare/rsnapshot-8.1.5...rsnapshot-8.1.6) (2024-01-02)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- force bump to ensure up-to-date catalogs
|
|
@ -7,6 +7,15 @@ title: Changelog
|
|||
|
||||
|
||||
|
||||
## [rsnapshot-8.1.7](https://github.com/truecharts/charts/compare/rsnapshot-8.1.6...rsnapshot-8.1.7) (2024-01-04)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@63a5164](https://github.com/63a5164) by renovate ([#16867](https://github.com/truecharts/charts/issues/16867))
|
||||
|
||||
|
||||
## [rsnapshot-8.1.6](https://github.com/truecharts/charts/compare/rsnapshot-8.1.5...rsnapshot-8.1.6) (2024-01-02)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@ title: Changelog
|
|||
|
||||
- update helm general non-major by renovate ([#16384](https://github.com/truecharts/charts/issues/16384))
|
||||
|
||||
## [rsnapshot-7.0.10](https://github.com/truecharts/charts/compare/rsnapshot-7.0.9...rsnapshot-7.0.10) (2023-12-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16376](https://github.com/truecharts/charts/issues/16376))
|
||||
|
||||
## [rsnapshot-7.0.9](https://github.com/truecharts/charts/compare/rsnapshot-7.0.8...rsnapshot-7.0.9) (2023-12-23)
|
||||
|
||||
### Chore
|
|
@ -1,7 +1,7 @@
|
|||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: rsnapshot
|
||||
version: 8.1.6
|
||||
version: 8.1.7
|
||||
appVersion: 1.4.5
|
||||
description: Rsnapshot is a filesystem snapshot utility based on rsync.
|
||||
home: https://truecharts.org/charts/stable/rsnapshot
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [rsnapshot-8.1.7](https://github.com/truecharts/charts/compare/rsnapshot-8.1.6...rsnapshot-8.1.7) (2024-01-04)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@63a5164](https://github.com/63a5164) by renovate ([#16867](https://github.com/truecharts/charts/issues/16867))
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: ghcr.io/linuxserver/rsnapshot
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.4.5@sha256:a180907de92cb2abdc08ae2382c33d938cccd1cf67cc7d6d644284ffdbeff714
|
||||
tag: 1.4.5@sha256:63a5164ce28b520b9aca2ae3222e90394e18b5aa3f691a84f88148d8b7f211cd
|
||||
service:
|
||||
main:
|
||||
enabled: false
|
|
@ -231,30 +231,42 @@ questions:
|
|||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: registry
|
||||
label: "Registry"
|
||||
- variable: enabled
|
||||
label: Enabled
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: "https://index.docker.io/v1/"
|
||||
- variable: username
|
||||
label: "Username"
|
||||
type: boolean
|
||||
default: true
|
||||
- variable: data
|
||||
label: Data
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: password
|
||||
label: "Password"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: email
|
||||
label: "Email"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: registry
|
||||
label: "Registry"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: "https://index.docker.io/v1/"
|
||||
- variable: username
|
||||
label: "Username"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: password
|
||||
label: "Password"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
private: true
|
||||
default: ""
|
||||
- variable: email
|
||||
label: "Email"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: serviceexpert
|
||||
group: Networking and Services
|
||||
label: Show Expert Config
|
Loading…
Reference in New Issue