Skip to content

helm: add Coder to a hosted Helm repository #3545

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Tracked by #4628
sharkymark opened this issue Aug 18, 2022 · 2 comments · Fixed by #4793
Closed
Tracked by #4628

helm: add Coder to a hosted Helm repository #3545

sharkymark opened this issue Aug 18, 2022 · 2 comments · Fixed by #4793
Assignees
Milestone

Comments

@sharkymark
Copy link
Contributor

A prospect evaluating Coder v1 and Coder OSS is not happy with OSS because it is not obvious how to install the control plane with Helm.

I directed them to the helm chart and said we are working on a more-enhanced version.

This should be documented better.

@ammario ammario added this to the EE milestone Aug 22, 2022
@coder coder deleted a comment from ketang Aug 23, 2022
@kylecarbs kylecarbs changed the title not obvious how to install Coder with helm Add Coder to the Helm repository Aug 23, 2022
@kylecarbs
Copy link
Member

Requirements:

  • User can helm install ... Coder!
  • This command is discoverable via the docs!

@bpmct bpmct changed the title Add Coder to the Helm repository helm: add Coder to a hosted Helm repository Oct 18, 2022
@bpmct bpmct mentioned this issue Oct 18, 2022
13 tasks
@ElliotG
Copy link
Contributor

ElliotG commented Oct 19, 2022

For the record, the following does work. Not sure if that helps.

`resource "helm_release" "coder" {
name = "coder"
namespace = kubernetes_namespace.coder_namespace.metadata.0.name

chart = "https://github.com/coder/coder/releases/download/v${var.coder_version}/coder_helm_${var.coder_version}.tgz"

values = [...]`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants