Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-07-30 20:11:06 +00:00
parent ffd130e07b
commit fd43cde93b
13 changed files with 2362 additions and 0 deletions

View File

@ -0,0 +1,75 @@
**Important:**
*for the complete changelog, please refer to the website*
## [owntracks-1.0.0](https://github.com/truecharts/charts/compare/owntracks-0.0.7...owntracks-1.0.0) (2023-07-30)
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
### Fix
- fix mistakes on questions.yaml
### Migrate
- Migrate to New Common BREAKING ([#10686](https://github.com/truecharts/charts/issues/10686))
## [owntracks-0.0.7](https://github.com/truecharts/charts/compare/owntracks-0.0.6...owntracks-0.0.7) (2023-02-10)
### Fix
- ensure new helm deps repo is used in latest releases as well.
## [owntracks-0.0.6](https://github.com/truecharts/charts/compare/owntracks-0.0.5...owntracks-0.0.6) (2023-02-02)
### Fix
- remove non-link sources ([#6826](https://github.com/truecharts/charts/issues/6826))
## [owntracks-0.0.5](https://github.com/truecharts/charts/compare/owntracks-0.0.4...owntracks-0.0.5) (2022-12-27)
### Chore
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
## [owntracks-0.0.4](https://github.com/truecharts/charts/compare/owntracks-0.0.3...owntracks-0.0.4) (2022-12-26)
### Chore
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
## [owntracks-0.0.3](https://github.com/truecharts/charts/compare/owntracks-0.0.2...owntracks-0.0.3) (2022-12-25)
### Chore
- update helm general non-major
## [owntracks-0.0.2]owntracks-0.0.2 (2022-12-22)
### Feat
- Add Owntracks ([#5197](https://github.com/truecharts/charts/issues/5197))

View File

@ -0,0 +1,30 @@
apiVersion: v2
appVersion: "0.9.3"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 13.2.1
deprecated: false
description: The OwnTracks Recorder is a lightweight program for storing and accessing location data published via MQTT (or HTTP) by the OwnTracks apps.
home: https://truecharts.org/charts/incubator/owntracks
icon: https://truecharts.org/img/hotlink-ok/chart-icons/owntracks.png
keywords:
- owncharts
- location
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: owntracks
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/owntracks
- https://github.com/owntracks/recorder
- https://github.com/owntracks/docker-recorder
type: application
version: 1.0.0
annotations:
truecharts.org/catagories: |
- media
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

@ -0,0 +1,17 @@
## [owntracks-1.0.0](https://github.com/truecharts/charts/compare/owntracks-0.0.7...owntracks-1.0.0) (2023-07-30)
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
### Fix
- fix mistakes on questions.yaml
### Migrate
- Migrate to New Common BREAKING ([#10686](https://github.com/truecharts/charts/issues/10686))

View File

@ -0,0 +1,8 @@
The OwnTracks Recorder is a lightweight program for storing and accessing location data published via MQTT (or HTTP) by the OwnTracks apps.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/owntracks](https://truecharts.org/charts/incubator/owntracks)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

Binary file not shown.

View File

@ -0,0 +1,56 @@
image:
repository: tccr.io/truecharts/owntracks
pullPolicy: IfNotPresent
tag: 0.9.3@sha256:797eb8958677b80bbb438251f75a51984b578c4919f0fe2c3a9bbf0e866a8b43
owntracks:
otr_host: ""
otr_port: 1883
otr_user: ""
otr_pass: ""
otr_precision: 7
otr_geokey: ""
otr_browserapikey: ""
otr_serverlabel: OwnTracks
otr_lmdbsize: 104857600000
service:
main:
ports:
main:
port: 8083
protocol: http
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
enabled: true
type: exec
command: /usr/sbin/recorder-health.sh
readiness:
enabled: true
type: exec
command: /usr/sbin/recorder-health.sh
startup:
enabled: true
type: exec
command: /usr/sbin/recorder-health.sh
envFrom:
- secretRef:
name: "secret"
persistence:
store:
enabled: true
mountPath: /store
config:
enabled: true
mountPath: /config
portal:
open:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@ -0,0 +1,34 @@
{{/* Define the configmap */}}
{{- define "owntracks.secret" -}}
enabled: true
data:
OTR_HTTPPORT: {{ .Values.service.main.ports.main.port | quote }}
{{- with .Values.owntracks.otr_host }}
OTR_HOST: {{ . | quote }}
{{- end }}
{{- with .Values.owntracks.otr_port }}
OTR_PORT: {{ . | quote }}
{{- end }}
{{- with .Values.owntracks.otr_user }}
OTR_USER: {{ . | quote }}
{{- end }}
{{- with .Values.owntracks.otr_pass }}
OTR_PASS: {{ . | quote }}
{{- end }}
{{- with .Values.owntracks.otr_precision }}
OTR_PRECISION: {{ . | quote }}
{{- end }}
{{- with .Values.owntracks.otr_geokey }}
OTR_GEOKEY: {{ . | quote }}
{{- end }}
{{- with .Values.owntracks.otr_borwserapikey }}
OTR_BROWSERAPIKEY: {{ . | quote }}
{{- end }}
{{- with .Values.owntracks.otr_serverlabel }}
OTR_SERVERLABEL: {{ . | quote }}
{{- end }}
{{- with .Values.owntracks.otr_lmdbsize }}
OTR_LMDBSIZE: {{ (int .) | quote }}
{{- end }} {{/* Convert to int again, as it's being converted in scienfitic notation */}}
{{- end -}}

View File

@ -0,0 +1,11 @@
{{/* Make sure all variables are set properly */}}
{{- include "tc.v1.common.loader.init" . }}
{{/* Render secrets for owntracks */}}
{{- $secret := include "owntracks.secret" . | fromYaml -}}
{{- if $secret -}}
{{- $_ := set .Values.secret "secret" $secret -}}
{{- end -}}
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.apply" . }}

View File

View File

@ -2,3 +2,4 @@ icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/owntracks.png
categories:
- media
screenshots: []