File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
charts/admission-controller Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
2
2
name : admission-controller
3
3
description : Sysdig Admission Controller using Sysdig Secure inline image scanner
4
4
type : application
5
- version : 0.16.11
6
- appVersion : 3.9.50
5
+ version : 0.16.12
6
+ appVersion : 3.9.54
7
7
home : https://sysdiglabs.github.io/admission-controller/
8
8
icon : https://avatars.githubusercontent.com/u/5068817?s=200&v=4
9
9
maintainers :
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ For example:
68
68
69
69
``` bash
70
70
helm upgrade --install admission-controller sysdig/admission-controller \
71
- --create-namespace -n sysdig-admission-controller --version=0.16.11 \
71
+ --create-namespace -n sysdig-admission-controller --version=0.16.12 \
72
72
--set sysdig.secureAPIToken=YOUR-KEY-HERE,clusterName=YOUR-CLUSTER-NAME
73
73
```
74
74
@@ -80,7 +80,7 @@ For example:
80
80
81
81
``` bash
82
82
helm upgrade --install admission-controller sysdig/admission-controller \
83
- --create-namespace -n sysdig-admission-controller --version=0.16.11 \
83
+ --create-namespace -n sysdig-admission-controller --version=0.16.12 \
84
84
--values values.yaml
85
85
86
86
```
You can’t perform that action at this time.
0 commit comments