1010
1111### GitHub
1212
13- For the repo value you just take the part of the url with the ` username/reponame `
13+ For the identifier value you just take the part of the url with the ` username/reponame `
1414
1515```
1616{
1717 "name": "Rust",
1818 "message_prefix": "There is a new version of:", // optional
1919 "source": {
2020 "type": "github",
21- "repo ": "rust-lang/rust"
21+ "identifier ": "rust-lang/rust"
2222 },
2323 "current_version": "",
2424 "notifier": ["team_slack", "private_email"]
@@ -27,7 +27,7 @@ For the repo value you just take the part of the url with the `username/reponame
2727
2828### Artifacthub
2929
30- For the package value you just take the part of the url with the ` kind/organization/packagename `
30+ For the identifier value you just take the part of the url with the ` kind/organization/packagename `
3131
3232```
3333{
@@ -36,15 +36,15 @@ For the package value you just take the part of the url with the `kind/organizat
3636 "current_version": "24.3.1",
3737 "source": {
3838 "type": "artifacthub",
39- "package ": "helm/bitnami/keycloak"
39+ "identifier ": "helm/bitnami/keycloak"
4040 },
4141 "notifier": ["generic_webhook", "team_google_chat"]
4242},
4343```
4444
4545### Dockerhub
4646
47- For the repo you just take the part of the url with the ` username/imagename ` .
47+ For the identifier value you just take the part of the url with the ` username/imagename ` .
4848Official images have a special syntax ` _/nginx ` for example. For these you just use the image name ` nginx ` .
4949
5050```
@@ -54,7 +54,7 @@ Official images have a special syntax `_/nginx` for example. For these you just
5454 "current_version": "1.25.2-alpine3.20-perl",
5555 "source": {
5656 "type": "dockerhub",
57- "repo ": "nginx"
57+ "identifier ": "nginx"
5858 },
5959 "notifier": ["private_email"]
6060}
0 commit comments