helm
Here are 2,025 public repositories matching this topic...
The GitOps Kubernetes operator
-
Updated
Nov 6, 2020 - Go
Found that if all pods end up on the same node (just happened to me) nothing works well at least on our cluster due to hairpin issues. Any chance the yaml could have anti-affinity set for the pods so they don't end up on the same node by accident?
A tool for developers to create cloud-native applications on Kubernetes.
-
Updated
Apr 5, 2020 - Go
Emacs incremental completion and selection narrowing framework
-
Updated
Nov 11, 2020 - Emacs Lisp
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
It would be nice to have a flag that allows to keep only the last x versions of a chart.
Kubernetes deployment strategies explained
-
Updated
Nov 22, 2019 - Go
Deploy your apps on any Cloud providers in just a few seconds
-
Updated
Nov 11, 2020 - Rust
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
Kubernetes Operator to automate Helm, DaemonSet, StatefulSet & Deployment updates
-
Updated
Oct 28, 2020 - Go
Setting up a distributed Kubernetes cluster along with Istio service mesh locally with Vagrant and VirtualBox, only PoC or Demo use.
-
Updated
Sep 24, 2020 - Shell
Make your Docker Compose applications reusable, and share them on Docker Hub
-
Updated
Sep 30, 2020 - Go
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
Free and Open Source GUI to Visualize Kubernetes Applications.
-
Updated
Jul 25, 2019 - Clojure
Is your feature request related to a problem? Please describe.
Persistent volumes can be disabled if default storage class if not defined
The open source PaaS for Kubernetes.
-
Updated
Mar 30, 2020 - CSS
Generic templated configuration management for Kubernetes, Terraform and other things
-
Updated
Nov 6, 2020 - Python
Expected Behaviour
A specific Golang version should be used like the previous Travis build in the GitHub Actions for this project such as https://github.com/alexellis/arkade/blob/master/.github/workflows/ci-only.yml
Current Behaviour
An unpredictable, but recent version is used.
Possible Solution
Pin Git
A helm plugin that help manage secrets with Git workflow and store them anywhere
-
Updated
Jul 16, 2020 - Shell
Kubernetes - Beginners | Intermediate | Advanced
-
Updated
Nov 2, 2020 - HTML
Add gPRC API
Implement a gPRC version of the API (on a different port) for podinfo and generate the client in podcli.
Kubernetes object analysis with recommendations for improved reliability and security
-
Updated
Nov 7, 2020 - Go
A helm plugin that shows a diff explaining what a helm upgrade would change
-
Updated
Nov 5, 2020 - Go
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."


Hello,
According to this thread, it is possible to use some path like file://local/path/to/chart instead of some chart repository URL.
In the documentation, I do not see any examples or mention for this feature.
Can we add it to the documentation or make it more accessibl