File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ 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.18
8- appVersion : 0.2.57
7+ version : 1.1.19
8+ appVersion : 0.2.58
99maintainers :
1010 - name : giuse-sysdig
1111
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ Use the following command to deploy:
127127helm upgrade --install registry-scanner \
128128 --namespace sysdig-agent \
129129 --create-namespace \
130- --version=1.1.18 \
130+ --version=1.1.19 \
131131 --set config.secureBaseURL=<SYSDIG_SECURE_URL> \
132132 --set config.secureAPIToken=<SYSDIG_SECURE_API_TOKEN> \
133133 --set config.secureSkipTLS=true \
Original file line number Diff line number Diff line change 125125 value: "{ { .Values.config.parallelGoRoutines } }"
126126 { {- end } }
127127 { {- if .Values.memProfileToPersistentVolumeClaim } }
128- - name: PROFILING_ENABLED
128+ - name: REGISTRYSCANNER_PROFILING_ENABLED
129129 value: /profiling
130130 { {- end } }
131131 { {- if .Values.extraEnvVars } }
You can’t perform that action at this time.
0 commit comments