Skip to content

Commit 2631968

Browse files
committed
fix yaml synthax
1 parent 4d05f02 commit 2631968

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

services/bugsink/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
kubero.dev/template.links: '["https://www.bugsink.com/docs/"]'
1111
kubero.dev/template.screenshots: '["https://www.bugsink.com/static/images/JsonSchemaDefinitionExceptionHome.69dcef47aec9.webp"]'
1212
kubero.dev/template.source: "https://github.com/bugsink/bugsink"
13-
kubero.dev/template.categories: '["utilities", "development"]''
13+
kubero.dev/template.categories: '["utilities", "development"]'
1414
kubero.dev/template.title: "Bugsink"
1515
kubero.dev/template.website: "https://www.bugsink.com/"
1616
labels:

services/serpbear/app.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ kind: KuberoApp
33
metadata:
44
name: serpbear
55
annotations:
6-
kubero.dev/template.architecture: "['linux/amd64', 'linux/arm64/v8']"
6+
kubero.dev/template.architecture: '["linux/amd64", "linux/arm64/v8"]'
77
kubero.dev/template.description: "SerpBear is a Search Engine Position Tracking App. It allows you to track your website's keyword positions in Google and get notified of their positions."
88
kubero.dev/template.icon: "https://raw.githubusercontent.com/towfiqi/serpbear/refs/heads/main/public/icon.png"
99
kubero.dev/template.installation: ""
1010
kubero.dev/template.links: "[]"
11-
kubero.dev/template.screenshots: "['https://serpbear.b-cdn.net/serpbear_readme_v2.gif']"
11+
kubero.dev/template.screenshots: '["https://serpbear.b-cdn.net/serpbear_readme_v2.gif"]'
1212
kubero.dev/template.source: "https://github.com/towfiqi/serpbear"
13-
kubero.dev/template.categories: "['utilities']"
13+
kubero.dev/template.categories: '["utilities"]'
1414
kubero.dev/template.title: "serpbear"
1515
kubero.dev/template.website: "https://docs.serpbear.com/"
1616
labels:

0 commit comments

Comments
 (0)