From adf65dd1ab0446123708079f953ce689f1186cc2 Mon Sep 17 00:00:00 2001 From: Ronald Ngounou Date: Mon, 24 Nov 2025 13:51:27 -0800 Subject: [PATCH] Update alpine/k8s image with the latest tag for fluentbit Signed-off-by: Ronald Ngounou --- tests/tekton-resources/tasks/addons/fluentbit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tekton-resources/tasks/addons/fluentbit.yaml b/tests/tekton-resources/tasks/addons/fluentbit.yaml index 04ca8c52..3c27078b 100644 --- a/tests/tekton-resources/tasks/addons/fluentbit.yaml +++ b/tests/tekton-resources/tasks/addons/fluentbit.yaml @@ -22,7 +22,7 @@ spec: value: /config/kubeconfig steps: - name: create-fluentbit-addon - image: alpine/k8s:1.23.7 + image: alpine/k8s:1.31.13 script: | #kubectl commands are purely for knowing state of cluster before kicking off the test. kubectl version