Skip to content

Commit 542e436

Browse files
fix: update kubectl version (#283)
This PR updates `workflow-engine-base` version from 4.0.0 to 4.1.0 - which in turn updates `kubectl` version from 1.22.0 to 1.28.0. It also bumps k8s-manifests-branch default value ( [check the difference here](splunk/ta-automation-k8s-manifests@v3.0.0...v3.0.1) ) `wfe-test-runner-action` is not being updated in this PR, since it's set to v5.0 (which points to v5.0.1) The change was required to fix the issue of copying big diag files by adding `--retries` flag, which was not available in version 1.22.0. Jira: https://splunk.atlassian.net/browse/ADDON-69486 Test run: https://github.com/splunk/splunk-add-on-for-google-workspace/actions/runs/9351735473
1 parent 9543022 commit 542e436

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
required: false
2424
description: "branch for k8s manifests to run the tests on"
2525
type: string
26-
default: "v3.0.0"
26+
default: "v3.0.1"
2727
secrets:
2828
GH_TOKEN_ADMIN:
2929
description: Github admin token
@@ -911,7 +911,7 @@ jobs:
911911
sc4s: ${{ fromJson(needs.meta.outputs.matrix_supportedSC4S) }}
912912

913913
container:
914-
image: ghcr.io/splunk/workflow-engine-base:4.0.0
914+
image: ghcr.io/splunk/workflow-engine-base:4.1.0
915915
env:
916916
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
917917
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -1144,7 +1144,7 @@ jobs:
11441144
sc4s: ${{ fromJson(needs.meta.outputs.matrix_supportedSC4S) }}
11451145

11461146
container:
1147-
image: ghcr.io/splunk/workflow-engine-base:4.0.0
1147+
image: ghcr.io/splunk/workflow-engine-base:4.1.0
11481148
env:
11491149
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
11501150
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -1356,7 +1356,7 @@ jobs:
13561356
vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedUIVendors) }}
13571357
marker: ${{ fromJson(inputs.ui_marker) }}
13581358
container:
1359-
image: ghcr.io/splunk/workflow-engine-base:4.0.0
1359+
image: ghcr.io/splunk/workflow-engine-base:4.1.0
13601360
env:
13611361
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
13621362
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -1589,7 +1589,7 @@ jobs:
15891589
vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedModinputFunctionalVendors) }}
15901590
marker: ${{ fromJson(inputs.marker) }}
15911591
container:
1592-
image: ghcr.io/splunk/workflow-engine-base:4.0.0
1592+
image: ghcr.io/splunk/workflow-engine-base:4.1.0
15931593
env:
15941594
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
15951595
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -1818,7 +1818,7 @@ jobs:
18181818
splunk: ${{ fromJson(needs.meta.outputs.matrix_combinedSplunkversion) }}
18191819
os: [ "ubuntu:14.04", "ubuntu:16.04","ubuntu:18.04","ubuntu:22.04", "centos:7", "redhat:8.0", "redhat:8.2", "redhat:8.3", "redhat:8.4", "redhat:8.5" ]
18201820
container:
1821-
image: ghcr.io/splunk/workflow-engine-base:4.0.0
1821+
image: ghcr.io/splunk/workflow-engine-base:4.1.0
18221822
env:
18231823
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
18241824
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}

0 commit comments

Comments
 (0)