Skip to content

Commit

Permalink
fix: test webhook (#110)
Browse files Browse the repository at this point in the history
* fix: test webhook
  • Loading branch information
rafaelperoco authored Sep 10, 2024
1 parent 0878dda commit 9da6d18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/n8n/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: n8n
version: 0.25.0
version: 0.25.1
appVersion: 1.55.3
type: application
description: "A Kubernetes Helm chart for n8n a free and open fair-code licensed node based Workflow Automation Tool. Easily automate tasks across different services."
Expand Down
2 changes: 1 addition & 1 deletion charts/n8n/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
pathType: Prefix
backend:
service:
name: {{ $fullName }}-webhooks
name: {{ $fullName }}
port:
number: {{ $svcPort }}
- path: {{ . }}webhook-waiting/
Expand Down

0 comments on commit 9da6d18

Please sign in to comment.