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

deprecate jackett #362

Merged
merged 1 commit 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
8 changes: 3 additions & 5 deletions charts/jackett/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: v0.13.446-ls55
description: API Support for your favorite torrent trackers
description: DEPRECATED - API Support for your favorite torrent trackers
name: jackett
version: 2.3.2
version: 2.3.3
keywords:
- jackett
- torrent
Expand All @@ -11,6 +11,4 @@ icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linu
sources:
- https://hub.docker.com/r/linuxserver/jackett/
- https://github.com/Jackett/Jackett
maintainers:
- name: billimek
email: [email protected]
deprecated: true
13 changes: 12 additions & 1 deletion charts/jackett/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Jackett
# DEPRECATED - Jackett

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

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

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

---

This is a helm chart for [Jackett](https://github.com/Jackett/Jackett) leveraging the [Linuxserver.io image](https://hub.docker.com/r/linuxserver/jackett/)

Expand Down
2 changes: 2 additions & 0 deletions charts/jackett/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