Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: gke #56

Merged
merged 4 commits into from
Oct 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
12 changes: 5 additions & 7 deletions charts/keep/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,9 @@
className: ""
annotations: {}
hosts:
- host: chart-example-backend.local
paths:
- paths:
- path: /
pathType: ImplementationSpecific
pathType: Prefix
tls: []
route:
enabled: false
Expand Down Expand Up @@ -244,10 +243,9 @@
enabled: false
className: "nginx"
hosts:
- host: chart-example-websocket.local
paths:
- path: /
pathType: Prefix
paths:
- path: /
pathType: Prefix
tls: []
annotations: {}
route:
Expand All @@ -273,7 +271,7 @@
tag: "latest"
env:
- name: MYSQL_ALLOW_EMPTY_PASSWORD
value: yes

Check warning on line 274 in charts/keep/values.yaml

View workflow job for this annotation

GitHub Actions / lint-chart

274:14 [truthy] truthy value should be one of [false, true]
- name: MYSQL_DATABASE
value: keep
- name: MYSQL_PASSWORD
Expand Down
Loading