Clean up charts

This commit is contained in:
Jonny Ervine 2023-11-19 11:37:36 +08:00
parent ad6ef2ad8b
commit 9c02504c98
5 changed files with 37 additions and 19 deletions

View File

@ -1,13 +1,13 @@
apiVersion: v2
appVersion: 14.1.1
appVersion: 14.1.5
dependencies:
- condition: installCRDs,operator.enabled
name: teleport-operator
repository: ""
version: 14.1.1
version: 14.1.5
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.1
version: 14.1.5

View File

@ -1,8 +1,8 @@
apiVersion: v2
appVersion: 14.1.1
appVersion: 14.1.5
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.1
version: 14.1.5

View File

@ -192,20 +192,38 @@ spec:
must match one allow rule to use this token.
items:
properties:
ci_config_ref_uri:
type: string
ci_config_sha:
type: string
deployment_tier:
type: string
environment:
type: string
environment_protected:
type: boolean
namespace_path:
type: string
pipeline_source:
type: string
project_path:
type: string
project_visibility:
type: string
ref:
type: string
ref_protected:
type: boolean
ref_type:
type: string
sub:
type: string
user_email:
type: string
user_id:
type: string
user_login:
type: string
type: object
nullable: true
type: array

View File

@ -1,6 +1,6 @@
should add an operator side-car when operator is enabled:
1: |
image: public.ecr.aws/gravitational/teleport-operator:14.1.1
image: public.ecr.aws/gravitational/teleport-operator:14.1.5
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
@ -41,7 +41,7 @@ should add an operator side-car when operator is enabled:
- args:
- --diag-addr=0.0.0.0:3000
- --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
lifecycle:
preStop:
@ -174,7 +174,7 @@ should set nodeSelector when set in values:
- args:
- --diag-addr=0.0.0.0:3000
- --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
lifecycle:
preStop:
@ -271,7 +271,7 @@ should set resources when set in values:
- args:
- --diag-addr=0.0.0.0:3000
- --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
lifecycle:
preStop:
@ -357,7 +357,7 @@ should set securityContext when set in values:
- args:
- --diag-addr=0.0.0.0:3000
- --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
lifecycle:
preStop:

View File

@ -5,7 +5,7 @@ should provision initContainer correctly when set in values:
- wait
- no-resolve
- 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
- args:
- echo test
@ -62,7 +62,7 @@ should set nodeSelector when set in values:
containers:
- args:
- --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
lifecycle:
preStop:
@ -123,7 +123,7 @@ should set nodeSelector when set in values:
- wait
- no-resolve
- 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
nodeSelector:
environment: security
@ -174,7 +174,7 @@ should set resources when set in values:
containers:
- args:
- --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
lifecycle:
preStop:
@ -242,7 +242,7 @@ should set resources when set in values:
- wait
- no-resolve
- 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
serviceAccountName: RELEASE-NAME-proxy
terminationGracePeriodSeconds: 60
@ -275,7 +275,7 @@ should set securityContext for initContainers when set in values:
containers:
- args:
- --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
lifecycle:
preStop:
@ -343,7 +343,7 @@ should set securityContext for initContainers when set in values:
- wait
- no-resolve
- 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
securityContext:
allowPrivilegeEscalation: false
@ -383,7 +383,7 @@ should set securityContext when set in values:
containers:
- args:
- --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
lifecycle:
preStop:
@ -451,7 +451,7 @@ should set securityContext when set in values:
- wait
- no-resolve
- 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
securityContext:
allowPrivilegeEscalation: false