mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* Add support for deploying Custom App Checks using Helm Chart Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com> * Add a DESIGN document which works a reminder for known issues Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com> * Fix issues from @bencer's review Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com> * Add an script for generating Helm config files with custom AppChecks Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
1.2 KiB
1.2 KiB
Change Log
This file documents all notable changes to Sysdig Helm Chart. The release numbering uses semantic versioning.
v1.1.0
Major Changes
- Add support for uploading custom app checks for Sysdig Agent
v1.0.4
Minor Changes
- Update README file with instructions for setting up the agent with On-Premise deployments
v1.0.3
Minor Changes
- Fixed error in ClusterRoleBinding's roleRef
v1.0.2
Minor Changes
- Fix readinessProbe in daemonset's pod spec
v1.0.1
Minor Changes
- Add dnsPolicy to daemonset. Its value is ClusterFirstWithHostNet
- Fix link target for retrieving Sysdig Monitor Access Key in README
v1.0.0
Major Changes
- Run Sysdig Agent as daemonset v2.0.
- Fix value's naming in order to follow best practices.
- Use a secure.enabled flag for enabling Sysdig Secure.
- Allow rbac resource creation or use existing serviceAccountName.
- Use required function for retrieving sysdig.accessKey. This ensures that key is present.