From a4d72ab037ff14064ff29735dd2487f226a6254d Mon Sep 17 00:00:00 2001 From: kdoroszko-splunk <147069837+kdoroszko-splunk@users.noreply.github.com> Date: Mon, 3 Jun 2024 15:28:53 +0200 Subject: [PATCH] fix: upgrade workflow-engine-base (#30) This PR contains update [workflow-engine-images from v4.0.0 to v4.1.0](https://cd.splunkdev.com/core-ee/workflow-engine/workflow-engine-images/-/merge_requests/38) Underneath it bumps kubectl version from `v1.22.0` to `v1.28.0`, such that --retries flag is available while copying diag files in the pipeline Jira: https://splunk.atlassian.net/browse/ADDON-69486 Test runs: - https://github.com/splunk/splunk-add-on-for-java-management-extensions/actions/runs/9349620640/job/25731672833 - https://github.com/splunk/splunk-add-on-for-google-workspace/actions/runs/9349120039 --- Dockerfile | 2 +- action.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e2b3b78..513f5b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/splunk/workflow-engine-base:4.0.0 +FROM ghcr.io/splunk/workflow-engine-base:4.1.0 COPY entrypoint.sh /entrypoint.sh diff --git a/action.yaml b/action.yaml index 3a719c3..6edc3e4 100644 --- a/action.yaml +++ b/action.yaml @@ -80,7 +80,7 @@ outputs: description: 'Name of workflow triggered' runs: using: 'docker' - image: 'docker://ghcr.io/splunk/wfe-test-runner-action/wfe-test-runner-action:v5.0.0' + image: 'Dockerfile' args: - ${{ inputs.workflow-tmpl-name }} - ${{ inputs.workflow-template-ns }}