Skip to content

Commit

Permalink
[stable/sysdig] Upgrade to latest Sysdig Image (9.5.0) (helm#20471)
Browse files Browse the repository at this point in the history
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
Signed-off-by: Sergio Borges <sergio.borges@safetyculture.io>
  • Loading branch information
Néstor Salceda authored Jan 31, 2020
1 parent 83bd89d commit d034db5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions stable/sysdig/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
This file documents all notable changes to Sysdig Helm Chart. The release
numbering uses [semantic versioning](http://semver.org).

## v1.7.2

### Minor changes

* Use the latest image from Agent (9.5.0) by default.

## v1.7.1

### Major changes
Expand Down
4 changes: 2 additions & 2 deletions stable/sysdig/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: sysdig
version: 1.7.1
appVersion: 0.94.0
version: 1.7.2
appVersion: 9.5.0
description: Sysdig Monitor and Secure agent
keywords:
- monitoring
Expand Down
2 changes: 1 addition & 1 deletion stable/sysdig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The following table lists the configurable parameters of the Sysdig chart and th
| --- | --- | --- |
| `image.registry` | Sysdig Agent image registry | `docker.io` |
| `image.repository` | The image repository to pull from | `sysdig/agent` |
| `image.tag` | The image tag to pull | `0.94.0` |
| `image.tag` | The image tag to pull | `9.5.0` |
| `image.pullPolicy` | The Image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Image pull secrets | `nil` |
| `resources.requests.cpu` | CPU requested for being run in a node | `600m` |
Expand Down
2 changes: 1 addition & 1 deletion stable/sysdig/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
image:
registry: docker.io
repository: sysdig/agent
tag: 0.94.0
tag: 9.5.0
# Specify a imagePullPolicy
# Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
# ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down

0 comments on commit d034db5

Please sign in to comment.