Skip to content

Commit

Permalink
Merge branch 'main' into json-db
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored May 6, 2024
2 parents f1c1247 + a8eb391 commit 22e6a6b
Show file tree
Hide file tree
Showing 15 changed files with 60 additions and 222 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 9
version: 9.1.0
package_json_file: webclient/package.json
run_install: |
- cwd: webclient
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 9
version: 9.1.0
package_json_file: webclient/package.json
run_install: |
- cwd: webclient
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webclient-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 9
version: 9.1.0
package_json_file: webclient/package.json
run_install: |
- cwd: webclient
Expand Down
2 changes: 0 additions & 2 deletions data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,6 @@ Any rights in individual contents of the database are licensed under the Databas

> [!WARNING]
> The images in `sources/img/` are subject to their own licensing terms, which are stated in the file `sources/img/img-sources.yaml`.
> [!WARNING]
> The compiled database may contain contents from external sources (i.e. all files in `external/`) that do have different license terms.
---
Expand Down
2 changes: 1 addition & 1 deletion deployment/k3s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ server:
mielisearch:
image:
repository: 'getmeili/meilisearch'
tag: v1.7.6
tag: v1.8.0
calendar:
scrape_tasks:
- name: refresh-calendar-slow # takes ~6m to complete
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ services:
db:
condition: service_healthy
meilisearch:
image: getmeili/meilisearch:v1.7.6
image: getmeili/meilisearch:v1.8.0
restart: unless-stopped
ports:
- "7700:7700"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ services:
db:
condition: service_healthy
meilisearch:
image: getmeili/meilisearch:v1.7.6
image: getmeili/meilisearch:v1.8.0
restart: unless-stopped
networks:
- navigatum
Expand Down
Loading

0 comments on commit 22e6a6b

Please sign in to comment.