Update apiVersion for ingress (#21443)

Signed-off-by: Piotr Parczewski <piotr.parczewski@nokia.com>
This commit is contained in:
Piotr Parczewski
2020-04-15 08:16:03 -07:00
committed by GitHub
parent 24f0fe3129
commit ea19f066fd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: anchore-engine
version: 1.5.1
version: 1.5.2
appVersion: 0.7.0
description: Anchore container analysis and policy evaluation engine service
keywords:
+1 -1
View File
@@ -1,5 +1,5 @@
{{- if .Values.ingress.enabled -}}
apiVersion: extensions/v1beta1
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: {{ template "anchore-engine.fullname" . }}