mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Upgrade image to 0.89.5 and update cluster role (#13094)
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
b02ae3f484
commit
08678ecb94
@@ -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.4
|
||||
|
||||
### Minor Changes
|
||||
|
||||
* Use the latest image from Agent (0.89.5) by default.
|
||||
* Add `persistentvolumes` and `persistentvolumeclaims` to ClusterRole
|
||||
|
||||
## v1.4.3
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: sysdig
|
||||
version: 1.4.3
|
||||
appVersion: 0.89.4
|
||||
version: 1.4.4
|
||||
appVersion: 0.89.5
|
||||
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.88.1` |
|
||||
| `image.tag` | The image tag to pull | `0.89.5` |
|
||||
| `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` |
|
||||
|
||||
@@ -20,6 +20,8 @@ rules:
|
||||
- namespaces
|
||||
- nodes
|
||||
- resourcequotas
|
||||
- persistentvolumes
|
||||
- persistentvolumeclaims
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: sysdig/agent
|
||||
tag: 0.89.4
|
||||
tag: 0.89.5
|
||||
# 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