Skip to content

Commit d921a5b

Browse files
authored
admission controller: bump image version (#549)
Signed-off-by: Hung Nguyen <me@hnguy.com>
1 parent 79789ff commit d921a5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stable/anchore-admission-controller/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
name: anchore-admission-controller
3-
version: 0.8.1
3+
version: 0.8.2
44
appVersion: 0.8.1
55
description: A kubernetes admission controller for validating and mutating webhooks that operates against Anchore Engine to make access decisions and annotations
66
home: https://github.com/anchore/kubernetes-admission-controller

stable/anchore-admission-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ fullnameOverride: Null
55
replicaCount: 1
66
logVerbosity: 3
77

8-
image: "anchore/kubernetes-admission-controller:v0.7.0"
8+
image: "anchore/kubernetes-admission-controller:v0.8.1"
99
imagePullPolicy: IfNotPresent
1010
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
1111
imagePullSecrets: []

0 commit comments

Comments
 (0)