Skip to content

Commit

Permalink
[stable/sysdig] New Agent upstream release 0.90.2 (helm#14374)
Browse files Browse the repository at this point in the history
* [stable/sysdig] New Agent upstream release 0.90.2

Signed-off-by: Néstor Salceda <[email protected]>

* Update README

Signed-off-by: Néstor Salceda <[email protected]>
  • Loading branch information
Néstor Salceda authored and k8s-ci-robot committed Jun 3, 2019
1 parent e9e9066 commit 9b5d0ad
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions stable/sysdig/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
This file documents all notable changes to Sysdig Helm Chart. The release
numbering uses [semantic versioning](http://semver.org).


## v1.4.9

### Minor Changes

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

## v1.4.8

### Minor 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.4.8
appVersion: 0.90.1
version: 1.4.9
appVersion: 0.90.2
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.89.5` |
| `image.tag` | The image tag to pull | `0.90.2` |
| `image.pullPolicy` | The Image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Image pull secrets | `nil` |
| `resources.requests.cpu` | CPU requested for being run in a node | `100m` |
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.90.1
tag: 0.90.2
# 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 9b5d0ad

Please sign in to comment.