Skip to content
#

helm

Here are 3,321 public repositories matching this topic...

jkroepke
jkroepke commented Apr 22, 2022

Output of helm version:
version.BuildInfo{Version:"v3.8.1", GitCommit:"5cb9af4b1b271d11d7a97a71df3ac337dd94ad37", GitTreeState:"clean", GoVersion:"go1.17.8"}

If HELM_DATA_HOME contains spaces, like `/Users/My Name/Library/hel

bug good first issue
jsoref
jsoref commented Jul 7, 2022

Checklist:

  • I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
  • I've included steps to reproduce the bug.
  • I've pasted the output of argocd version.

Describe the bug

If a user has access to a system (via GitHub) and their groups doesn't entitle them to see any applications, they see a message that says "No applications yet".

This is misle

bug good first issue type:usability component:ui
k3sup
wonderflow
wonderflow commented Jun 27, 2022

Is your feature request related to a problem? Please describe.

When I want to delete more than one apps, I have to do it one by one.

vela delete composed-app -y
vela delete frp-proxy -y
vela delete vela-app-with-sidecar -y
vela delete ecs-demo -y

It's annoying when I have many apps.

Describe the solution you'd like

I hope we can delete them together at once:

`

good first issue priority/nice-to-have
flux2
hiddeco
hiddeco commented Apr 19, 2022

In #2649, all our dependencies except this module in the Azure related end-to-end tests were updated, as it contains a breaking change.

tfinstall has been removed and needs to be replaced with https://github.com/hashicorp/hc-install. We call it exactly one time in [azure_test.go](https://github.com/

good first issue area/build
LukasGentele
LukasGentele commented Jan 13, 2020

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

good first issue
arkade
vcluster
bschwenn
bschwenn commented Feb 25, 2022

Is your feature request related to a problem?

Mutating webhooks often use label selectors to determine which resources to process. Since vcluster mutates all the labels on synced resources, this can prevent webhooks in the physical cluster from being able to mutate the physical resources.

In particular we've encountered this issue for synced pods.

Which solution do you suggest?

Improve this page

Add a description, image, and links to the helm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the helm topic, visit your repo's landing page and select "manage topics."

Learn more