mirror of
https://github.com/MAGICGrants/truenas-apps.git
synced 2026-01-09 20:47:58 -05:00
kasm: fix version (#2229)
This commit is contained in:
5
.github/renovate-config.js
vendored
5
.github/renovate-config.js
vendored
@@ -90,6 +90,11 @@ module.exports = {
|
||||
"ghcr.io/linuxserver/transmission",
|
||||
]
|
||||
),
|
||||
customVersioning(
|
||||
// 1.16.1 - There are some tags like 1.120.20221218 that are not semver and are too old
|
||||
"^(?<major>\\d{1})\\.(?<minor>\\d{2})\\.(?<patch>\\d+)$",
|
||||
["ghcr.io/linuxserver/kasm"]
|
||||
),
|
||||
customVersioning(
|
||||
// The current major version is 2.x.x, but there is a random 5.x.x tag.
|
||||
// So we limit it to 0-4 for major. Date issue mentioned above still stands
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
app_version: 1.120.20221218
|
||||
app_version: 1.16.1
|
||||
capabilities: []
|
||||
categories:
|
||||
- productivity
|
||||
@@ -30,4 +30,4 @@ sources:
|
||||
- https://github.com/linuxserver/docker-kasm
|
||||
title: Kasm Workspaces
|
||||
train: community
|
||||
version: 1.0.4
|
||||
version: 1.0.5
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
images:
|
||||
image:
|
||||
repository: ghcr.io/linuxserver/kasm
|
||||
tag: 1.120.20221218
|
||||
tag: 1.16.1
|
||||
|
||||
consts:
|
||||
kasm_container_name: kasm
|
||||
|
||||
Reference in New Issue
Block a user