Skip to content

Commit

Permalink
[keycloak] Update ingress API version to networking.k8s.io/v1beta1 (j…
Browse files Browse the repository at this point in the history
  • Loading branch information
unguiculus committed May 8, 2020
1 parent b399cd1 commit 4a4d35b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/keycloak/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: keycloak
version: 7.7.0
version: 7.7.1
appVersion: 9.0.2
description: Open Source Identity and Access Management For Modern Applications and Services
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/keycloak/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{- $ingress := .Values.keycloak.ingress -}}
{{- if $ingress.enabled -}}
apiVersion: extensions/v1beta1
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: {{ include "keycloak.fullname" . }}
Expand Down

0 comments on commit 4a4d35b

Please sign in to comment.