Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
adbfb20fd7
commit
cdac3394dc
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [baikal-4.1.0](https://github.com/truecharts/charts/compare/baikal-4.0.1...baikal-4.1.0) (2023-12-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general minor by renovate ([#16579](https://github.com/truecharts/charts/issues/16579))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [baikal-4.2.0](https://github.com/truecharts/charts/compare/baikal-4.1.0...baikal-4.2.0) (2023-12-31)
|
||||
|
||||
### Feat
|
||||
|
||||
- Add Skip chown command in startup script ([#16584](https://github.com/truecharts/charts/issues/16584))
|
||||
|
||||
|
||||
|
||||
|
||||
## [baikal-4.1.0](https://github.com/truecharts/charts/compare/baikal-4.0.1...baikal-4.1.0) (2023-12-30)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [baikal-3.0.12](https://github.com/truecharts/charts/compare/baikal-3.0.11...baikal-3.0.12) (2023-12-22)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16359](https://github.com/truecharts/charts/issues/16359))
|
||||
|
||||
|
||||
|
||||
|
||||
## [baikal-3.0.11](https://github.com/truecharts/charts/compare/baikal-3.0.10...baikal-3.0.11) (2023-12-22)
|
||||
|
||||
### Fix
|
|
@ -1,7 +1,7 @@
|
|||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: baikal
|
||||
version: 4.1.0
|
||||
version: 4.2.0
|
||||
appVersion: 0.9.4
|
||||
description: Baikal is a lightweight CalDAV+CardDAV server
|
||||
home: https://truecharts.org/charts/incubator/baikal
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [baikal-4.2.0](https://github.com/truecharts/charts/compare/baikal-4.1.0...baikal-4.2.0) (2023-12-31)
|
||||
|
||||
### Feat
|
||||
|
||||
- Add Skip chown command in startup script ([#16584](https://github.com/truecharts/charts/issues/16584))
|
||||
|
||||
|
|
@ -24,3 +24,10 @@ service:
|
|||
port: 10293
|
||||
protocol: http
|
||||
targetPort: 80
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
BAIKAL_SKIP_CHOWN: false
|
|
@ -100,6 +100,19 @@ questions:
|
|||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: env
|
||||
group: "App Configuration"
|
||||
label: "Image Environment"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: BAIKAL_SKIP_CHOWN
|
||||
label: BAIKAL_SKIP_CHOWN
|
||||
description: Skip chown command in startup script
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: envList
|
||||
label: Extra Environment Variables
|
||||
description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [xmrig-4.1.0](https://github.com/truecharts/charts/compare/xmrig-4.0.1...xmrig-4.1.0) (2023-12-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general minor by renovate ([#16579](https://github.com/truecharts/charts/issues/16579))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [xmrig-4.1.1](https://github.com/truecharts/charts/compare/xmrig-4.1.0...xmrig-4.1.1) (2023-12-31)
|
||||
|
||||
### Fix
|
||||
|
||||
- Remove extra env vars ([#16587](https://github.com/truecharts/charts/issues/16587))
|
||||
|
||||
|
||||
|
||||
|
||||
## [xmrig-4.1.0](https://github.com/truecharts/charts/compare/xmrig-4.0.1...xmrig-4.1.0) (2023-12-30)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [xmrig-3.0.11](https://github.com/truecharts/charts/compare/xmrig-3.0.10...xmrig-3.0.11) (2023-12-22)
|
||||
|
||||
### Fix
|
||||
|
||||
- expose custom options for homepage integration
|
||||
|
||||
|
||||
|
||||
|
||||
## [xmrig-3.0.10](https://github.com/truecharts/charts/compare/xmrig-3.0.9...xmrig-3.0.10) (2023-12-21)
|
||||
|
||||
### Fix
|
|
@ -1,7 +1,7 @@
|
|||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: xmrig
|
||||
version: 4.1.0
|
||||
version: 4.1.1
|
||||
appVersion: latest
|
||||
description: Chartised version of XMRig for CPU Mining. Helps turn your TrueNAS server into a Monero / cryptocurrency mining rig. Now optionally works with GPU algorithms as well.
|
||||
home: https://truecharts.org/charts/incubator/xmrig
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [xmrig-4.1.1](https://github.com/truecharts/charts/compare/xmrig-4.1.0...xmrig-4.1.1) (2023-12-31)
|
||||
|
||||
### Fix
|
||||
|
||||
- Remove extra env vars ([#16587](https://github.com/truecharts/charts/issues/16587))
|
||||
|
||||
|
|
@ -28,8 +28,6 @@ workload:
|
|||
DONATE: "1"
|
||||
DRIVERV: ""
|
||||
FEE: lnxd-fee
|
||||
NVIDIA_DRIVER_CAPABILITIES: all
|
||||
NVIDIA_VISIBLE_DEVICES: ""
|
||||
POOL: xmr-au1.nanopool.org:14444
|
||||
WALLET: 84e8UJvXHDGVfE5HZDQfhn3Kh3RGJKebz31G7D4H24TLPMe9x7bQLBw8iyBhNx9USXB8MhvhBe3DyVW1LcuVAf4jBiADNLw
|
||||
WORKER: Unraid
|
|
@ -148,18 +148,6 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: NVIDIA_VISIBLE_DEVICES
|
||||
label: "NVIDIA_VISIBLE_DEVICES"
|
||||
description: "Nvidia Only Enter your GPU UUID here (only required if you plan to mine with an Nvidia GPU otherwise leave this empty. Dont forget to add --runtime=nvidia to your Extra Parameters in the Advanced View)."
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: NVIDIA_DRIVER_CAPABILITIES
|
||||
label: "NVIDIA_DRIVER_CAPABILITIES"
|
||||
description: "Please leave this set to the default option of all if you arent sure what to put here. This value can be left in the template even if you dont want to mine with an Nvidia GPU."
|
||||
schema:
|
||||
type: string
|
||||
default: "all"
|
||||
- variable: envList
|
||||
label: Extra Environment Variables
|
||||
description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
|
Loading…
Reference in New Issue