Skip to content

Commit

Permalink
chore(admission-controller): Update to v3.9.35 (#1454)
Browse files Browse the repository at this point in the history
Co-authored-by: tembleking <[email protected]>
Co-authored-by: Fede Barcelona <[email protected]>
  • Loading branch information
3 people authored Nov 6, 2023
1 parent 6126c1d commit 8622c6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/admission-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: admission-controller
description: Sysdig Admission Controller using Sysdig Secure inline image scanner
type: application
version: 0.14.13
appVersion: 3.9.34
version: 0.14.14
appVersion: 3.9.35
home: https://sysdiglabs.github.io/admission-controller/
icon: https://avatars.githubusercontent.com/u/5068817?s=200&v=4
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/admission-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ For example:

```bash
helm upgrade --install admission-controller sysdig/admission-controller \
--create-namespace -n sysdig-admission-controller --version=0.14.13 \
--create-namespace -n sysdig-admission-controller --version=0.14.14 \
--set sysdig.secureAPIToken=YOUR-KEY-HERE,clusterName=YOUR-CLUSTER-NAME
```

Expand All @@ -80,7 +80,7 @@ For example:

```bash
helm upgrade --install admission-controller sysdig/admission-controller \
--create-namespace -n sysdig-admission-controller --version=0.14.13 \
--create-namespace -n sysdig-admission-controller --version=0.14.14 \
--values values.yaml
```
Expand Down

0 comments on commit 8622c6c

Please sign in to comment.