Skip to content

Commit

Permalink
chore(admission-controller): Release admission controller v3.9.37 (#1587
Browse files Browse the repository at this point in the history
)
  • Loading branch information
hayk99 authored Feb 2, 2024
1 parent 327b3cb commit f7c813c
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.20
appVersion: 3.9.36
version: 0.14.21
appVersion: 3.9.37
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.20 \
--create-namespace -n sysdig-admission-controller --version=0.14.21 \
--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.20 \
--create-namespace -n sysdig-admission-controller --version=0.14.21 \
--values values.yaml

```
Expand Down

0 comments on commit f7c813c

Please sign in to comment.