Update to 3.0.0

This commit is contained in:
2025-04-11 11:49:22 +02:00
parent 92b1748f41
commit ed128a8f22
2 changed files with 4 additions and 3 deletions

View File

@ -66,7 +66,8 @@ job "[[ .instance ]]" {
}
env {
CLICKHOUSE_DB = "plausible_events_db"
CLICKHOUSE_DB = "plausible_events_db"
CLICKHOUSE_SKIP_USER_SETUP = "1"
}
template {

View File

@ -35,7 +35,7 @@ plausible:
# Plausible server settings
server:
# Version of plausible to deploy
version: 2.1.5
version: 3.0.0
# Docker image to use
image: '[[ .docker.repo ]]plausible:[[ .plausible.server.version ]]-1'
@ -78,7 +78,7 @@ plausible:
clickhouse:
# Clickhouse version to use
version: 24.3.3.102
version: 24.12
# Docker image to use
image: '[[ .docker.repo ]]clickhouse:[[ .plausible.clickhouse.version ]]-1'