helm
Here are 2,308 public repositories matching this topic...
-
Updated
Apr 24, 2021 - Go
Checklist:
- [ x] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
- [ x] I've included steps to reproduce the bug.
- [ x] I've pasted the output of
argocd version.
Describe the bug
Values from an Application CRD values block that overrides values from value files are not visualized under the App Details -> Parameters -> Parameters section.
**To Repro
-
Updated
Apr 5, 2020 - Go
This feature enables the ipsec backend for Flannel in the k3sup install command
Expected Behaviour
An additional flag to k3sup install should enable ipsec for Flannel as
-
Updated
Apr 26, 2021 - Emacs Lisp
-
Updated
Apr 26, 2021 - Rust
-
Updated
Nov 22, 2019 - Go
Is your feature request related to a problem?
"DevSpace should use the current docker behavior for dockerignore:
Dockerfile + .dockerignore
Dockerfile + Dockerfile.dockerignore
Dockerfile.frontend + Dockerfile.frontend.dockerignore
"
Which solution do you suggest?
Delegating the dockerignore file search to Docker if possible, otherwise copying the behavior as best as possible
The buildkit (client) and buildkitd (builder daemon) can both be used with faasd or k3s hosts for building images without installing Docker onto the machine.
There is a tar that can be downloaded like we do with inletsctl, however, we need to make sure we extract both binaries. I'm fairly sure that this will "just work"
See more:
-
Updated
Apr 26, 2021 - Go
-
Updated
Sep 24, 2020 - Shell
Describe the bug
At this moment, we silently ignore these values, which creates confusion.
-
Updated
Sep 30, 2020 - Go
The TOC on the right hand side of https://toolkit.fluxcd.io/guides/helm-operator-migration/ is very crowded, let's add a mini-TOC at the top of the document to provide links to:
- discussion of breaking changes
- api spec changes
- migration strategy
- FAQ
First reported on Slack (https://kubernetes.slack.com/archives/C9D3TSUG4/p1550784319000900), it looks like if https://github.com/helm/monocular/blob/v1.2.0/cmd/chart-repo/utils.go#L100 comes back with an empty list (if there are no entries in the index.yaml, or all charts are deprecated), then https://github.com/helm/monocular/blob/v1.2.0/cmd/chart-repo/utils.go#L260 results in a panic as it tries
-
Updated
Apr 21, 2021 - Go
-
Updated
Jul 25, 2019 - Clojure
-
Updated
Apr 3, 2021 - Python
-
Updated
Mar 30, 2020 - CSS
-
Updated
Apr 19, 2021 - Go
-
Updated
Mar 2, 2021 - HTML
Improve this page
Add a description, image, and links to the helm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the helm topic, visit your repo's landing page and select "manage topics."
Helm documentation states the following:
-1) (k8s) metadata.name is restricted to a maximum length of 63 characters because of limitations to the DNS system
-2) For that reasons, release names are (DNS labels that are) limited to 53 characters
Statement 1) is not correct.
k8s does not impose a max length of 63 characters on resource names.
The actual max length for a resource name is 253 c