Skip to content

Commit

Permalink
Merge pull request #877 from mtougeron/update-ingress-apiversion
Browse files Browse the repository at this point in the history
Update the Ingress to use apiVersion: networking.k8s.io/v1beta1
  • Loading branch information
Louis DeLosSantos committed Nov 11, 2019
2 parents 183fd6c + 435d053 commit 9888edc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion local-dev/helm/clair/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: clair
home: https://coreos.com/clair
version: 0.1.1
version: 0.1.2
appVersion: 3.0.0-pre
description: Clair is an open source project for the static analysis of vulnerabilities in application containers.
icon: https://cloud.githubusercontent.com/assets/343539/21630811/c5081e5c-d202-11e6-92eb-919d5999c77a.png
Expand Down
2 changes: 1 addition & 1 deletion local-dev/helm/clair/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{{- $serviceName := include "clair.fullname" . -}}
{{- $servicePort := .Values.service.externalApiPort -}}
{{- $path := .Values.ingress.path | default "/" -}}
apiVersion: extensions/v1beta1
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: {{ template "clair.fullname" . }}
Expand Down

0 comments on commit 9888edc

Please sign in to comment.