mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
@@ -0,0 +1,5 @@
|
||||
.git
|
||||
|
||||
# OWNERS file for Kubernetes
|
||||
OWNERS
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
approvers:
|
||||
- zhill
|
||||
reviewers:
|
||||
- zhill
|
||||
- nurmi
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user