helm-classic icon indicating copy to clipboard operation
helm-classic copied to clipboard

⚠️(OBSOLETE) Helm Classic v1

Results 42 helm-classic issues
Sort by recently updated
recently updated
newest added

There are probably other use cases, but what comes to mind is smoketesting new charts that exist as branches in a chart repo. There are manual ways around this, but...

enhancement

Given the following test from master: ``` > go build -o bin/helm -ldflags "-X main.version=0.0.1" helm.go > for i in $(seq 1 100); do ./bin/helm update; done ``` You see...

bug