Brad Solomon
Brad Solomon
This is dictated by the [`ensure_ascii` argument to `json.dump()`](https://docs.python.org/3/library/json.html#basic-usage). > If ensure_ascii is true (the default), the output is guaranteed to have all incoming non-ASCII characters escaped. If ensure_ascii is...
This limitation is impacting us as well and preventing us from integrating GitHub with Jira. Our organization uses a GitHub Enterprise (Cloud) Organization that is home to many disparate [Teams](https://docs.github.com/en/organizations/organizing-members-into-teams/about-teams),...
@tegioz is there any multi-step workaround you can think of, even it is a little messy? (Perhaps even with `helm` or something else?) I am having a surprisingly tough time...
For some background, we are looking to create a "Helm Dependabot" that will periodically scan for possible Helm chart version updates. It currently has the repo URL and current version...
Nice, here's what I put together (could also just pipe curl to jq): ```bash $ curl -fsSL \ -o helm-export.json \ 'https://artifacthub.io/api/v1/helm-exporter' \ -H 'accept: application/json' $ jq -M '.[]...
Is this chart ready for use? The latest 0.2.0 version of the chart uses a `"v0.5.2-rc16"` in both values.yaml and Chart.yaml that doesn't exist on quay.io.
> The solution is to set the image tag that you want to use when you install the chart, see the readme for instructions: Yep, we pinned to `image.tag =...
At the end of the day, the Helm chart will need to be upgraded and re-released to use the latest GPM app version as its default image version. This is...
> Hmm, is there a way we can manually trigger an upload? This one didn't get automatically opened. I'm not sure :( but it looks like 7.17.0 is the latest...
Hello @sethmlarson , bump on this one! Currently no 7.17.x release past 7.17.0 are present on conda-forge. It would be great to be able to keep the client in line...