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

Given the following install ``` ╰─○ helm install elasticsearch-logging ---> Running `kubectl create -f` ... services/elasticsearch-logging services/kibana-logging replicationcontrollers/elasticsearch-logging-v1 replicationcontrollers/kibana-logging-v1 ---> Done ======================================== # Elastic Search logging ## Description This chart...

enhancement

**Test commands:** ``` bash helm repo add bitnami https://github.com/bitnami/charts helm fetch bitnami/mariadb helm install -g mariadb ``` **Result:** Only the mariadb service manifest is deployed. The replication controller manifest is...

bug

it would be nice to be able to see a dependency tree of some sort for a given chart. the tree can be in ASCII format related: #270 will walk...

proposal

On kubectl `HEAD` ``` $ helm install docker-registry ---> Running `kubectl create -f` ... error validating "STDIN": error validating data: field nodePort: is required; if you choose to ignore these...

If a manifest file cannot be parsed, we should give helpful information about line number and all that.

enhancement

For example: I'd like to have two separate data files to store: 1. docker image tag values and `imagePullPolicy` values 2. external object storage configuration data One idea to support...

enhancement

We feel there are currently a lot of steps in current workflow: fetching a chart, editing `values.toml`, generating and installing. A potential idea to improve this could be to allow...

Add extra parameter e.g. `--gcs` which will adjust curl args respectively

enhancement