TC
TC
Ran into an issue compiling the type definitions in typescript in a node environment. I'm using this command `tsc --outDir bld --module commonjs --target ES2016` to compile and I hit...
**Is your feature request related to a problem?** We use a private helm repository for some library charts, which is stored in AWS S3. In order to run `helm dependency...
**What happened?** The "profiles" section is missing in the [v6 docs](https://devspace.sh/docs/configuration/reference).  **What did you expect to happen instead?** So far it seems like profiles are still supported, so I...
**What happened?** From time to time I get the following error when doing `devspace deploy`. ``` configurations create_deployments: error deploying configurations: error executing 'kubectl --context arn:aws:eks:us-east-1::cluster/redoxlocal-eks-cluster apply --force -f -':...
**What happened?** If I try to override a `var` in a profile using the `merge` option, it does not work. **What did you expect to happen instead?** I would expect...
Output of `helm version`: `version.BuildInfo{Version:"v3.6.0", GitCommit:"7f2df6467771a75f5646b7f12afb408590ed1755", GitTreeState:"clean", GoVersion:"go1.16.3"}` Output of `kubectl version`: `Client Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.3", GitCommit:"1e11e4a2108024935ecfcb2912226cedeafd99df", GitTreeState:"clean", BuildDate:"2020-10-14T12:50:19Z", GoVersion:"go1.15.2", Compiler:"gc", Platform:"darwin/amd64"} Server Version: version.Info{Major:"1", Minor:"17+", GitVersion:"v1.17.17-eks-087e67", GitCommit:"087e67e479962798594218dc6d99923f410c145e", GitTreeState:"clean",...