mirror of
https://github.com/helm/charts.git
synced 2026-08-23 06:17:18 +00:00
[stable/sysdig] Update to latest agent version (#16107)
Signed-off-by: Federico Barcelona <fede_rico_94@hotmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
3ff7ea1cfd
commit
bb8381faff
@@ -3,6 +3,12 @@
|
||||
This file documents all notable changes to Sysdig Helm Chart. The release
|
||||
numbering uses [semantic versioning](http://semver.org).
|
||||
|
||||
## v1.4.12
|
||||
|
||||
### Minor changes
|
||||
|
||||
* Use the latest image from Agent (0.92.0) by default.
|
||||
|
||||
## v1.4.11
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
name: sysdig
|
||||
version: 1.4.11
|
||||
appVersion: 0.90.3
|
||||
version: 1.4.12
|
||||
appVersion: 0.92.0
|
||||
description: Sysdig Monitor and Secure agent
|
||||
keywords:
|
||||
- monitoring
|
||||
|
||||
@@ -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.90.3` |
|
||||
| `image.tag` | The image tag to pull | `0.92.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 | `100m` |
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: sysdig/agent
|
||||
tag: 0.90.3
|
||||
tag: 0.92.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
|
||||
|
||||
Reference in New Issue
Block a user