enterprise-helm
enterprise-helm copied to clipboard
Operate Coder v1 on Kubernetes
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.8.0 to 3.9.2. Release notes Sourced from helm.sh/helm/v3's releases. Helm v3.9.2 is a patch release. This release is the same Helm source as v3.9.1. It is rebuilt...
These recommendations are to better serve Coder deployments with more users. 1. `coderd`'s CPU limit was the same as the request 250m, which is low. Expanding the CPU limit to...
When enumerating rules in a role, providing multiple apiGroups and resources leads to invalid resource apiGroups combinations. E.g.: - apiGroups: ["", "apps"] resources: ["pods", "deployments"] rules: ["create"] This allows "create"...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.0 to 1.8.0. Commits 181cea6 impr: CallerInfo should print full paths to the terminal (#1201) cf1284f Allow mock expectations to be ordered (#1106) 66eef0e fix: assert.MapSubset (or...
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.2.0. Release notes Sourced from actions/setup-go's releases. Support for caching dependency files and compiler's build outputs This release introduces support for caching dependency files and...
I'm currently evaluating Coder and so far its great! Definitely beats manually provisioning workspaces. I had a few questions and some minor issues **Environment** - Provider: `aws-eks` - K8s Version:...
This PR adds a new test which tests for overwriting the replicas value in the default yaml template. Fixes #165
Unit tests were only recently introduced to this repo by @jawnsy in #158. The goal of this issue/task is to add an additional unit test.