Skip to content

Commit 301398b

Browse files
temblekingmech-pigairadier
authored
chore(registry-scanner): Update to v0.2.57 (#1471)
Co-authored-by: mech-pig <[email protected]> Co-authored-by: Álvaro Iradier <[email protected]>
1 parent c50e444 commit 301398b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

charts/registry-scanner/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Manual edits are supported only below '## Change Log' and should be used
1010
exclusively to fix incorrect entries and not to add new ones.
1111

1212
## Change Log
13+
# v1.1.18
14+
### Bug Fixes
15+
* Properly handle `securityContext` configuration for scan worker
1316
# v1.1.17
1417
### New Features
1518
* **registry-scanner** [022c547f](https://github.com/sysdiglabs/charts/commit/022c547f0a871a22e2e7035745765189edc5697f): Add flag to enable mem profile dumps on a PVC ([#1455](https://github.com/sysdiglabs/charts/issues/1455))

charts/registry-scanner/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Sysdig Registry Scanner
44
type: application
55
home: https://sysdiglabs.github.io/registry-scanner/
66
icon: https://478h5m1yrfsa3bbe262u7muv-wpengine.netdna-ssl.com/wp-content/uploads/2019/02/Shovel_600px.png
7-
version: 1.1.17
8-
appVersion: 0.2.56
7+
version: 1.1.18
8+
appVersion: 0.2.57
99
maintainers:
1010
- name: giuse-sysdig
1111

charts/registry-scanner/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Use the following command to deploy:
127127
helm upgrade --install registry-scanner \
128128
--namespace sysdig-agent \
129129
--create-namespace \
130-
--version=1.1.17 \
130+
--version=1.1.18 \
131131
--set config.secureBaseURL=<SYSDIG_SECURE_URL> \
132132
--set config.secureAPIToken=<SYSDIG_SECURE_API_TOKEN> \
133133
--set config.secureSkipTLS=true \

0 commit comments

Comments
 (0)