Skip to content

Commit

Permalink
github_actions_ci: Update public key
Browse files Browse the repository at this point in the history
  • Loading branch information
draios-jenkins committed Sep 11, 2023
1 parent de0a69e commit cce6d35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
4 changes: 0 additions & 4 deletions charts/registry-scanner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,8 @@ The following table lists the configurable parameters of the Sysdig Registry Sca
| fullnameOverride | The chart fullname override | <code>""</code> |
| existingSecretName | Specify the name of a Kubernetes secret containing 'secureAPIToken', 'registryUser', and 'registryPassword' entries. If you are using `ecr` as `registryType`, ensure that you add 'accessKeyId', 'secretAccessKey', and 'region' entries. | <code>""</code> |
| podAnnotations | Pod annotations for the Registry scanner. | <code>{}</code> |
| podSecurityContext | Security context for Registry Scanner pod. | <code>{}</code> |
| securityContext | Security context for Registry Scanner container. | <code>{}</code> |
| resources | Resource limits for the main registry scanner orchestrator.<br/>For scanner job resources, use `config.scan.jobs.resources`. | <code>{}</code> |
| nodeSelector | Configure `nodeSelector` for scheduling the registry scanner pod. | <code>{}</code> |
| tolerations | Configure tolerations for scheduling the registry scanner pod. | <code>[]</code> |
| affinity | Configure affinity for scheduling the registry scanner pod. | <code>{}</code> |
| scanOnStart.enabled | Specify whether to start the post-install scanner job, in addition to the cronjob. <br/>Beware that `concurrencyPolicy` does not work on jobs (only cronjobs). <br/>Always check for active scanning and if so, remove it. | <code>false</code> |
| scanOnStart.jobName | The name of the job created for the post-install scanner job | <code>"registry-scanner-start-test"</code> |
| scanOnStart.asPostInstallHook | Specify whether to launch the job as a post-install helm hook. <br/>Used for testing purpose. | <code>false</code> |
Expand Down
10 changes: 4 additions & 6 deletions charts/registry-scanner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,8 @@ existingSecretName: ""

# Pod annotations for the Registry scanner.
podAnnotations: {}

# Security context for Registry Scanner pod.
podSecurityContext: {}
# podSecurityContext: {}
# fsGroup: 2000

# Security context for Registry Scanner container.
Expand All @@ -201,13 +200,12 @@ resources: {}
# requests:
# cpu: 100m
# memory: 128Mi

# Configure `nodeSelector` for scheduling the registry scanner pod.
nodeSelector: {}
# nodeSelector: {}
# Configure tolerations for scheduling the registry scanner pod.
tolerations: []
# tolerations: []
# Configure affinity for scheduling the registry scanner pod.
affinity: {}
# affinity: {}

scanOnStart:
# Specify whether to start the post-install scanner job, in addition to the cronjob.
Expand Down

0 comments on commit cce6d35

Please sign in to comment.