Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
9430741595
commit
cbb9798780
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [rsnapshot-4.0.14](https://github.com/truecharts/charts/compare/rsnapshot-4.0.13...rsnapshot-4.0.14) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [rsnapshot-4.0.15](https://github.com/truecharts/charts/compare/rsnapshot-4.0.14...rsnapshot-4.0.15) (2023-02-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/rsnapshot to 1.4.4
|
||||
|
||||
|
||||
|
||||
|
||||
## [rsnapshot-4.0.14](https://github.com/truecharts/charts/compare/rsnapshot-4.0.13...rsnapshot-4.0.14) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [rsnapshot-4.0.5](https://github.com/truecharts/charts/compare/rsnapshot-4.0.4...rsnapshot-4.0.5) (2022-12-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- pin dependencies ([#5688](https://github.com/truecharts/charts/issues/5688))
|
||||
|
||||
|
||||
|
||||
|
||||
## [rsnapshot-4.0.4](https://github.com/truecharts/charts/compare/rsnapshot-4.0.3...rsnapshot-4.0.4) (2022-12-19)
|
||||
|
||||
### Chore
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: rsnapshot
|
||||
version: 4.0.14
|
||||
version: 4.0.15
|
||||
appVersion: "1.4.4"
|
||||
description: Rsnapshot is a filesystem snapshot utility based on rsync.
|
||||
type: application
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [rsnapshot-4.0.15](https://github.com/truecharts/charts/compare/rsnapshot-4.0.14...rsnapshot-4.0.15) (2023-02-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/rsnapshot to 1.4.4
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/rsnapshot
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.4.4@sha256:e58e8f8c090ea3af0b00acfd7f9b2e84a7b97522a4f12db8590596e2dd13253e
|
||||
tag: 1.4.4@sha256:c02cf66a5f71aafaff23407974382cd7a5c64fec877101b9efc17d3d79ffdcbc
|
||||
|
||||
securityContext:
|
||||
runAsNonRoot: false
|
Loading…
Reference in New Issue