diff --git a/resources/helm/dask-gateway/crds/traefik.yaml b/resources/helm/dask-gateway/crds/traefik.yaml index 88b4fade..cd20428f 100644 --- a/resources/helm/dask-gateway/crds/traefik.yaml +++ b/resources/helm/dask-gateway/crds/traefik.yaml @@ -1,5 +1,5 @@ -# These CRDs are from Traefik's Helm chart, most recently from commit ec1f9fa -# for use with Traefik v2.10.4. +# These CRDs are from Traefik's Helm chart, most recently 23 Nov 2023 from +# commit 9c83a2a for use with Traefik v2.10.5. # # Visit https://github.com/traefik/traefik-helm-chart/tree/HEAD/traefik/crds to # see if changes has been made if you are to update the version of Traefik as diff --git a/resources/helm/dask-gateway/values.yaml b/resources/helm/dask-gateway/values.yaml index f66537eb..eea19b4b 100644 --- a/resources/helm/dask-gateway/values.yaml +++ b/resources/helm/dask-gateway/values.yaml @@ -246,7 +246,7 @@ traefik: # The image to use for the proxy pod image: name: traefik - tag: "2.10.4" + tag: "2.10.5" pullPolicy: imagePullSecrets: []