Skip to content
This repository has been archived by the owner on Oct 10, 2020. It is now read-only.

deprecate frigate #357

Merged
merged 2 commits into from
Aug 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions charts/frigate/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: "0.5.2"
description: Realtime object detection on RTSP cameras with the Google Coral
description: DEPRECATED - Realtime object detection on RTSP cameras with the Google Coral
name: frigate
version: 3.2.0
version: 3.2.1
keywords:
- tensorflow
- coral
Expand All @@ -11,8 +11,4 @@ home: https://github.com/billimek/billimek-charts/tree/master/charts/frigate
icon: https://upload.wikimedia.org/wikipedia/commons/a/a4/Lutine1.jpg
sources:
- https://github.com/blakeblackshear/frigate
maintainers:
- name: billimek
email: [email protected]
- name: blakeblackshear
email: [email protected]
deprecated: true
13 changes: 12 additions & 1 deletion charts/frigate/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# frigate: Realtime object detection on RTSP cameras with the Google Coral
# DEPRECATED - frigate: Realtime object detection on RTSP cameras with the Google Coral

**This chart has been deprecated and moved to its new home:**

- **Chart location:** https://github.com/k8s-at-home/charts/tree/master/charts/frigate

```console
helm repo add k8s-at-home https://k8s-at-home.com/charts/
helm install k8s-at-home/frigate
```

---

This is a helm chart for [frigate](https://github.com/blakeblackshear/frigate)

Expand Down
2 changes: 2 additions & 0 deletions charts/frigate/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
This Helm chart is deprecated

1. Get the application URL by running these commands:
{{- if .Values.ingress.enabled }}
{{- range .Values.ingress.hosts }}
Expand Down