diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index af820d1422a4..e3deb8fe4c4a 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -98,7 +98,7 @@ jobs: ## If no one connects after 5 minutes, shut down server. wait-timeout-minutes: 5 - name: Generate coverage report - run: go tool covdata textfmt -i $GOCOVERDIR -o ${{ matrix.itest }}.out + run: sudo -E env "PATH=$PATH" go tool covdata textfmt -i $GOCOVERDIR -o ${{ matrix.itest }}.out - name: Upload Results To Codecov uses: codecov/codecov-action@v5 with: diff --git a/manifests/traefik.yaml b/manifests/traefik.yaml index 591190b4be09..b13921ec1fa5 100644 --- a/manifests/traefik.yaml +++ b/manifests/traefik.yaml @@ -5,7 +5,7 @@ metadata: name: traefik-crd namespace: kube-system spec: - chart: https://%{KUBERNETES_API}%/static/charts/traefik-crd-38.0.101+up38.0.1.tgz + chart: https://%{KUBERNETES_API}%/static/charts/traefik-crd-38.0.201+up38.0.2.tgz --- apiVersion: helm.cattle.io/v1 kind: HelmChart @@ -13,7 +13,7 @@ metadata: name: traefik namespace: kube-system spec: - chart: https://%{KUBERNETES_API}%/static/charts/traefik-38.0.101+up38.0.1.tgz + chart: https://%{KUBERNETES_API}%/static/charts/traefik-38.0.201+up38.0.2.tgz set: global.systemDefaultRegistry: "%{SYSTEM_DEFAULT_REGISTRY_RAW}%" valuesContent: |- @@ -28,7 +28,7 @@ spec: priorityClassName: "system-cluster-critical" image: repository: "rancher/mirrored-library-traefik" - tag: "3.6.6" + tag: "3.6.7" tolerations: - key: "CriticalAddonsOnly" operator: "Exists" diff --git a/scripts/airgap/image-list.txt b/scripts/airgap/image-list.txt index 77177f635a69..04e67c992fa6 100644 --- a/scripts/airgap/image-list.txt +++ b/scripts/airgap/image-list.txt @@ -3,6 +3,6 @@ docker.io/rancher/klipper-lb:v0.4.13 docker.io/rancher/local-path-provisioner:v0.0.34 docker.io/rancher/mirrored-coredns-coredns:1.14.0 docker.io/rancher/mirrored-library-busybox:1.37.0 -docker.io/rancher/mirrored-library-traefik:3.6.6 +docker.io/rancher/mirrored-library-traefik:3.6.7 docker.io/rancher/mirrored-metrics-server:v0.8.0 docker.io/rancher/mirrored-pause:3.6