Skip to content

Commit

Permalink
feat: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
shahargl committed Oct 13, 2024
1 parent 3c9982f commit 81a2041
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/keep/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 4 additions & 6 deletions charts/keep/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,9 @@ backend:
className: ""
annotations: {}
hosts:
- host: chart-example-backend.local
paths:

Check failure on line 59 in charts/keep/values.yaml

View workflow job for this annotation

GitHub Actions / lint-chart

59:9 [indentation] wrong indentation: expected 6 but found 8
- path: /
pathType: ImplementationSpecific
pathType: Prefix
tls: []
route:
enabled: false
Expand Down Expand Up @@ -150,9 +149,9 @@ frontend:
className: ""
annotations: {}
hosts:
- paths:
- path: /
pathType: Prefix
paths:
- path: /
pathType: Prefix
tls: []
route:
enabled: false
Expand Down Expand Up @@ -244,7 +243,6 @@ websocket:
enabled: false
className: "nginx"
hosts:
- host: chart-example-websocket.local
paths:

Check failure on line 246 in charts/keep/values.yaml

View workflow job for this annotation

GitHub Actions / lint-chart

246:9 [indentation] wrong indentation: expected 6 but found 8
- path: /
pathType: Prefix
Expand Down

0 comments on commit 81a2041

Please sign in to comment.