mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-26 19:45:35 +00:00
c2b87fcb46
API v1 is compatible with helm v2 and v2 is not. However, helm v2 (the Tiller deployment mechanism) was deprecated in 2020 and no-one should be using it anymore. This PR also adds a CI lint test for helm chart Updates tailscale/tailscale#9222 Signed-off-by: Irbe Krumina <irbe@tailscale.com>
30 lines
633 B
YAML
30 lines
633 B
YAML
# 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"
|