diff --git a/charts/keep/Chart.yaml b/charts/keep/Chart.yaml index b8cda33..e5c0e12 100644 --- a/charts/keep/Chart.yaml +++ b/charts/keep/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: keep -version: 0.1.21 +version: 0.1.22 description: Keep Helm Chart type: application icon: https://platform.keephq.dev/_next/image?url=%2Fkeep.png&w=48&q=75 diff --git a/charts/keep/values.yaml b/charts/keep/values.yaml index dd4cc31..8e1246e 100644 --- a/charts/keep/values.yaml +++ b/charts/keep/values.yaml @@ -56,10 +56,9 @@ backend: className: "" annotations: {} hosts: - - host: chart-example-backend.local paths: - path: / - pathType: ImplementationSpecific + pathType: Prefix tls: [] route: enabled: false @@ -150,9 +149,9 @@ frontend: className: "" annotations: {} hosts: - - paths: - - path: / - pathType: Prefix + paths: + - path: / + pathType: Prefix tls: [] route: enabled: false @@ -244,7 +243,6 @@ websocket: enabled: false className: "nginx" hosts: - - host: chart-example-websocket.local paths: - path: / pathType: Prefix