Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
chendelin1982 authored Dec 2, 2023
1 parent 7af4110 commit 5b85e3c
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 16 deletions.
4 changes: 2 additions & 2 deletions apps/appsmith/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
{
"dist": "community",
"version": [
"latest",
"v1.9.2"
"v1.9.29",
"latest"
]
}
],
Expand Down
8 changes: 0 additions & 8 deletions apps/cadvisor/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@
{
"dist": "community",
"version": [
"2.2",
"latest"
]
},
{
"dist": "enterprise",
"version": [
"1.8.2",
"latest"
]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/codeserver/.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# code-server is not login username
W9_POWER_PASSWORD=uQ8E1wVTzG8SOk3!
W9_VERSION=4.16.1
W9_VERSION=4.17.1
W9_DIST=community
W9_REPO=ghcr.io/linuxserver/code-server

Expand Down
2 changes: 1 addition & 1 deletion apps/codeserver/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"dist": "community",
"version": [
"4.16.1",
"4.17.1",
"latest"
]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/datahub/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"dist": "community",
"version": [
"0.01.4"
"0.10.4"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion apps/drupal/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"dist": "community",
"version": [
"10.1.5",
"10.1.6",
"latest"
]
}
Expand Down
4 changes: 2 additions & 2 deletions apps/excalidraw/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "excalidraw",
"trademark": "Excalidraw",
"release": true,
"fork_url": "https://github.com/toeverything/AFFiNE",
"fork_url": "https://excalidraw.com/",
"edition": [
{
"dist": "community",
Expand All @@ -15,6 +15,6 @@
"cpu": "1",
"memory": "1",
"disk": "1",
"url": "https://github.com/toeverything/AFFiNE"
"url": "https://excalidraw.com/"
}
}

0 comments on commit 5b85e3c

Please sign in to comment.