An open API service indexing awesome lists of open source software.

https://github.com/shalldie/helm-charts

Some usefull Helm charts and Dockerfiles. 整理一些常用的 Helm charts 和 Dockerfiles。
https://github.com/shalldie/helm-charts

chart dockerfile helm k8s kubernetes

Last synced: 4 months ago
JSON representation

Some usefull Helm charts and Dockerfiles. 整理一些常用的 Helm charts 和 Dockerfiles。

Awesome Lists containing this project

README

          

# helm-charts

[![Github Actions][actions_image]][actions_url]
[![license][license_image]][repo_url]

存放一些常用的 `Helm Chart`、`Dockerfile`。

## Helm Chart

| 名称 | 类型 | 描述 |
| :-----------------------------------: | :----------------: | :---------------------------------------------------------------------------------------------------------------------- |
| [filebrowser](helmcharts/filebrowser) | `文件系统` | 为 [filebrowser/filebrowser](https://github.com/filebrowser/filebrowser) 提供的一个 helm chart。 |
| [minio](helmcharts/minio) | `对象存储` | 为 [minio/minio](https://github.com/minio/minio) 提供的一个 helm chart。 |
| [nginx](helmcharts/nginx) | `proxy`、`serve` | 为 [shalldie/alpineos](https://hub.docker.com/repository/docker/shalldie/alpineos) 的 nginx 镜像提供的一个 helm chart。 |
| [code-server](helmcharts/code-server) | `vscode`、`online` | 为 [cdr/code-server](https://github.com/cdr/code-server) 提供的一个 helm chart。 |

## Dockerfile

位于 `.dockerfiles`

| 名称 | 描述 |
| :----------------------------------------- | :----- |
| `alpineos:alpine3.16.0-nginx1.22.0` | 见命名 |
| `alpineos:alpine3.14.6-node14-nginx1.20.2` | ... |
| `alpineos:alpine3.16.0-node16-nginx1.22.0` | ... |

[repo_url]: https://github.com/shalldie/helm-charts
[actions_image]: https://img.shields.io/github/actions/workflow/status/shalldie/helm-charts/ci.yml?branch=master&label=build&logo=github&style=flat-square
[actions_url]: https://github.com/shalldie/helm-charts/actions
[license_image]: https://img.shields.io/github/license/shalldie/helm-charts?style=flat-square