helm
Here are 2,181 public repositories matching this topic...
-
Updated
Feb 17, 2021 - Go
Summary
Whatever is passed into data.kustomize.buildOptions is universally applied to all versions of kustomize. If you use an option from a newer version that doesn't exist on an older version you'll get errors for that application.
Motivation
I believe kustomize 3.9.2 introduced --enable_kyaml=true as the default. It also has the chart inflator as a builtin plugin so it eliminat
-
Updated
Apr 5, 2020 - Go
Task
Convert CI to GitHub Actions
Context
Travis is removing its free tier for OSS projects, so this should be built with GitHub Actions instead, which is not going to add additional cost.
I would expect this to be one of the easier projects to convert given that Docker isn't used in the build.
See also:
https://github.com/mvdan/github-actions-golang
https://github.com/ac
-
Updated
Feb 12, 2021 - Emacs Lisp
-
Updated
Feb 18, 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
-
Updated
Feb 9, 2021 - Go
-
Updated
Sep 24, 2020 - Shell
-
Updated
Sep 30, 2020 - Go
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:
Is your feature request related to a problem? Please describe.
When working with big images, okteto up times out often, specially if the image is pretty large and not pulled. It would be useful to be able to specify a bigger timeout directly in the manifest, instead of setting an env var.
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
Jul 25, 2019 - Clojure
-
Updated
Feb 17, 2021 - Python
-
Updated
Mar 30, 2020 - CSS
Would it be possible to add service.annotations to the chart? That would enable things like setting up CloudCDN in GKE and test it with Podman before going to production.
Add gPRC API
-
Updated
Dec 23, 2020 - Shell
-
Updated
Jan 31, 2021 - HTML
-
Updated
Jan 23, 2021 - Go
Hi guys,
it seems the documentation on sealed secrets is missing a simple flag:
The docs state Sealed Secret Doc:
kubeseal --format=yaml --cert=pub-sealed-secrets.pem \
< basic-auth.yaml > basic-auth-sealed.yaml
I believe the --controller-namespace argument is required (mentioned in bitnami docs & decryption did not work
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