Added icon url (#853)

Signed-off-by: Nicholas Wilde <ncwilde43@gmail.com>
This commit is contained in:
nιcнolaѕ wιlde 2021-05-02 06:05:01 -07:00 committed by GitHub
parent 6ee5e4054c
commit 84ab22ed6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 35 additions and 4 deletions

View File

@ -2,12 +2,13 @@ apiVersion: v2
appVersion: v4.11 appVersion: v4.11
description: Traccar is an open source GPS tracking system. description: Traccar is an open source GPS tracking system.
name: traccar name: traccar
version: 4.3.1 version: 4.3.2
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- traccar - traccar
- gps - gps
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/traccar home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/traccar
icon: "https://github.com/traccar/traccar-web/raw/master/web/icon.png"
sources: sources:
- https://github.com/traccar/traccar - https://github.com/traccar/traccar
- https://hub.docker.com/r/traccar/traccar - https://hub.docker.com/r/traccar/traccar

View File

@ -1,6 +1,6 @@
# traccar # traccar
![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square) ![AppVersion: v4.11](https://img.shields.io/badge/AppVersion-v4.11-informational?style=flat-square) ![Version: 4.3.2](https://img.shields.io/badge/Version-4.3.2-informational?style=flat-square) ![AppVersion: v4.11](https://img.shields.io/badge/AppVersion-v4.11-informational?style=flat-square)
Traccar is an open source GPS tracking system. Traccar is an open source GPS tracking system.
@ -20,7 +20,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://charts.bitnami.com/bitnami | mariadb | 9.3.6 | | https://charts.bitnami.com/bitnami | mariadb | 9.3.6 |
| https://library-charts.k8s-at-home.com | common | 2.2.0 | | https://library-charts.k8s-at-home.com | common | 2.3.1 |
## TL;DR ## TL;DR
@ -102,6 +102,20 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [4.3.2]
#### Added
- Added icon url
#### Changed
- N/A
#### Removed
- N/A
### [1.0.0] ### [1.0.0]
#### Added #### Added
@ -116,6 +130,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- N/A - N/A
[4.3.2]: #4.3.2
[1.0.0]: #1.0.0 [1.0.0]: #1.0.0
## Support ## Support

View File

@ -9,6 +9,20 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [4.3.2]
#### Added
- Added icon url
#### Changed
- N/A
#### Removed
- N/A
### [1.0.0] ### [1.0.0]
#### Added #### Added
@ -23,5 +37,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- N/A - N/A
[4.3.2]: #4.3.2
[1.0.0]: #1.0.0 [1.0.0]: #1.0.0
{{- end -}} {{- end -}}