mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Update apiVersion for ingress (#21443)
Signed-off-by: Piotr Parczewski <piotr.parczewski@nokia.com>
This commit is contained in:
@@ -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,5 +1,5 @@
|
||||
{{- if .Values.ingress.enabled -}}
|
||||
apiVersion: extensions/v1beta1
|
||||
apiVersion: networking.k8s.io/v1beta1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: {{ template "anchore-engine.fullname" . }}
|
||||
|
||||
Reference in New Issue
Block a user