Skip to content

Commit 6bdd2db

Browse files
chore(deps): update elasticsearch docker tag to v9
1 parent 79e1838 commit 6bdd2db

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/tubearchivist/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dynamic_config": true,
77
"port": 8120,
88
"id": "tubearchivist",
9-
"tipi_version": 34,
9+
"tipi_version": 35,
1010
"version": "v0.5.8",
1111
"categories": ["media"],
1212
"description": "Once your YouTube video collection grows, it becomes hard to search and find a specific video. That's where Tube Archivist comes in: By indexing your video collection with metadata from YouTube, you can organize, search and enjoy your archived YouTube videos without hassle offline through a convenient web interface.",
@@ -40,6 +40,6 @@
4040
],
4141
"supported_architectures": ["arm64", "amd64"],
4242
"created_at": 1691943801422,
43-
"updated_at": 1764097853909,
43+
"updated_at": 1764132213533,
4444
"min_tipi_version": "4.5.0"
4545
}

apps/tubearchivist/docker-compose.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
},
6565
{
6666
"name": "tubearchivist-es",
67-
"image": "elasticsearch:8.17.2",
67+
"image": "elasticsearch:9.2.1",
6868
"environment": [
6969
{
7070
"key": "xpack.security.enabled",

apps/tubearchivist/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ services:
5959
labels:
6060
runtipi.managed: true
6161
tubearchivist-es:
62-
image: elasticsearch:8.18.0
62+
image: elasticsearch:9.2.1
6363
container_name: tubearchivist-es
6464
restart: always
6565
environment:

0 commit comments

Comments
 (0)