Skip to content

Commit

Permalink
feat: update usage of k8s api version that no longer exists.
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Jan 31, 2023
1 parent 4a5adde commit 9bfa706
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/cloud-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ maintainers:
- email: dustin@elegantthemes.com
name: Elegant Themes
name: cloud-server
version: 1.0.7
version: 1.0.8
2 changes: 1 addition & 1 deletion charts/cloud-server/templates/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ data:
SCRIPT_FILENAME: $document_root$fastcgi_script_name
---

apiVersion: networking.k8s.io/v1beta1
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: cloud-server
Expand Down

0 comments on commit 9bfa706

Please sign in to comment.