Skip to content

Commit

Permalink
Merge pull request #77 from NIAEFEUP/update/plausible-2.1.1
Browse files Browse the repository at this point in the history
Update plausible version to 2.1.1
  • Loading branch information
limwa authored Aug 9, 2024
2 parents 059347c + 026bd52 commit a7451ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion services/ni/plausible/02-secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ stringData:
SMTP_USER_NAME: <FILL-IN>
MAILER_EMAIL: <FILL-IN>
SMTP_USER_PWD: <FILL-IN>
DATABASE_URL: <FILL-IN>
DATABASE_URL: <FILL-IN>
TOTP_VAULT_KEY: <FILL-IN>
2 changes: 1 addition & 1 deletion services/ni/plausible/04-deployment-clickhouse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: clickhouse
image: clickhouse/clickhouse-server:23.3.7.5-alpine
image: clickhouse/clickhouse-server:24.3.3.102-alpine
resources:
limits:
memory: "2048Mi"
Expand Down
2 changes: 1 addition & 1 deletion services/ni/plausible/05-deployment-plausible.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: plausible
image: plausible/analytics:v2.0
image: ghcr.io/plausible/community-edition:v2.1.0
command:
- sh
- -c
Expand Down

0 comments on commit a7451ef

Please sign in to comment.