Skip to content

Commit

Permalink
Merge branch 'master' into ESC-3894-allow-custom-proxy-for-individual…
Browse files Browse the repository at this point in the history
…-containers-in-node-analyser
  • Loading branch information
dark-vex authored Oct 27, 2023
2 parents c5d2ab4 + f068f72 commit a02812f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions charts/registry-scanner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Manual edits are supported only below '## Change Log' and should be used
exclusively to fix incorrect entries and not to add new ones.

## Change Log
# v1.1.16
### Chores
* **registry-scanner** [8c684a6c](https://github.com/sysdiglabs/charts/commit/8c684a6ce2188f73bc99b70c583961f5b4936b39): Update to v0.2.54 ([#1433](https://github.com/sysdiglabs/charts/issues/1433))
# v1.1.15
### Documentation
* **registry-scanner** [87ba25b6](https://github.com/sysdiglabs/charts/commit/87ba25b630dfe8d838cfd761a80c779faefd38bf): specify the namespace to use during installation ([#1388](https://github.com/sysdiglabs/charts/issues/1388))
Expand Down
4 changes: 2 additions & 2 deletions charts/registry-scanner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: Sysdig Registry Scanner
type: application
home: https://sysdiglabs.github.io/registry-scanner/
icon: https://478h5m1yrfsa3bbe262u7muv-wpengine.netdna-ssl.com/wp-content/uploads/2019/02/Shovel_600px.png
version: 1.1.15
appVersion: 0.2.53
version: 1.1.16
appVersion: 0.2.54
maintainers:
- name: giuse-sysdig
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/registry-scanner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Use the following command to deploy:
helm upgrade --install registry-scanner \
--namespace sysdig-agent \
--create-namespace \
--version=1.1.15 \
--version=1.1.16 \
--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/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# What's Changed

### Documentation
- **registry-scanner** [87ba25b6](https://github.com/sysdiglabs/charts/commit/87ba25b630dfe8d838cfd761a80c779faefd38bf): specify the namespace to use during installation ([#1388](https://github.com/sysdiglabs/charts/issues/1388))
#### Full diff: https://github.com/sysdiglabs/charts/compare/registry-scanner-1.1.14...registry-scanner-1.1.15
### Chores
- **registry-scanner** [8c684a6c](https://github.com/sysdiglabs/charts/commit/8c684a6ce2188f73bc99b70c583961f5b4936b39): Update to v0.2.54 ([#1433](https://github.com/sysdiglabs/charts/issues/1433))
#### Full diff: https://github.com/sysdiglabs/charts/compare/registry-scanner-1.1.15...registry-scanner-1.1.16

0 comments on commit a02812f

Please sign in to comment.