From 9f7f83a40a5ffd39981c96504f8d0ea0e364df6a Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 30 Mar 2024 14:17:21 -0600 Subject: [PATCH] change webhook path --- charts/matrix-hookshot/Chart.yaml | 2 +- charts/matrix-hookshot/templates/ingress.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/matrix-hookshot/Chart.yaml b/charts/matrix-hookshot/Chart.yaml index 60274e8..5ee5dde 100644 --- a/charts/matrix-hookshot/Chart.yaml +++ b/charts/matrix-hookshot/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: matrix-hookshot -version: 0.0.2 +version: 0.0.3 description: Chart for Matrix Hookshot keywords: - matrix diff --git a/charts/matrix-hookshot/templates/ingress.yaml b/charts/matrix-hookshot/templates/ingress.yaml index 7d7e6a9..de7afc5 100644 --- a/charts/matrix-hookshot/templates/ingress.yaml +++ b/charts/matrix-hookshot/templates/ingress.yaml @@ -22,7 +22,7 @@ spec: - host: {{ .Values.ingress.webhook.host }} http: paths: - - path: / + - path: /webhook/ pathType: Prefix backend: service: