File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: Sysdig Registry Scanner
44type : application
55home : https://sysdiglabs.github.io/registry-scanner/
66icon : https://478h5m1yrfsa3bbe262u7muv-wpengine.netdna-ssl.com/wp-content/uploads/2019/02/Shovel_600px.png
7- version : 1.1.14
7+ version : 1.1.15
88appVersion : 0.2.53
99maintainers :
1010 - name : giuse-sysdig
Original file line number Diff line number Diff line change @@ -124,7 +124,9 @@ Use the following command to deploy:
124124
125125```
126126helm upgrade --install registry-scanner \
127- --version=0.1.39 \
127+ --namespace sysdig-agent \
128+ --create-namespace \
129+ --version=1.1.15 \
128130 --set config.secureBaseURL=<SYSDIG_SECURE_URL> \
129131 --set config.secureAPIToken=<SYSDIG_SECURE_API_TOKEN> \
130132 --set config.secureSkipTLS=true \
Original file line number Diff line number Diff line change @@ -59,7 +59,9 @@ Use the following command to deploy:
5959
6060```
6161helm upgrade --install registry-scanner \
62- --version=0.1.39 \
62+ --namespace sysdig-agent \
63+ --create-namespace \
64+ { { with .Chart.Version } }--version={ {.} } { { end } } \
6365 --set config.secureBaseURL=<SYSDIG _SECURE_URL > \
6466 --set config.secureAPIToken=<SYSDIG _SECURE_API_TOKEN > \
6567 --set config.secureSkipTLS=true \
You can’t perform that action at this time.
0 commit comments