mirror of
https://github.com/eliasstepanik/caddy-ingess.git
synced 2026-01-11 04:28:28 +00:00
* remove test data * Create helm chart using the suggested structure from helm3 * Fix minor naming consistency in Dockerfile * Move skaffold to use helm chart * improve skaffold configuration * Update chart name to use the naming convenction * update sample path * Update contribution guideline * Add helm chart validation rules * Add chart home since is a required field * Add linting action for helm charts * Add fixes to chart definition * fix timeout duration * Update kind cluster * test CI with minikube * Add MetalLB to test load balancer feature * Publish chart when merged on master * test publishing chart with fake tag * move charts dir * finalize charts publishing CI * reformat skaffold
16 lines
383 B
YAML
16 lines
383 B
YAML
apiVersion: v2
|
|
name: caddy-ingress-controller
|
|
home: https://github.com/caddyserver/ingress
|
|
description: A helm chart for the Caddy Kubernetes ingress controller
|
|
type: application
|
|
version: 0.0.1-rc1
|
|
appVersion: v0.1.0
|
|
keywords:
|
|
- ingress-controller
|
|
- caddyserver
|
|
sources:
|
|
- https://github.com/caddyserver/ingress
|
|
maintainers:
|
|
- name: mavimo
|
|
url: https://github.com/mavimo
|