Skip to content

Commit

Permalink
adguar: add product
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorisFeddema committed Jul 1, 2024
1 parent a10917b commit f275f6d
Show file tree
Hide file tree
Showing 18 changed files with 2,151 additions and 0 deletions.
23 changes: 23 additions & 0 deletions charts/adguard/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
3 changes: 3 additions & 0 deletions charts/adguard/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
apiVersion: v2
name: adguard
version: 1.0.0
16 changes: 16 additions & 0 deletions charts/adguard/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Adguard

## How to use

Add repository by running:

```bash
helm repo add k8s-at-our-home https://k8s-at-our-homes.github.io/helm-charts/
helm install adguard k8s-at-our-home/adguard
```

Or get the chart from ghcr.io:

```bash
helm install infro oci://ghcr.io/k8s-at-our-homes/helm-charts/adguard
```
Loading

0 comments on commit f275f6d

Please sign in to comment.