diff --git a/traefik-crds/VALUES.md b/traefik-crds/VALUES.md new file mode 100644 index 000000000..bdeae3953 --- /dev/null +++ b/traefik-crds/VALUES.md @@ -0,0 +1,36 @@ +# traefik-crds + +![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) + +A Traefik based Kubernetes ingress controller + +**Homepage:** + +## Maintainers + +| Name | Email | Url | +| ---- | ------ | --- | +| mloiseleur | | | +| charlie-haley | | | +| darkweaver87 | | | +| jnoordsij | | | + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.22.0-0` + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| gateway_api | bool | `false` | | +| hub | bool | `false` | | +| traefik | bool | `false` | | + +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) diff --git a/traefik/Chart.lock b/traefik/Chart.lock deleted file mode 100644 index 7a83ae7bb..000000000 --- a/traefik/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: traefik-crds - repository: file://../traefik-crds - version: 0.0.1 -digest: sha256:03a8641bfa1d261b699d166dea5aaa21d9e27bfc2328d157dae3809375709260 -generated: "2024-10-11T17:04:46.473483814+02:00" diff --git a/traefik/Chart.yaml b/traefik/Chart.yaml index fe626b218..7a58197d0 100644 --- a/traefik/Chart.yaml +++ b/traefik/Chart.yaml @@ -29,7 +29,7 @@ annotations: - "feat(deps): update traefik docker tag to v3.1.5" - "feat(Traefik Proxy): update rbac following v3.2 migration guide" - "chore(release): 🚀 publish v32.1.0" -dependencies: - - name: traefik-crds - version: 0.0.1 - repository: https://traefik.github.io/charts +#dependencies: +# - name: traefik-crds +# version: 0.0.1 +# repository: https://traefik.github.io/charts diff --git a/traefik/charts/traefik-crds-0.0.1.tgz b/traefik/charts/traefik-crds-0.0.1.tgz deleted file mode 100644 index 984a6a8b6..000000000 Binary files a/traefik/charts/traefik-crds-0.0.1.tgz and /dev/null differ diff --git a/traefik/values.yaml b/traefik/values.yaml index 2c28bed30..fbd3c557f 100644 --- a/traefik/values.yaml +++ b/traefik/values.yaml @@ -935,10 +935,10 @@ hub: # Enable export of errors logs to the platform. Default: true. sendlogs: # @schema type:[boolean, null] -traefik-crds: - # -- Set all the following to false if you want to manage CRDs your-self - traefik: true - hub: | - {{- tpl "and .Values.hub.token .Values.hub.apimanagement.enabled"' . }} - gateway_api: | - {{- tpl ".Values.providers.kubernetesGateway.enabled" . }} +#traefik-crds: +# # -- Set all the following to false if you want to manage CRDs your-self +# traefik: true +# hub: | +# {{- tpl "and .Values.hub.token .Values.hub.apimanagement.enabled"' . }} +# gateway_api: | +# {{- tpl ".Values.providers.kubernetesGateway.enabled" . }}