-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathChart.yaml
More file actions
34 lines (30 loc) · 986 Bytes
/
Chart.yaml
File metadata and controls
34 lines (30 loc) · 986 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
apiVersion: v2
name: coder
description: Remote development environments on your infrastructure
home: https://github.com/coder/coder
# version and appVersion are injected at release and will always be shown as
# 0.1.0 in the repository.
#
# If you're installing the Helm chart directly from git it will have this
# version, which means the auto-generated image URI will be invalid. You can set
# "coder.image.tag" to the desired tag manually.
type: application
version: "0.1.0"
appVersion: "0.1.0"
# Coder has a hard requirement on Kubernetes 1.19, as this version introduced
# the networking.k8s.io/v1 API.
kubeVersion: ">= 1.19.0-0"
keywords:
- coder
- terraform
sources:
- https://github.com/coder/coder/tree/main/helm/coder
icon: https://helm.coder.com/coder_logo_black.png
maintainers:
- name: Coder Technologies, Inc.
email: support@coder.com
url: https://coder.com/contact
dependencies:
- name: libcoder
version: 0.1.0
repository: file://../libcoder