* chore(argo-workflows): Upgrade Argo Workflows to v3.6.0
Signed-off-by: yu-croco <yu.croco@gmail.com>
* fix: clean up cache to pass CI
Signed-off-by: yu-croco <yu.croco@gmail.com>
* test: rm cache clear. Try latest version of ct test
Signed-off-by: Tim Collins <tim@thecollins.team>
* just trying all the things. sorry
Signed-off-by: Tim Collins <tim@thecollins.team>
* add debug output
Signed-off-by: Tim Collins <tim@thecollins.team>
* additional debug
Signed-off-by: Tim Collins <tim@thecollins.team>
* MOAR debug
Signed-off-by: Tim Collins <tim@thecollins.team>
* typo
Signed-off-by: Tim Collins <tim@thecollins.team>
* specifically find files
Signed-off-by: Tim Collins <tim@thecollins.team>
* use minimal crds
Signed-off-by: Tim Collins <tim@thecollins.team>
* rm debug step
Signed-off-by: Tim Collins <tim@thecollins.team>
---------
Signed-off-by: yu-croco <yu.croco@gmail.com>
Signed-off-by: Tim Collins <tim@thecollins.team>
Co-authored-by: Tim Collins <tim@thecollins.team>
Co-authored-by: Tim Collins <45351296+tico24@users.noreply.github.com>
* fix(argo-workflows): revert `BASE_HREF` change
This reverts commit 134cecde58.
Sorry, I screwed up this and caused a regression. Didn't read my own release notes (from 4 months ago to be fair) where `ARGO_BASE_HREF` would not work previously as it was inconsistently `ARGO_BASEHREF`. So there is no forward compatible change to be made here, so just revert this.
Will have to reinstate this change for the 3.6 upgrade
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* changelog update
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
---------
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
This commit addresses two places where trailing whitespace may be
generated in the workflow-controller ConfigMap.
When the value `.resourceRateLimit` is not null, a trailing whitespace
is added after "resourceRateLimit:". This commit trims that whitespace.
When the value `.sso.redirectUrl` is left as the default of empty string,
a trailing whitespace is left after "redirectUrl:" as this value is not
quoted. This commit pipes this value through `quote` to ensure this
whitespace is no longer trailing and instead followed by `"` pair.
The main motivation of this commit is to generate a workflow-controller
ConfigMap that is properly pretty-printed, which trailing whitespace
prevents.
Signed-off-by: James Slater <SlaterByte@users.noreply.github.com>
Co-authored-by: James Slater <SlaterByte@users.noreply.github.com>
* fix: wrong `artifactRepository` identations on values.yaml
on `artifactRepository.gcs`
the following 3 keys were in the same level:
- `.serviceAccountKeySecret`
- `.name`
- `.key`
Signed-off-by: Lucas Fernando Cardoso Nunes <lucasfc.nunes@gmail.com>
* Update Chart.yaml
Signed-off-by: Lucas Fernando Cardoso Nunes <lucasfc.nunes@gmail.com>
---------
Signed-off-by: Lucas Fernando Cardoso Nunes <lucasfc.nunes@gmail.com>
* chore(argo-workflows): Remove xip url from test to avoid confusion
Signed-off-by: Tim Collins <tim@thecollins.team>
* Bump version
Signed-off-by: Tim Collins <tim@thecollins.team>
* More bumpings
Signed-off-by: Tim Collins <tim@thecollins.team>
* Tim can't type
Signed-off-by: Tim Collins <tim@thecollins.team>
* Swap to example.com - rfc2606
Signed-off-by: Tim Collins <tim@thecollins.team>
---------
Signed-off-by: Tim Collins <tim@thecollins.team>
* fix(argo-workflows): Accept multi auth mode for server
Signed-off-by: yu-croco <yu.croco@gmail.com>
* chore(argo-workflows): improve description of authMode
Signed-off-by: yu-croco <yu.croco@gmail.com>
* chore(argo-workflows): keep the older value valid for now as compatibility.
Signed-off-by: yu-croco <yu.croco@gmail.com>
---------
Signed-off-by: yu-croco <yu.croco@gmail.com>