Skip to content

Commit

Permalink
chore(registry-scanner): Update to v0.7.5 (#2163)
Browse files Browse the repository at this point in the history
Co-authored-by: hayk99 <21331737+hayk99@users.noreply.github.com>
Co-authored-by: hayk99 <hayk.kocharyan@sysdig.com>
  • Loading branch information
3 people authored Feb 25, 2025
1 parent 018d6d2 commit 9928e99
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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.9
appVersion: 0.7.4
version: 1.6.10
appVersion: 0.7.5
maintainers:
- name: sysdiglabs
2 changes: 1 addition & 1 deletion charts/registry-scanner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Use the following command to deploy:
helm upgrade --install registry-scanner \
--namespace sysdig-agent \
--create-namespace \
--version=1.6.9 \
--version=1.6.10 \
--set config.secureBaseURL=<SYSDIG_SECURE_URL> \
--set config.secureAPIToken=<SYSDIG_SECURE_API_TOKEN> \
--set config.secureSkipTLS=true \
Expand Down
6 changes: 3 additions & 3 deletions charts/registry-scanner/tests/configmap_job_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ tests:
asserts:
- matchRegex:
path: data['config.yaml']
pattern: "scan:((.|\n)*)inlineScanImage:.quay.io/sysdig/registry-scanner:job-0.7.4-fips\n"
pattern: "scan:((.|\n)*)inlineScanImage:.quay.io/sysdig/registry-scanner:job-[0-9]+\\.[0-9]+\\.[0-9]+-fips\n"
template: templates/configmap.yaml
- matchRegex:
path: spec.template.spec.containers[0].image
pattern: "quay.io/sysdig/registry-scanner:job-0.7.4-fips$"
pattern: "quay.io/sysdig/registry-scanner:job-[0-9]+\\.[0-9]+\\.[0-9]+-fips$"
template: templates/job.yaml
- it: fips is requested with inlineScanImage set
set:
Expand All @@ -32,7 +32,7 @@ tests:
template: templates/configmap.yaml
- matchRegex:
path: spec.template.spec.containers[0].image
pattern: "quay.io/sysdig/registry-scanner:job-0.7.4-fips$"
pattern: "quay.io/sysdig/registry-scanner:job-[0-9]+\\.[0-9]+\\.[0-9]+-fips$"
template: templates/job.yaml
- it: fips is requested with inlineScanImage set and custom image repo
set:
Expand Down

0 comments on commit 9928e99

Please sign in to comment.