diff --git a/.github/workflows/common-tests.yaml b/.github/workflows/common-tests.yaml index f96019abde7..528c4c9aeaf 100644 --- a/.github/workflows/common-tests.yaml +++ b/.github/workflows/common-tests.yaml @@ -144,7 +144,7 @@ jobs: matrix: # We test the latest k3s version and the lowest supported k3s-version: - - v1.27 + - v1.28 - v1.35 - latest # We test the latest helm version and the lowest supported diff --git a/charts/library/common/Chart.yaml b/charts/library/common/Chart.yaml index a50c96e9d16..414f791d592 100644 --- a/charts/library/common/Chart.yaml +++ b/charts/library/common/Chart.yaml @@ -50,5 +50,4 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/library/common - https://hub.docker.com/_/ type: library -version: 28.33.2 - +version: 28.33.3 diff --git a/charts/library/common/templates/class/_route.tpl b/charts/library/common/templates/class/_route.tpl index 7c2ef745f9b..ff5e6d0afef 100644 --- a/charts/library/common/templates/class/_route.tpl +++ b/charts/library/common/templates/class/_route.tpl @@ -31,7 +31,7 @@ within the common library. {{- $defaultServicePort := get $primaryService.ports (include "tc.v1.common.lib.util.service.ports.primary" (dict "svcValues" $primaryService "rootCtx" $)) }} --- -apiVersion: gateway.networking.k8s.io/v1alpha2 +apiVersion: gateway.networking.k8s.io/v1 {{- if and (ne $routeKind "GRPCRoute") (ne $routeKind "HTTPRoute") (ne $routeKind "TCPRoute") (ne $routeKind "TLSRoute") (ne $routeKind "UDPRoute") -}} {{- fail (printf "Not a valid route kind (%s)" $routeKind) -}} {{- end }}