Skip to content

Commit

Permalink
fix: remove dependency while not published
Browse files Browse the repository at this point in the history
  • Loading branch information
darkweaver87 committed Oct 14, 2024
1 parent fdc7bf9 commit 9087b4b
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 17 deletions.
36 changes: 36 additions & 0 deletions traefik-crds/VALUES.md
Original file line number Diff line number Diff line change
@@ -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:** <https://traefik.io/>

## Maintainers

| Name | Email | Url |
| ---- | ------ | --- |
| mloiseleur | <[email protected]> | |
| charlie-haley | <[email protected]> | |
| darkweaver87 | <[email protected]> | |
| jnoordsij | | |

## Source Code

* <https://github.com/traefik/traefik>
* <https://github.com/traefik/traefik-helm-chart>

## 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)
6 changes: 0 additions & 6 deletions traefik/Chart.lock

This file was deleted.

8 changes: 4 additions & 4 deletions traefik/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Binary file removed traefik/charts/traefik-crds-0.0.1.tgz
Binary file not shown.
14 changes: 7 additions & 7 deletions traefik/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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" . }}

0 comments on commit 9087b4b

Please sign in to comment.