From cb7e7e82c0b2e02fcc3ac88dabc18e032ad46a98 Mon Sep 17 00:00:00 2001 From: kfox1111 Date: Tue, 19 Dec 2023 19:00:41 -0800 Subject: [PATCH] Remove 1.29.0 until deps catch up. (#159) Related issue: https://github.com/rancher/kubectl/pull/94 Signed-off-by: Kevin Fox --- .github/workflows/helm-chart-ci-ignore.yaml | 2 -- .github/workflows/helm-chart-ci.yaml | 3 --- 2 files changed, 5 deletions(-) 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