From aa0bcc5a3199ee9330ac10b7e1308e97e7386f51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2024 10:04:58 +0000 Subject: [PATCH] Update kindest/node Docker tag to v1.32.0 --- tests/kind-config-gatekeeper.yaml | 2 +- tests/kind-config-krail.yaml | 2 +- tests/kind-config-kubewarden.yaml | 2 +- tests/kind-config-kyverno.yaml | 2 +- tests/kind-config-pss.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/kind-config-gatekeeper.yaml b/tests/kind-config-gatekeeper.yaml index 015068293..abbd50850 100644 --- a/tests/kind-config-gatekeeper.yaml +++ b/tests/kind-config-gatekeeper.yaml @@ -5,4 +5,4 @@ featureGates: ProcMountType: true nodes: - role: control-plane - image: kindest/node:v1.27.3 \ No newline at end of file + image: kindest/node:v1.32.0 \ No newline at end of file diff --git a/tests/kind-config-krail.yaml b/tests/kind-config-krail.yaml index 2b0322e3f..ac0127ce8 100644 --- a/tests/kind-config-krail.yaml +++ b/tests/kind-config-krail.yaml @@ -5,4 +5,4 @@ featureGates: SeccompDefault: true nodes: - role: control-plane - image: kindest/node:v1.27.3 \ No newline at end of file + image: kindest/node:v1.32.0 \ No newline at end of file diff --git a/tests/kind-config-kubewarden.yaml b/tests/kind-config-kubewarden.yaml index 015068293..abbd50850 100644 --- a/tests/kind-config-kubewarden.yaml +++ b/tests/kind-config-kubewarden.yaml @@ -5,4 +5,4 @@ featureGates: ProcMountType: true nodes: - role: control-plane - image: kindest/node:v1.27.3 \ No newline at end of file + image: kindest/node:v1.32.0 \ No newline at end of file diff --git a/tests/kind-config-kyverno.yaml b/tests/kind-config-kyverno.yaml index d986c7636..abbd50850 100644 --- a/tests/kind-config-kyverno.yaml +++ b/tests/kind-config-kyverno.yaml @@ -5,4 +5,4 @@ featureGates: ProcMountType: true nodes: - role: control-plane - image: kindest/node:v1.24.3 \ No newline at end of file + image: kindest/node:v1.32.0 \ No newline at end of file diff --git a/tests/kind-config-pss.yaml b/tests/kind-config-pss.yaml index 3aa6b08f0..9f4563ee8 100644 --- a/tests/kind-config-pss.yaml +++ b/tests/kind-config-pss.yaml @@ -6,4 +6,4 @@ featureGates: PodSecurity: true nodes: - role: control-plane - image: kindest/node:v1.27.3 \ No newline at end of file + image: kindest/node:v1.32.0 \ No newline at end of file