Angelo Borsoi Ross

Results 17 comments of Angelo Borsoi Ross
trafficstars

I've adjusted the removal of `helm-push`s test data. The other files, like `/root/.cache` are controlled by other environment variables and don't need to be changed here. Here's the variables/paths that...

Hi, it's been a few days, I believe I've adjusted what needs adjusting, unless you want me to update the default versions for the `ARG`s or similar in this PR...

# Update Managed to make it work, finally, by setting `PATH`. It seems it was overwritten by Jenkins' global settings, but I have absolutely no idea why this was only...

> `sh: can't open 'build_init_images.sh ': No such file or directory` This has nothing to do with Kaniko, or even Jenkins. You are telling, in shell script, for the binary...

I may have found a way by using web_sys::Request directly and performing a bunch of conversions: ```rs let cf_properties = CfProperties { apps: None, cache_everything: None, cache_key: None, cache_ttl: None,...

In response to: https://github.com/argoproj/argo-helm/pull/2870#issuecomment-2278053800 I understand the result is OK, that is not the argument here. The result is OK because we cast all values to strings here: https://github.com/argoproj/argo-helm/blob/main/charts/argo-cd/templates/_helpers.tpl#L202 However,...

@ivankatliarchuk > Is there a publicly available example somewhere? Could you share a full example with template, Chart.yaml and a suite? Sorry for the delay replying, I was in a...