Skip to content

Commit

Permalink
feat(registry-scanner): Typo edit (#2118)
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Vito Moscaritolo <[email protected]>
  • Loading branch information
radhikapc and mavimo authored Jan 20, 2025
1 parent c3fab58 commit a19ed0d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/registry-scanner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Sysdig Registry Scanner
type: application
home: https://www.sysdig.com/
icon: https://avatars.githubusercontent.com/u/5068817?s=200&v=4
version: 1.6.1
version: 1.6.2
appVersion: 0.7.1
maintainers:
- name: sysdiglabs
4 changes: 2 additions & 2 deletions charts/registry-scanner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ 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. | <code>""</code> |
| config.registryUser | The username for registry authentication. | <code>""</code> |
| config.registryPassword | The password for registry authentication. | <code>""</code> |
| config.registryType | Mandatory.<br/>The registry Type. Supported types: artifactory, ecr, icr, acr, quay, harbor, gar, gcr, nexus, ocp and dockerv2. | <code>""</code> |
| config.registryType | **required**<br/>The registry Type. Supported types: artifactory, ecr, icr, acr, quay, harbor, gar, gcr, nexus, ocp and dockerv2. | <code>""</code> |
| config.registryAccountId | The account ID. Applicable only for ICR registry type. | <code>""</code> |
| config.icrIamApi | The ICR IAM API. Applicable only for ICR registry type. | <code>""</code> |
| config.icrIamApiSkipTLS | Ignore TLS certificate for IAM API. Applicable only for ICR registry type. | <code>false</code> |
Expand Down Expand Up @@ -135,7 +135,7 @@ Use the following command to deploy:
helm upgrade --install registry-scanner \
--namespace sysdig-agent \
--create-namespace \
--version=1.6.1 \
--version=1.6.2 \
--set config.secureBaseURL=<SYSDIG_SECURE_URL> \
--set config.secureAPIToken=<SYSDIG_SECURE_API_TOKEN> \
--set config.secureSkipTLS=true \
Expand Down
2 changes: 1 addition & 1 deletion charts/registry-scanner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ config:
registryUser: ""
# The password for registry authentication.
registryPassword: ""
# Mandatory.<br/>The registry Type. Supported types: artifactory, ecr, icr, acr, quay, harbor, gar, gcr, nexus, ocp and dockerv2.
# **required**<br/>The registry Type. Supported types: artifactory, ecr, icr, acr, quay, harbor, gar, gcr, nexus, ocp and dockerv2.
registryType: ""
# The account ID. Applicable only for ICR registry type.
registryAccountId: ""
Expand Down

0 comments on commit a19ed0d

Please sign in to comment.