You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
631 B
29 lines
631 B
# 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: "stable"
|
|
|