[stable/anchore-engine] Adds OWNERS file (#5262)

* [stable/anchore-engine] Adds OWNERS file

* Update chart version and app version

* Bump anchore tag to v0.1.10

* Remove nurmi from OWNERS on anchore-engine
This commit is contained in:
Zach Hill
2018-05-02 09:27:16 -07:00
committed by k8s-ci-robot
parent 020ceb7378
commit 194db384af
4 changed files with 13 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
.git
# OWNERS file for Kubernetes
OWNERS
+2 -2
View File
@@ -1,6 +1,6 @@
name: anchore-engine
version: 0.1.6
appVersion: 0.1.9
version: 0.1.7
appVersion: 0.1.10
description: Anchore container analysis and policy evaluation engine service
keywords:
- analysis
+5
View File
@@ -0,0 +1,5 @@
approvers:
- zhill
reviewers:
- zhill
- nurmi
+1 -1
View File
@@ -12,7 +12,7 @@ service:
image:
# Can use 'latest' but not recommended
tag: docker.io/anchore/anchore-engine:v0.1.9
tag: docker.io/anchore/anchore-engine:v0.1.10
# pullPolicy: IfNotPresent
# Used to create Ingress record (should used with service.type: ClusterIP or NodePort depending on platform)