diff --git a/.github/workflows/helm-chart-ci-ignore.yaml b/.github/workflows/helm-chart-ci-ignore.yaml index 7ffa79e..b2aad51 100644 --- a/.github/workflows/helm-chart-ci-ignore.yaml +++ b/.github/workflows/helm-chart-ci-ignore.yaml @@ -30,7 +30,6 @@ jobs: strategy: matrix: k8s: - - v1.29.0 - v1.28.0 - v1.27.3 - v1.26.6 @@ -66,7 +65,6 @@ jobs: strategy: matrix: k8s: - - v1.29.0 - v1.28.0 - v1.27.3 - v1.26.6 diff --git a/.github/workflows/helm-chart-ci.yaml b/.github/workflows/helm-chart-ci.yaml index aba2a73..7e8a5c8 100644 --- a/.github/workflows/helm-chart-ci.yaml +++ b/.github/workflows/helm-chart-ci.yaml @@ -130,7 +130,6 @@ jobs: # Kubernetes, but can go back farther as long as we don't need heroics # to pull it off (i.e. kubectl version juggling). k8s: - - v1.29.0 - v1.28.0 - v1.27.3 - v1.26.6 @@ -210,7 +209,6 @@ jobs: fail-fast: false matrix: k8s: - - v1.29.0 - v1.28.0 - v1.27.3 - v1.26.6 @@ -257,7 +255,6 @@ jobs: fail-fast: false matrix: k8s: - - v1.29.0 - v1.28.0 - v1.27.3 - v1.26.6