diff --git a/charts/registry-scanner/README.md b/charts/registry-scanner/README.md index e0720c0ef..70b776c32 100644 --- a/charts/registry-scanner/README.md +++ b/charts/registry-scanner/README.md @@ -60,10 +60,11 @@ The following table lists the configurable parameters of the Sysdig Registry Sca | config.registryApiUrl | The API URL of the registry to scan. This is required if your registry type is Artifactory. | "" | | config.registryUser | The username for registry authentication. | "" | | config.registryPassword | The password for registry authentication. | "" | -| config.registryType | Mandatory.
The registry Type. Supported types: artifactory, ecr, icr, acr, quay, harbor, and dockerv2. | "" | +| config.registryType | Mandatory.
The registry Type. Supported types: artifactory, ecr, icr, acr, quay, harbor, gar, gcr, nexus and dockerv2. | "" | | 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.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 54b8ccccb..058f7a90a 100644 --- a/charts/registry-scanner/values.yaml +++ b/charts/registry-scanner/values.yaml @@ -34,8 +34,8 @@ config: icrIamApi: "" # Ignore TLS certificate for IAM API. Applicable only for ICR registry type. icrIamApiSkipTLS: false - # Setting Google Artifact Registries regions. Default is us-central1. gar: + # List of Google Artifact Registry regions where registries are located. regions: - us-central1 aws: