Skip to content

Commit

Permalink
Merge pull request #97 from SmartColumbusOS/chart-update
Browse files Browse the repository at this point in the history
chart-update
  • Loading branch information
LtChae authored Apr 14, 2021
2 parents e941662 + 5c6fe92 commit 57745bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ .Chart.Name }}
Expand Down
2 changes: 1 addition & 1 deletion chart/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: {{ .Chart.Name }}
Expand Down

0 comments on commit 57745bc

Please sign in to comment.