Update plausible recipe versions again
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2023-08-11 12:21:38 +02:00
parent 986cd5c9e7
commit b3a5994b5c
1 changed files with 35 additions and 2 deletions

View File

@ -7343,7 +7343,40 @@
"name": "plausible",
"repository": "https://git.coopcloud.tech/coop-cloud/plausible.git",
"ssh_url": "ssh://git@git.coopcloud.tech:2222/coop-cloud/plausible.git",
"versions": [],
"versions": [
{
"1.1.0+1.5.1": {
"app": {
"image": "plausible/analytics",
"tag": "v1.5.1"
},
"db": {
"image": "postgres",
"tag": "13.11-alpine"
},
"plausible_events_db": {
"image": "clickhouse/clickhouse-server",
"tag": "23.4.2.11-alpine"
}
}
},
{
"2.0.0+1.5.1": {
"app": {
"image": "plausible/analytics",
"tag": "v1.5.1"
},
"db": {
"image": "postgres",
"tag": "13.11"
},
"plausible_events_db": {
"image": "clickhouse/clickhouse-server",
"tag": "23.4.2.11-alpine"
}
}
}
],
"website": "https://github.com/plausible/analytics/"
},
"portainer": {
@ -9329,4 +9362,4 @@
],
"website": "https://github.com/znc/znc"
}
}
}