Clean up charts
This commit is contained in:
parent
ad6ef2ad8b
commit
9c02504c98
@ -1,13 +1,13 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 14.1.1
|
appVersion: 14.1.5
|
||||||
dependencies:
|
dependencies:
|
||||||
- condition: installCRDs,operator.enabled
|
- condition: installCRDs,operator.enabled
|
||||||
name: teleport-operator
|
name: teleport-operator
|
||||||
repository: ""
|
repository: ""
|
||||||
version: 14.1.1
|
version: 14.1.5
|
||||||
description: Teleport is an access platform for your infrastructure
|
description: Teleport is an access platform for your infrastructure
|
||||||
icon: https://goteleport.com/images/logos/logo-teleport-square.svg
|
icon: https://goteleport.com/images/logos/logo-teleport-square.svg
|
||||||
keywords:
|
keywords:
|
||||||
- Teleport
|
- Teleport
|
||||||
name: teleport-cluster
|
name: teleport-cluster
|
||||||
version: 14.1.1
|
version: 14.1.5
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 14.1.1
|
appVersion: 14.1.5
|
||||||
description: Teleport Operator provides management of select Teleport resources.
|
description: Teleport Operator provides management of select Teleport resources.
|
||||||
icon: https://goteleport.com/images/logos/logo-teleport-square.svg
|
icon: https://goteleport.com/images/logos/logo-teleport-square.svg
|
||||||
keywords:
|
keywords:
|
||||||
- Teleport
|
- Teleport
|
||||||
name: teleport-operator
|
name: teleport-operator
|
||||||
version: 14.1.1
|
version: 14.1.5
|
||||||
|
|||||||
@ -192,20 +192,38 @@ spec:
|
|||||||
must match one allow rule to use this token.
|
must match one allow rule to use this token.
|
||||||
items:
|
items:
|
||||||
properties:
|
properties:
|
||||||
|
ci_config_ref_uri:
|
||||||
|
type: string
|
||||||
|
ci_config_sha:
|
||||||
|
type: string
|
||||||
|
deployment_tier:
|
||||||
|
type: string
|
||||||
environment:
|
environment:
|
||||||
type: string
|
type: string
|
||||||
|
environment_protected:
|
||||||
|
type: boolean
|
||||||
namespace_path:
|
namespace_path:
|
||||||
type: string
|
type: string
|
||||||
pipeline_source:
|
pipeline_source:
|
||||||
type: string
|
type: string
|
||||||
project_path:
|
project_path:
|
||||||
type: string
|
type: string
|
||||||
|
project_visibility:
|
||||||
|
type: string
|
||||||
ref:
|
ref:
|
||||||
type: string
|
type: string
|
||||||
|
ref_protected:
|
||||||
|
type: boolean
|
||||||
ref_type:
|
ref_type:
|
||||||
type: string
|
type: string
|
||||||
sub:
|
sub:
|
||||||
type: string
|
type: string
|
||||||
|
user_email:
|
||||||
|
type: string
|
||||||
|
user_id:
|
||||||
|
type: string
|
||||||
|
user_login:
|
||||||
|
type: string
|
||||||
type: object
|
type: object
|
||||||
nullable: true
|
nullable: true
|
||||||
type: array
|
type: array
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
should add an operator side-car when operator is enabled:
|
should add an operator side-car when operator is enabled:
|
||||||
1: |
|
1: |
|
||||||
image: public.ecr.aws/gravitational/teleport-operator:14.1.1
|
image: public.ecr.aws/gravitational/teleport-operator:14.1.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
@ -41,7 +41,7 @@ should add an operator side-car when operator is enabled:
|
|||||||
- args:
|
- args:
|
||||||
- --diag-addr=0.0.0.0:3000
|
- --diag-addr=0.0.0.0:3000
|
||||||
- --apply-on-startup=/etc/teleport/apply-on-startup.yaml
|
- --apply-on-startup=/etc/teleport/apply-on-startup.yaml
|
||||||
image: public.ecr.aws/gravitational/teleport-distroless:14.1.1
|
image: public.ecr.aws/gravitational/teleport-distroless:14.1.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
lifecycle:
|
lifecycle:
|
||||||
preStop:
|
preStop:
|
||||||
@ -174,7 +174,7 @@ should set nodeSelector when set in values:
|
|||||||
- args:
|
- args:
|
||||||
- --diag-addr=0.0.0.0:3000
|
- --diag-addr=0.0.0.0:3000
|
||||||
- --apply-on-startup=/etc/teleport/apply-on-startup.yaml
|
- --apply-on-startup=/etc/teleport/apply-on-startup.yaml
|
||||||
image: public.ecr.aws/gravitational/teleport-distroless:14.1.1
|
image: public.ecr.aws/gravitational/teleport-distroless:14.1.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
lifecycle:
|
lifecycle:
|
||||||
preStop:
|
preStop:
|
||||||
@ -271,7 +271,7 @@ should set resources when set in values:
|
|||||||
- args:
|
- args:
|
||||||
- --diag-addr=0.0.0.0:3000
|
- --diag-addr=0.0.0.0:3000
|
||||||
- --apply-on-startup=/etc/teleport/apply-on-startup.yaml
|
- --apply-on-startup=/etc/teleport/apply-on-startup.yaml
|
||||||
image: public.ecr.aws/gravitational/teleport-distroless:14.1.1
|
image: public.ecr.aws/gravitational/teleport-distroless:14.1.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
lifecycle:
|
lifecycle:
|
||||||
preStop:
|
preStop:
|
||||||
@ -357,7 +357,7 @@ should set securityContext when set in values:
|
|||||||
- args:
|
- args:
|
||||||
- --diag-addr=0.0.0.0:3000
|
- --diag-addr=0.0.0.0:3000
|
||||||
- --apply-on-startup=/etc/teleport/apply-on-startup.yaml
|
- --apply-on-startup=/etc/teleport/apply-on-startup.yaml
|
||||||
image: public.ecr.aws/gravitational/teleport-distroless:14.1.1
|
image: public.ecr.aws/gravitational/teleport-distroless:14.1.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
lifecycle:
|
lifecycle:
|
||||||
preStop:
|
preStop:
|
||||||
|
|||||||
@ -5,7 +5,7 @@ should provision initContainer correctly when set in values:
|
|||||||
- wait
|
- wait
|
||||||
- no-resolve
|
- no-resolve
|
||||||
- RELEASE-NAME-auth-v13.NAMESPACE.svc.cluster.local
|
- RELEASE-NAME-auth-v13.NAMESPACE.svc.cluster.local
|
||||||
image: public.ecr.aws/gravitational/teleport-distroless:14.1.1
|
image: public.ecr.aws/gravitational/teleport-distroless:14.1.5
|
||||||
name: wait-auth-update
|
name: wait-auth-update
|
||||||
- args:
|
- args:
|
||||||
- echo test
|
- echo test
|
||||||
@ -62,7 +62,7 @@ should set nodeSelector when set in values:
|
|||||||
containers:
|
containers:
|
||||||
- args:
|
- args:
|
||||||
- --diag-addr=0.0.0.0:3000
|
- --diag-addr=0.0.0.0:3000
|
||||||
image: public.ecr.aws/gravitational/teleport-distroless:14.1.1
|
image: public.ecr.aws/gravitational/teleport-distroless:14.1.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
lifecycle:
|
lifecycle:
|
||||||
preStop:
|
preStop:
|
||||||
@ -123,7 +123,7 @@ should set nodeSelector when set in values:
|
|||||||
- wait
|
- wait
|
||||||
- no-resolve
|
- no-resolve
|
||||||
- RELEASE-NAME-auth-v13.NAMESPACE.svc.cluster.local
|
- RELEASE-NAME-auth-v13.NAMESPACE.svc.cluster.local
|
||||||
image: public.ecr.aws/gravitational/teleport-distroless:14.1.1
|
image: public.ecr.aws/gravitational/teleport-distroless:14.1.5
|
||||||
name: wait-auth-update
|
name: wait-auth-update
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
environment: security
|
environment: security
|
||||||
@ -174,7 +174,7 @@ should set resources when set in values:
|
|||||||
containers:
|
containers:
|
||||||
- args:
|
- args:
|
||||||
- --diag-addr=0.0.0.0:3000
|
- --diag-addr=0.0.0.0:3000
|
||||||
image: public.ecr.aws/gravitational/teleport-distroless:14.1.1
|
image: public.ecr.aws/gravitational/teleport-distroless:14.1.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
lifecycle:
|
lifecycle:
|
||||||
preStop:
|
preStop:
|
||||||
@ -242,7 +242,7 @@ should set resources when set in values:
|
|||||||
- wait
|
- wait
|
||||||
- no-resolve
|
- no-resolve
|
||||||
- RELEASE-NAME-auth-v13.NAMESPACE.svc.cluster.local
|
- RELEASE-NAME-auth-v13.NAMESPACE.svc.cluster.local
|
||||||
image: public.ecr.aws/gravitational/teleport-distroless:14.1.1
|
image: public.ecr.aws/gravitational/teleport-distroless:14.1.5
|
||||||
name: wait-auth-update
|
name: wait-auth-update
|
||||||
serviceAccountName: RELEASE-NAME-proxy
|
serviceAccountName: RELEASE-NAME-proxy
|
||||||
terminationGracePeriodSeconds: 60
|
terminationGracePeriodSeconds: 60
|
||||||
@ -275,7 +275,7 @@ should set securityContext for initContainers when set in values:
|
|||||||
containers:
|
containers:
|
||||||
- args:
|
- args:
|
||||||
- --diag-addr=0.0.0.0:3000
|
- --diag-addr=0.0.0.0:3000
|
||||||
image: public.ecr.aws/gravitational/teleport-distroless:14.1.1
|
image: public.ecr.aws/gravitational/teleport-distroless:14.1.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
lifecycle:
|
lifecycle:
|
||||||
preStop:
|
preStop:
|
||||||
@ -343,7 +343,7 @@ should set securityContext for initContainers when set in values:
|
|||||||
- wait
|
- wait
|
||||||
- no-resolve
|
- no-resolve
|
||||||
- RELEASE-NAME-auth-v13.NAMESPACE.svc.cluster.local
|
- RELEASE-NAME-auth-v13.NAMESPACE.svc.cluster.local
|
||||||
image: public.ecr.aws/gravitational/teleport-distroless:14.1.1
|
image: public.ecr.aws/gravitational/teleport-distroless:14.1.5
|
||||||
name: wait-auth-update
|
name: wait-auth-update
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
@ -383,7 +383,7 @@ should set securityContext when set in values:
|
|||||||
containers:
|
containers:
|
||||||
- args:
|
- args:
|
||||||
- --diag-addr=0.0.0.0:3000
|
- --diag-addr=0.0.0.0:3000
|
||||||
image: public.ecr.aws/gravitational/teleport-distroless:14.1.1
|
image: public.ecr.aws/gravitational/teleport-distroless:14.1.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
lifecycle:
|
lifecycle:
|
||||||
preStop:
|
preStop:
|
||||||
@ -451,7 +451,7 @@ should set securityContext when set in values:
|
|||||||
- wait
|
- wait
|
||||||
- no-resolve
|
- no-resolve
|
||||||
- RELEASE-NAME-auth-v13.NAMESPACE.svc.cluster.local
|
- RELEASE-NAME-auth-v13.NAMESPACE.svc.cluster.local
|
||||||
image: public.ecr.aws/gravitational/teleport-distroless:14.1.1
|
image: public.ecr.aws/gravitational/teleport-distroless:14.1.5
|
||||||
name: wait-auth-update
|
name: wait-auth-update
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user