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

[adguard-home] - deprecate adguard-home #346

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
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