Skip to content

Commit 6ed7508

Browse files
committed
Change the icon URL to a SVG file and set AUTH_DEBUG value to "false".
1 parent 10124e8 commit 6ed7508

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/airbroke/app.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
annotations:
66
kubero.dev/template.architecture: "[]"
77
kubero.dev/template.description: "A lightweight, Airbrake-compatible, PostgreSQL-based Open Source Error Catcher"
8-
kubero.dev/template.icon: "https://raw.githubusercontent.com/icoretech/airbroke/refs/heads/main/public/logo.png"
8+
kubero.dev/template.icon: "https://raw.githubusercontent.com/icoretech/airbroke/refs/heads/main/public/logo.svg"
99
kubero.dev/template.installation: "After installation you need to login into the pod and run the following command: `npx prisma migrate deploy`"
1010
kubero.dev/template.links: "[]"
1111
kubero.dev/template.screenshots: '["https://github.com/icoretech/airbroke/raw/main/public/aidemo.gif"]'
@@ -32,7 +32,7 @@ spec:
3232
- name: AIRBROKE_GITHUB_SECRET
3333
value: createAGithubApp
3434
- name: AUTH_DEBUG
35-
value: "true"
35+
value: "false"
3636
- name: AUTH_URL
3737
value: https://airbroke.localhost/
3838
- name: AIRBROKE_CORS_ORIGINS

0 commit comments

Comments
 (0)