Releases: deep-security/smartcheck-helm
1.2.12
Changelog
- Added "no status" scan status icon
- Improved helm chart parameter handling
- Improved scanner performance on layer retries
Upgrade instructions
IMPORTANT NOTE: If you are upgrading from version 1.2.8, 1.2.9, or 1.2.10, we recommend that you use the --force
parameter in the helm upgrade
command. There was an error in these releases that could cause upgrading the Deployment
resources to fail. Using the --force
parameter will tell Helm to re-create the Deployment
resources if the initial upgrade attempt fails, and should cause the overall upgrade to be successful.
Sample upgrade command:
helm upgrade \
--force \
--values overrides.yaml \
deepsecurity-smartcheck \
https://github.com/deep-security/smartcheck-helm/archive/1.2.12.tar.gz
If you are upgrading from version 1.2.11, you can omit the --force
parameter when upgrading.
1.2.11
Changelog
- Updated recommended Helm version
- Addded explicit pod selector value to
Deployment
s - Removed invalid
restartProperty
frommetrics
container spec
Upgrade instructions
IMPORTANT NOTE: If you are upgrading from version 1.2.8, 1.2.9, or 1.2.10, we recommend that you use the --force
parameter in the helm upgrade
command. There was an error in these releases that could cause upgrading the Deployment
resources to fail. Using the --force
parameter will tell Helm to re-create the Deployment
resources if the initial upgrade attempt fails, and should cause the overall upgrade to be successful.
Sample upgrade command:
helm upgrade \
--force \
--values overrides.yaml \
deepsecurity-smartcheck \
https://github.com/deep-security/smartcheck-helm/archive/1.2.11.tar.gz
1.2.10
Changelog
- Added support for using an external database with Deep Security Smart Check
- Removed requirement for persistent volumes (if an external database is used)
- Fixed an issue with the vulnerability scan failing in environments with a proxy
- Modified default
imagePullPolicy
toIfNotPresent
to reduce unneeded downloads - Added support for creating a recovery user
- Added severity colour coding for findings in the user interface