You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tested with the :latest image tag (i.e. quay.io/argoproj/workflow-controller:latest) and can confirm the issue still exists on :latest. If not, I have explained why, in detail, in my description below.
I have searched existing issues and could not find a match for this bug
The version you have given for your version of workflows is ancient (2.9...). Is that correct? If so, I would suggest upgrading to something supported (3.5.13 or 3.6.2) and trying again.
Pre-requisites
:latest
image tag (i.e.quay.io/argoproj/workflow-controller:latest
) and can confirm the issue still exists on:latest
. If not, I have explained why, in detail, in my description below.What happened? What did you expect to happen?
I am unable to use
outputs: artifacts: archive: none: {}
inCronWorkflow
.In
Workflow
everything works as expected.Version(s)
v2.9.11+91bb155
Paste a minimal workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows that uses private images.
With
Workflow
: OKBorrowed from the argo examples, and reduced to the minimum:
With
CronWorkflow
: NOKWe got:
When we remove
archive: None: {}
or if we set another archive strategy it works fine.Logs from the workflow controller
I am unable to get anything using this command (I tried to modify it to grab cronworkflows without success)
The text was updated successfully, but these errors were encountered: