We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a4a587 commit 2c07422Copy full SHA for 2c07422
2 files changed
charts/registry-scanner/Chart.yaml
@@ -4,7 +4,7 @@ description: Sysdig Registry Scanner
4
type: application
5
home: https://www.sysdig.com/
6
icon: https://avatars.githubusercontent.com/u/5068817?s=200&v=4
7
-version: 1.10.4
8
-appVersion: 0.11.3
+version: 1.10.5
+appVersion: 0.11.4
9
maintainers:
10
- name: sysdiglabs
charts/registry-scanner/README.md
@@ -141,7 +141,7 @@ Use the following command to deploy:
141
helm upgrade --install registry-scanner \
142
--namespace sysdig-agent \
143
--create-namespace \
144
- --version=1.10.4 \
+ --version=1.10.5 \
145
--set config.secureBaseURL=<SYSDIG_SECURE_URL> \
146
--set config.secureAPIToken=<SYSDIG_SECURE_API_TOKEN> \
147
--set config.secureSkipTLS=true \
0 commit comments