diff --git a/charts/registry-scanner/README.md b/charts/registry-scanner/README.md index 70b776c32..7ef762a41 100644 --- a/charts/registry-scanner/README.md +++ b/charts/registry-scanner/README.md @@ -64,7 +64,7 @@ The following table lists the configurable parameters of the Sysdig Registry Sca | config.registryAccountId | The account ID. Applicable only for ICR registry type. | "" | | config.icrIamApi | The ICR IAM API. Applicable only for ICR registry type. | "" | | config.icrIamApiSkipTLS | Ignore TLS certificate for IAM API. Applicable only for ICR registry type. | false | -| config.gar.regions | List of Google Artifact Registry regions where registries are located. | ["us-central1"] | +| config.gar.regions | List of Google Artifact Registry regions where registries are located. | [] | | config.aws.accessKeyId | The AWS credentials: `AccessKeyId`. | "" | | config.aws.secretAccessKey | The AWS credentials: `SecretAccessKey`. | "" | | config.aws.region | For single account. It is the region where the registry is located. | "us-east-1" | diff --git a/charts/registry-scanner/values.yaml b/charts/registry-scanner/values.yaml index 058f7a90a..43ab5eb91 100644 --- a/charts/registry-scanner/values.yaml +++ b/charts/registry-scanner/values.yaml @@ -36,8 +36,8 @@ config: icrIamApiSkipTLS: false gar: # List of Google Artifact Registry regions where registries are located. - regions: - - us-central1 + regions: [] + # - us-central1 aws: # The AWS credentials: `AccessKeyId`. accessKeyId: ""