Skip to content

Commit

Permalink
updates for new networking.k8s.io/Ingress standard
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpiper committed Aug 5, 2024
1 parent 81ce584 commit 3cfaf83
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/platform-api/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
name: ushahidi-platform-api
version: 0.0.1-alpha.27
version: 0.0.1-alpha.28
icon: https://github.ushahidi.org/helm-charts/icon.png
1 change: 1 addition & 0 deletions charts/platform-api/templates/api-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -882,6 +882,7 @@ spec:
http:
paths:
- path: /
pathType: ImplementationSpecific
backend:
service:
name: api
Expand Down
2 changes: 1 addition & 1 deletion charts/platform-client/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
name: ushahidi-platform-client
version: 0.0.1-alpha.14
version: 0.0.1-alpha.15
icon: https://github.ushahidi.org/helm-charts/icon.png
1 change: 1 addition & 0 deletions charts/platform-client/templates/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ spec:
http:
paths:
- path: /
pathType: ImplementationSpecific
backend:
service:
name: client
Expand Down

0 comments on commit 3cfaf83

Please sign in to comment.