Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
e184f30b99
commit
53b2f4caae
|
@ -1,10 +0,0 @@
|
|||
|
||||
|
||||
## [rsnapshot-6.0.10](https://github.com/truecharts/charts/compare/rsnapshot-6.0.9...rsnapshot-6.0.10) (2023-10-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [rsnapshot-6.0.11](https://github.com/truecharts/charts/compare/rsnapshot-6.0.10...rsnapshot-6.0.11) (2023-11-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/rsnapshot to v1.4.5 ([#14236](https://github.com/truecharts/charts/issues/14236))
|
||||
|
||||
|
||||
|
||||
|
||||
## [rsnapshot-6.0.10](https://github.com/truecharts/charts/compare/rsnapshot-6.0.9...rsnapshot-6.0.10) (2023-10-29)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
## [rsnapshot-6.0.1](https://github.com/truecharts/charts/compare/rsnapshot-6.0.0...rsnapshot-6.0.1) (2023-08-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/rsnapshot to v1.4.5 ([#11163](https://github.com/truecharts/charts/issues/11163))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [rsnapshot-6.0.0](https://github.com/truecharts/charts/compare/rsnapshot-5.0.30...rsnapshot-6.0.0) (2023-07-31)
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: rsnapshot
|
||||
version: 6.0.10
|
||||
version: 6.0.11
|
||||
appVersion: "1.4.5"
|
||||
description: Rsnapshot is a filesystem snapshot utility based on rsync.
|
||||
type: application
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [rsnapshot-6.0.11](https://github.com/truecharts/charts/compare/rsnapshot-6.0.10...rsnapshot-6.0.11) (2023-11-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/rsnapshot to v1.4.5 ([#14236](https://github.com/truecharts/charts/issues/14236))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/rsnapshot
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.4.5@sha256:c0ac89b4faefa4f6cbdd776e6c8406d3b0549e5ea845f52655d18eb962a29d91
|
||||
tag: v1.4.5@sha256:ce0e84e1fa1f87cae749ee867f66f6cff6abef35ccdbf212a0b1a8793b6ca0f7
|
||||
service:
|
||||
main:
|
||||
enabled: false
|
Loading…
Reference in New Issue