From d1acaf0f92e2227ab1848f1c6b9fcdb19c5cef77 Mon Sep 17 00:00:00 2001 From: Ronen Hilewicz Date: Wed, 28 Aug 2024 14:26:10 -0400 Subject: [PATCH] Fix lint errors --- charts/aserto-lib/Chart.yaml | 4 ++++ charts/aserto/Chart.yaml | 4 ++++ charts/authorizer/values.yaml | 2 -- charts/discovery/values.yaml | 2 +- ct.yaml | 3 +++ 5 files changed, 12 insertions(+), 3 deletions(-) diff --git a/charts/aserto-lib/Chart.yaml b/charts/aserto-lib/Chart.yaml index 672875f..3398329 100644 --- a/charts/aserto-lib/Chart.yaml +++ b/charts/aserto-lib/Chart.yaml @@ -2,6 +2,10 @@ apiVersion: v2 name: aserto-lib description: Common helpers for aserto charts +maintainers: + - name: Aserto + url: https://github.com/aserto-dev + # A chart can be either an 'application' or a 'library' chart. # # Application charts are a collection of templates that can be packaged into versioned archives diff --git a/charts/aserto/Chart.yaml b/charts/aserto/Chart.yaml index 8e67b3c..787ec9c 100644 --- a/charts/aserto/Chart.yaml +++ b/charts/aserto/Chart.yaml @@ -2,6 +2,10 @@ apiVersion: v2 name: aserto description: A Helm chart for Kubernetes +maintainers: + - name: Aserto + url: https://github.com/aserto-dev + # A chart can be either an 'application' or a 'library' chart. # # Application charts are a collection of templates that can be packaged into versioned archives diff --git a/charts/authorizer/values.yaml b/charts/authorizer/values.yaml index a3b5697..4d91330 100644 --- a/charts/authorizer/values.yaml +++ b/charts/authorizer/values.yaml @@ -47,8 +47,6 @@ grpc: # of type kubernetes.io/tls # certSecret: directory-rest-cert - - # Disable authorization # noAuthorization: false diff --git a/charts/discovery/values.yaml b/charts/discovery/values.yaml index 79c8fc0..1dd3399 100644 --- a/charts/discovery/values.yaml +++ b/charts/discovery/values.yaml @@ -33,7 +33,7 @@ bundleDefaults: cacheSettings: type: "bigcache" cacheConfig: - ttl: 900000000000 # 15 minutes + ttl: 900000000000 # 15 minutes # Set the service log level (trace/debug/info/warn/error) diff --git a/ct.yaml b/ct.yaml index f74946f..ec04d49 100644 --- a/ct.yaml +++ b/ct.yaml @@ -4,7 +4,10 @@ target-branch: main chart-repos: - aserto-helm=oci://ghcr.io/aserto-dev/helm helm-lint-extra-args: > + --set global.aserto.rootDirectory.tenantID=root-tenant-id --set rootDirectory.database.host=root.db.hostname --set tenantDirectory.database.host=tenant.db.hostname --set oidc.domain=oidc_domain --set oidc.audience=oidc_audience + --set registries.ghcr.scheme=bearer + --set registries.ghcr.tokenSecretName=ghcr-token-secret