Update helm chart for teleport

This commit is contained in:
Jonny Ervine 2024-01-10 23:32:07 +08:00
parent 47264e8c61
commit 1174b68d0f
151 changed files with 770 additions and 697 deletions

View File

@ -1,13 +1,13 @@
apiVersion: v2
appVersion: 14.1.5
appVersion: 14.2.0
dependencies:
- condition: installCRDs,operator.enabled
name: teleport-operator
repository: ""
version: 14.1.5
version: 14.2.0
description: Teleport is an access platform for your infrastructure
icon: https://goteleport.com/images/logos/logo-teleport-square.svg
keywords:
- Teleport
name: teleport-cluster
version: 14.1.5
version: 14.2.0

View File

@ -1,8 +1,8 @@
apiVersion: v2
appVersion: 14.1.5
appVersion: 14.2.0
description: Teleport Operator provides management of select Teleport resources.
icon: https://goteleport.com/images/logos/logo-teleport-square.svg
keywords:
- Teleport
name: teleport-operator
version: 14.1.5
version: 14.2.0

View File

@ -275,6 +275,32 @@ spec:
type: string
nullable: true
type: array
spacelift:
description: Spacelift allows the configuration of options specific
to the "spacelift" join method.
nullable: true
properties:
allow:
description: Allow is a list of Rules, nodes using this token
must match one allow rule to use this token.
items:
properties:
caller_id:
type: string
caller_type:
type: string
scope:
type: string
space_id:
type: string
type: object
nullable: true
type: array
hostname:
description: Hostname is the hostname of the Spacelift tenant
that tokens will originate from. E.g `example.app.spacelift.io`
type: string
type: object
suggested_agent_matcher_labels:
additionalProperties:
x-kubernetes-preserve-unknown-fields: true

Some files were not shown because too many files have changed in this diff Show More