Terry Howe
Terry Howe
This is what I get when I run `update-docs.sh` which is in https://github.com/helm/helm-www/pull/1767
``` terryhowe@Terrys-MacBook-Air helm-www % git diff diff --git a/content/en/docs/topics/version_skew.md b/content/en/docs/topics/version_skew.md index 5f893063..85fc3ab3 100644 --- a/content/en/docs/topics/version_skew.md +++ b/content/en/docs/topics/version_skew.md @@ -46,6 +46,7 @@ with your cluster. | Helm Version | Supported Kubernetes...
Add a mention and example of go text/template join in docs/chart_template_guide/functions_and_pipelines.mdx
My computer is slow to begin with, but I am surprised how long it takes to build the website. Any thoughts on why that is and any way to speed...
Create tests for redirects ``` static/helm/index.html static/helm/v2/index.html static/helm/v4/index.html static/helm/v3/index.html ``` * Create a github/workflow for it that runs on pull requests. It should run on node version specified in netlify.toml...
I have some features/changes I'd like to make to oras-go and this relationship between auth and credentials often gets in the way. This change makes auth dependent on credentials instead...
Support for policy.json allow/deny https://man.archlinux.org/man/containers-policy.json.5.en
This change adds support to capture both the tag and the digest in the registry Reference object. * Renames Digest() method GetDigest() * Adds Tag and Digest member for Form...