Skip to content

Commit

Permalink
fixing ingress api version
Browse files Browse the repository at this point in the history
  • Loading branch information
grifonas committed Jan 11, 2022
1 parent dcf5d1e commit ebf611c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/google-oauth/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: 0.0.7
appVersion: 0.0.8
description: Google OAuth
name: google-oauth
version: 0.0.7
version: 0.0.8
2 changes: 1 addition & 1 deletion charts/google-oauth/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: networking/v1
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
Expand Down

0 comments on commit ebf611c

Please sign in to comment.