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: about 2 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-08-18T12:52:32.000Z (7 months ago)
- Last Synced: 2026-01-08T19:43:33.560Z (3 months ago)
- Topics: technical-building-block
- Language: Smarty
- Size: 336 KB
- Stars: 11
- Watchers: 6
- Forks: 23
- Open Issues: 15
-
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)