Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-05-25 06:51:24 +00:00
parent 8bb2ef5383
commit b177490164
14 changed files with 25 additions and 62 deletions

View File

@ -1,6 +1,15 @@
# Changelog<br> # Changelog<br>
<a name="traccar-5.0.22"></a>
### [traccar-5.0.22](https://github.com/truecharts/apps/compare/traccar-5.0.21...traccar-5.0.22) (2022-05-25)
#### Chore
* update container image tccr.io/truecharts/traccar to v5.0 ([#2749](https://github.com/truecharts/apps/issues/2749))
<a name="traccar-5.0.21"></a> <a name="traccar-5.0.21"></a>
### [traccar-5.0.21](https://github.com/truecharts/apps/compare/traccar-5.0.20...traccar-5.0.21) (2022-05-24) ### [traccar-5.0.21](https://github.com/truecharts/apps/compare/traccar-5.0.20...traccar-5.0.21) (2022-05-24)
@ -88,12 +97,3 @@
### [traccar-5.0.13](https://github.com/truecharts/apps/compare/traccar-5.0.12...traccar-5.0.13) (2022-04-12) ### [traccar-5.0.13](https://github.com/truecharts/apps/compare/traccar-5.0.12...traccar-5.0.13) (2022-04-12)
#### Chore #### Chore
* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480))
<a name="traccar-5.0.12"></a>
### [traccar-5.0.12](https://github.com/truecharts/apps/compare/traccar-5.0.11...traccar-5.0.12) (2022-04-03)
#### Chore

View File

@ -6,4 +6,4 @@ dependencies:
repository: https://charts.truecharts.org/ repository: https://charts.truecharts.org/
version: 7.0.77 version: 7.0.77
digest: sha256:dfeb7589afa894b9769b687d8183007f043c7827c7ecfc24d6db87d973a99b1a digest: sha256:dfeb7589afa894b9769b687d8183007f043c7827c7ecfc24d6db87d973a99b1a
generated: "2022-05-24T07:19:50.804826224Z" generated: "2022-05-25T06:42:15.719230969Z"

View File

@ -1,8 +1,8 @@
apiVersion: v2 apiVersion: v2
appVersion: "4.15" appVersion: "5.0"
description: Traccar is an open source GPS tracking system. description: Traccar is an open source GPS tracking system.
name: traccar name: traccar
version: 5.0.21 version: 5.0.22
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- traccar - traccar

View File

@ -2,7 +2,7 @@ image:
# -- image repository # -- image repository
repository: tccr.io/truecharts/traccar repository: tccr.io/truecharts/traccar
# -- image tag # -- image tag
tag: v4.15@sha256:3959d04826ee12f2affcd651a68299d98de088a234483bf8d804c27b8e5081ea tag: v5.0@sha256:b56353fba09e0103d8fef47b283f5aaf592420ceec0123d14194e8b7a9630d0d
# -- image pull policy # -- image pull policy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent

File diff suppressed because one or more lines are too long