diff --git a/stable/traefik/Chart.yaml b/stable/traefik/Chart.yaml index 196fc8b412..fb1d290cfe 100644 --- a/stable/traefik/Chart.yaml +++ b/stable/traefik/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: traefik -version: 1.82.1 +version: 1.82.2 appVersion: 1.7.19 description: A Traefik based Kubernetes ingress controller with Let's Encrypt support keywords: diff --git a/stable/traefik/README.md b/stable/traefik/README.md index 81d1e7a295..1413426ca4 100644 --- a/stable/traefik/README.md +++ b/stable/traefik/README.md @@ -248,7 +248,7 @@ The following table lists the configurable parameters of the Traefik chart and t | `autoscaling` | HorizontalPodAutoscaler for the traefik Deployment | `{}` | | `configFiles` | Config files to make available in the deployment. key=filename, value=file contents | `{}` | | `secretFiles` | Secret files to make available in the deployment. key=filename, value=file contents | `{}` | -| `testFramework.enabled` | Enables test-framework | `true` | +| `testFramework.enabled` | Enables test-framework | `false` | | `testFramework.image` | `test-framework` image repository. | `dduportal/bats` | | `testFramework.tag` | `test-framework` image tag. | `0.4.0` | | `forwardAuth.entryPoints` | Enable forward authentication for these entryPoints: "http", "https", "httpn" | | diff --git a/stable/traefik/ci/ci-values.yaml b/stable/traefik/ci/ci-values.yaml index 009277d503..cbd6ca3962 100644 --- a/stable/traefik/ci/ci-values.yaml +++ b/stable/traefik/ci/ci-values.yaml @@ -1 +1,3 @@ serviceType: NodePort +testFramework: + enabled: true diff --git a/stable/traefik/values.yaml b/stable/traefik/values.yaml index aab4a3738c..19821075ab 100644 --- a/stable/traefik/values.yaml +++ b/stable/traefik/values.yaml @@ -10,7 +10,7 @@ imageTag: 1.7.19 testFramework: - enabled: true + enabled: false image: "dduportal/bats" tag: "0.4.0"