Skip to content

Commit

Permalink
ci(admission-controller): bump version (#1350)
Browse files Browse the repository at this point in the history
  • Loading branch information
hayk99 authored Sep 8, 2023
1 parent fceafa9 commit 4e17ce2
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.4
appVersion: 3.9.28
version: 0.14.5
appVersion: 3.9.29
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.4 \
--create-namespace -n sysdig-admission-controller --version=0.14.5 \
--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.4 \
--create-namespace -n sysdig-admission-controller --version=0.14.5 \
--values values.yaml
```
Expand Down

0 comments on commit 4e17ce2

Please sign in to comment.