Skip to content

Commit

Permalink
Merge pull request #27 from colearendt/update-maintainer
Browse files Browse the repository at this point in the history
Update docs
  • Loading branch information
colearendt authored Jan 27, 2022
2 parents a965ffe + efa2e3f commit 3b542ab
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

# charts to ignore
charts/nfs-subdir-external-provisioner
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Helm Charts

This repo houses a bunch of helm charts that I find useful.

## Generally Useful

- [`generic`](./charts/generic): As the name suggests, this chart can be used
to deploy a "generic" application.
- i.e. an application that needs a helm
chart, and does not need lots of customization. The goal is to have "most"
things available as values to customize. (Trying to reduce the number of
bespoke helm charts I need to maintain. I use this often for microservices,
etc.)
- [`regcred`](./charts/regcred): A chart to generate "registry credentials"
(i.e. pull secrets for Kubernetes) easily from values

## Specific Applications

- [`traefik-forward-auth`](./charts/traefik-forward-auth): A chart for
deploying
[`traefik-forward-auth`](https://github.com/thomseddon/traefik-forward-auth) (a
service for adding OIDC to a generic traefik installation)
- [`postgrest`](./charts/postgrest): A chart for deploying
[PostgREST](https://postgrest.org/) (a fast and performant way to build an
API backend on top of a PostgreSQL database)
- [`training-ns`](./charts/training-ns): A chart I like to use for generating
throw-away namespaces and users for training others on Kubernetes

## Other

- [`example](./charts/example): This example chart is just boilerplate for
reference. It should not be used.
- [`matomo`](./charts/matomo): This chart is useful for deploying
[matomo](https://matomo.org/), but is maintained elsewhere. I would like for
my fork to go away eventually.
8 changes: 8 additions & 0 deletions artifacthub-repo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# from https://github.com/artifacthub/hub/blob/master/docs/metadata/artifacthub-repo.yml
repositoryID: f5771a8b-8389-465f-807a-e50f8cdc4682
owners:
- name: colearendt
email: [email protected]
ignore:
- name: example
- name: matomo
2 changes: 1 addition & 1 deletion charts/matomo
Submodule matomo updated 3 files
+2 −2 Chart.yaml
+56 −2 README.md
+11 −0 README.md.gotmpl

0 comments on commit 3b542ab

Please sign in to comment.