From 4ade598f80e77bef0114bf68087efb72dfd43089 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Thu, 23 Nov 2023 23:57:37 +0100 Subject: [PATCH] Bump traefik 2.10.4 to 2.10.5 (#773) --- resources/helm/dask-gateway/crds/traefik.yaml | 4 ++-- resources/helm/dask-gateway/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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: []