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

Commit

Permalink
[adguard-home] - deprecate adguard-home (#346)
Browse files Browse the repository at this point in the history
* deprecate adguard-home

Signed-off-by: Jeff Billimek <[email protected]>

* fix linting

Signed-off-by: Jeff Billimek <[email protected]>
  • Loading branch information
billimek authored Aug 29, 2020
1 parent b2c460e commit c810fe0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
7 changes: 3 additions & 4 deletions charts/adguard-home/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: v0.102.0
description: DNS proxy as ad-blocker for local network
description: DEPRECATED - DNS proxy as ad-blocker for local network
name: adguard-home
version: 1.2.0
version: 1.2.1
keywords:
- adguard-home
- adguard
Expand All @@ -11,5 +11,4 @@ home: https://github.com/billimek/billimek-charts/tree/master/charts/adguard-hom
icon: https://avatars3.githubusercontent.com/u/8361145?s=200&v=4?sanitize=true
sources:
- https://github.com/AdguardTeam/AdGuardHome
maintainers:
- name: billimek
deprecated: true
13 changes: 12 additions & 1 deletion charts/adguard-home/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# DNS proxy as ad-blocker for local network
# DEPRECATED - DNS proxy as ad-blocker for local network

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

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

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

---

This is an opinionated helm chart for [adguard-home](https://github.com/AdguardTeam/AdGuardHome)

Expand Down
2 changes: 2 additions & 0 deletions charts/adguard-home/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
This Helm chart is deprecated and has been moved to https://github.com/k8s-at-home/charts/tree/master/charts/adguard-home

1. Get the application URL by running these commands:
{{- if contains "NodePort" .Values.serviceUDP.type }}
export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "adguard-home.fullname" . }})
Expand Down

0 comments on commit c810fe0

Please sign in to comment.