https://github.com/inseefrlab/helm-charts
Collection of helm (https://helm.sh/) charts used at @inseefr
https://github.com/inseefrlab/helm-charts
technical-building-block
Last synced: 9 months ago
JSON representation
Collection of helm (https://helm.sh/) charts used at @inseefr
- Host: GitHub
- URL: https://github.com/inseefrlab/helm-charts
- Owner: InseeFrLab
- Created: 2020-02-28T11:49:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-18T13:25:37.000Z (10 months ago)
- Last Synced: 2025-02-18T14:28:05.821Z (10 months ago)
- Topics: technical-building-block
- Language: Smarty
- Size: 354 KB
- Stars: 7
- Watchers: 9
- Forks: 25
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Helm charts
Various (infrastructure focused) charts used at Insee (https://insee.fr).
See the other repository ([Helm charts datascience](https://github.com/inseefrlab/helm-charts-datascience)) for datascience focused charts.
To use the repo on helm (version 3+) :
```
helm repo add inseefrlab https://inseefrlab.github.io/helm-charts
```
The repo is also browsable directly https://inseefrlab.github.io/helm-charts/index.yaml
`kube-oidc-proxy` is a copy (may be out of date) of https://github.com/jetstack/kube-oidc-proxy/tree/master/deploy/charts/kube-oidc-proxy with the sole purpose of exposing it on the internet (see https://github.com/jetstack/kube-oidc-proxy/issues/123)
`provisioner` is a copy (may be out of date) of https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner with the sole purpose of exposing it on the internet (see https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner/issues/199)
`docker-registry` is a copy (may be out of date) of https://github.com/helm/charts/tree/master/stable/docker-registry with the sole purpose of ensuring it stays online now that it has been deprecated from the stable repository (see https://github.com/helm/charts#%EF%B8%8F-deprecation-and-archive-notice)