Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
9d9afdb440
commit
7cefd33a0f
|
@ -0,0 +1,99 @@
|
||||||
|
**Important:**
|
||||||
|
*for the complete changelog, please refer to the website*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [double-take-7.0.0](https://github.com/truecharts/charts/compare/double-take-6.0.10...double-take-7.0.0) (2023-12-09)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- Update to new container ([#15640](https://github.com/truecharts/charts/issues/15640))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [double-take-6.0.10](https://github.com/truecharts/charts/compare/double-take-6.0.9...double-take-6.0.10) (2023-12-03)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- bump everything to ensure catalog has latest versions
|
||||||
|
- fix annotations again
|
||||||
|
- update annotations
|
||||||
|
- cleanup chart.yaml and add min-max scale version
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [double-take-6.0.9](https://github.com/truecharts/charts/compare/double-take-6.0.8...double-take-6.0.9) (2023-11-17)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [double-take-6.0.8](https://github.com/truecharts/charts/compare/double-take-6.0.7...double-take-6.0.8) (2023-11-08)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [double-take-6.0.7](https://github.com/truecharts/charts/compare/double-take-6.0.6...double-take-6.0.7) (2023-11-08)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update helm general non-major ([#14454](https://github.com/truecharts/charts/issues/14454))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [double-take-6.0.6](https://github.com/truecharts/charts/compare/double-take-6.0.5...double-take-6.0.6) (2023-11-05)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [double-take-6.0.5](https://github.com/truecharts/charts/compare/double-take-6.0.4...double-take-6.0.5) (2023-11-03)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [double-take-6.0.4](https://github.com/truecharts/charts/compare/double-take-6.0.3...double-take-6.0.4) (2023-10-29)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [double-take-6.0.3](https://github.com/truecharts/charts/compare/double-take-6.0.1...double-take-6.0.3) (2023-10-28)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [double-take-6.0.1](https://github.com/truecharts/charts/compare/double-take-6.0.0...double-take-6.0.1) (2023-10-07)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update helm general non-major ([#13386](https://github.com/truecharts/charts/issues/13386))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [double-take-6.0.0](https://github.com/truecharts/charts/compare/double-take-5.0.24...double-take-6.0.0) (2023-07-31)
|
||||||
|
|
|
@ -0,0 +1,37 @@
|
||||||
|
kubeVersion: ">=1.24.0"
|
||||||
|
apiVersion: v2
|
||||||
|
name: double-take
|
||||||
|
|
||||||
|
version: 7.0.0
|
||||||
|
appVersion: 1.13.11.8
|
||||||
|
description: Unified UI and API for processing and training images for facial recognition
|
||||||
|
home: https://truecharts.org/charts/stable/double-take
|
||||||
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/double-take.png
|
||||||
|
deprecated: false
|
||||||
|
sources:
|
||||||
|
- https://hub.docker.com/r/jakowenko/double-take
|
||||||
|
- https://github.com/jakowenko/double-take
|
||||||
|
- https://github.com/truecharts/charts/tree/master/charts/stable/double-take
|
||||||
|
maintainers:
|
||||||
|
- name: TrueCharts
|
||||||
|
email: info@truecharts.org
|
||||||
|
url: https://truecharts.org
|
||||||
|
keywords:
|
||||||
|
- ai
|
||||||
|
- double-take
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
version: 15.3.1
|
||||||
|
repository: https://library-charts.truecharts.org
|
||||||
|
condition: ""
|
||||||
|
alias: ""
|
||||||
|
tags: []
|
||||||
|
import-values: []
|
||||||
|
annotations:
|
||||||
|
max_scale_version: 23.10.1
|
||||||
|
min_scale_version: 22.12.4
|
||||||
|
truecharts.org/SCALE-support: "true"
|
||||||
|
truecharts.org/category: media
|
||||||
|
truecharts.org/max_helm_version: "3.13"
|
||||||
|
truecharts.org/min_helm_version: "3.12"
|
||||||
|
truecharts.org/train: stable
|
|
@ -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/stable/)
|
||||||
|
|
||||||
|
**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*
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [double-take-7.0.0](https://github.com/truecharts/charts/compare/double-take-6.0.10...double-take-7.0.0) (2023-12-09)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- Update to new container ([#15640](https://github.com/truecharts/charts/issues/15640))
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
Unified UI and API for processing and training images for facial recognition
|
||||||
|
|
||||||
|
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/double-take](https://truecharts.org/charts/stable/double-take)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
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.
|
@ -0,0 +1,33 @@
|
||||||
|
image:
|
||||||
|
repository: skrashevich/double-take
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
tag: 1.13.1@sha256:3c540c77fe0cdeaaf2857ae79ce95820e354e30b5f5f7c120047e8cdea64ef83
|
||||||
|
service:
|
||||||
|
main:
|
||||||
|
ports:
|
||||||
|
main:
|
||||||
|
targetPort: 3000
|
||||||
|
port: 10200
|
||||||
|
workload:
|
||||||
|
main:
|
||||||
|
podSpec:
|
||||||
|
containers:
|
||||||
|
main:
|
||||||
|
probes:
|
||||||
|
liveness:
|
||||||
|
type: http
|
||||||
|
path: /
|
||||||
|
readiness:
|
||||||
|
type: http
|
||||||
|
path: /
|
||||||
|
startup:
|
||||||
|
type: http
|
||||||
|
path: /
|
||||||
|
env: {}
|
||||||
|
persistence:
|
||||||
|
data:
|
||||||
|
enabled: true
|
||||||
|
mountPath: /.storage
|
||||||
|
portal:
|
||||||
|
open:
|
||||||
|
enabled: true
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
||||||
|
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -0,0 +1 @@
|
||||||
|
{{ include "tc.v1.common.loader.all" . }}
|
Loading…
Reference in New Issue