Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
eb63126b10
commit
2ebf1303c8
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [rsnapshot-5.0.16](https://github.com/truecharts/charts/compare/rsnapshot-5.0.15...rsnapshot-5.0.16) (2023-05-27)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [rsnapshot-5.0.17](https://github.com/truecharts/charts/compare/rsnapshot-5.0.16...rsnapshot-5.0.17) (2023-05-29)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/rsnapshot to v1.4.5 ([#9253](https://github.com/truecharts/charts/issues/9253))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [rsnapshot-5.0.16](https://github.com/truecharts/charts/compare/rsnapshot-5.0.15...rsnapshot-5.0.16) (2023-05-27)
|
## [rsnapshot-5.0.16](https://github.com/truecharts/charts/compare/rsnapshot-5.0.15...rsnapshot-5.0.16) (2023-05-27)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
## [rsnapshot-5.0.7](https://github.com/truecharts/charts/compare/rsnapshot-5.0.6...rsnapshot-5.0.7) (2023-04-25)
|
## [rsnapshot-5.0.7](https://github.com/truecharts/charts/compare/rsnapshot-5.0.6...rsnapshot-5.0.7) (2023-04-25)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
|
||||||
- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [rsnapshot-5.0.6](https://github.com/truecharts/charts/compare/rsnapshot-5.0.5...rsnapshot-5.0.6) (2023-04-25)
|
|
||||||
|
|
||||||
### Chore
|
|
|
@ -1,8 +1,8 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: rsnapshot
|
name: rsnapshot
|
||||||
version: 5.0.16
|
version: 5.0.17
|
||||||
appVersion: "1.4.4"
|
appVersion: "1.4.5"
|
||||||
description: Rsnapshot is a filesystem snapshot utility based on rsync.
|
description: Rsnapshot is a filesystem snapshot utility based on rsync.
|
||||||
type: application
|
type: application
|
||||||
deprecated: false
|
deprecated: false
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [rsnapshot-5.0.17](https://github.com/truecharts/charts/compare/rsnapshot-5.0.16...rsnapshot-5.0.17) (2023-05-29)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/rsnapshot to v1.4.5 ([#9253](https://github.com/truecharts/charts/issues/9253))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/rsnapshot
|
repository: tccr.io/truecharts/rsnapshot
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 1.4.4@sha256:597d5c3004e359a90eb99b6713366872cb7077f5e229456cf4c4b0d99081c6da
|
tag: v1.4.5@sha256:2dfadbf5cc83632c7cd1a9825cd744be4d30ba1a1c8ce21f0446604b8fa3de45
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
enabled: false
|
enabled: false
|
Loading…
Reference in New Issue