summaryrefslogtreecommitdiffhomepage
path: root/cmd/k8s-operator/deploy/chart/Chart.yaml
blob: 363d87d15954aac3b580cc161541a94b3c3cd545 (plain)
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
# Copyright (c) Tailscale Inc & AUTHORS
# SPDX-License-Identifier: BSD-3-Clause

apiVersion: v2
name: tailscale-operator
description: A Helm chart for Tailscale Kubernetes operator
home: https://github.com/tailscale/tailscale

keywords:
  - "tailscale"
  - "vpn"
  - "ingress"
  - "egress"
  - "wireguard"

sources:
- https://github.com/tailscale/tailscale

type: application

maintainers:
  - name: tailscale-maintainers
    url: https://tailscale.com/

# version will be set to Tailscale repo tag (without 'v') at release time.
version: 0.1.0

# appVersion will be set to Tailscale repo tag at release time.
appVersion: "unstable"