Files
deprecated-helm-charts/stable/sysdig/CHANGELOG.md
T
Néstor Salceda f466d228d0 [stable/sysdig] Allow to use other image registries than docker.io (#9301)
* Allow to use other image registries than docker.io

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Add a section to README for documenting how to use private repositories

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Add a section for documenting the AWS Marketplace setup.

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Do not create Daemonset if accessKey is missing

This fixes the CI build

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Fixes suggested by @bencer

Thanks!

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Fix the changes that @bencer requested.

I didn't see them before

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Fix feedback from @bencer

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2018-11-19 09:00:56 -08:00

1.3 KiB

Change Log

This file documents all notable changes to Sysdig Helm Chart. The release numbering uses semantic versioning.

v1.2.0

Major Changes

  • Allow to use other Docker registries (ECR, Quay ...) to download the Sysdig agent image.

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.