From 153e371f903bc18a0da2a5bba0a64d245c37be70 Mon Sep 17 00:00:00 2001 From: Hung Nguyen Date: Tue, 18 Feb 2025 14:23:09 -0500 Subject: [PATCH] enterprise: adding k8s v1.32.2 to test matrix (#443) Signed-off-by: Hung Nguyen --- .github/workflows/test.yaml | 2 +- stable/enterprise/Chart.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f92f6bb3..43d87784 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - kubernetesVersion: ["v1.28.7", "v1.29.2", "v1.30.0", "v1.31.0"] + kubernetesVersion: ["v1.28.7", "v1.29.2", "v1.30.0", "v1.31.0", "v1.32.2"] runs-on: ubuntu-latest steps: - name: Checkout diff --git a/stable/enterprise/Chart.yaml b/stable/enterprise/Chart.yaml index d6e39617..e12ea749 100644 --- a/stable/enterprise/Chart.yaml +++ b/stable/enterprise/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 name: enterprise -version: "3.4.2" +version: "3.4.3" appVersion: "5.14.0" -kubeVersion: 1.23.x - 1.31.x || 1.23.x-x - 1.31.x-x +kubeVersion: 1.23.x - 1.32.x || 1.23.x-x - 1.32.x-x description: | Anchore Enterprise is a complete container security workflow solution for professional teams. Easily integrating with CI/CD systems, it allows developers to bolster security without compromising velocity and enables security teams to audit and verify compliance in real-time.