Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2024-02-27 19:47:40 +00:00
parent 3af4af915b
commit 1aa06bb470
12 changed files with 28 additions and 49 deletions

View File

@@ -13,6 +13,10 @@ title: Changelog
## [xmrig-4.1.12](https://github.com/truecharts/charts/compare/xmrig-4.1.11...xmrig-4.1.12) (2024-02-03)
### Chore
@@ -93,8 +97,3 @@ title: Changelog
### Chore
- bump all charts for OCI test push
- move everything to consume OCI-hosted common-chart dependency

View File

@@ -4,13 +4,13 @@ annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/category: Crypto
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 6.21.0
dependencies:
- name: common
version: 18.0.1
version: 18.0.3
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/xmrig.png
keywords:
- xmrig
- Crypto
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
@@ -33,4 +33,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/xmrig
- https://hub.docker.com/r/cooleye72/xmrig
type: application
version: 6.1.0
version: 6.1.4

Binary file not shown.

View File

@@ -24,13 +24,10 @@ workload:
main:
env:
ADDITIONAL: "--no-color "
COIN: monero
DONATE: "1"
DRIVERV: ""
FEE: lnxd-fee
POOL: xmr-au1.nanopool.org:14444
WALLET: 84e8UJvXHDGVfE5HZDQfhn3Kh3RGJKebz31G7D4H24TLPMe9x7bQLBw8iyBhNx9USXB8MhvhBe3DyVW1LcuVAf4jBiADNLw
WORKER: TrueNAS
ALGO_MODE: rx/0
POOL_URL: gulf.moneroocean.stream:10128
YOUR_ADDRESS: ""
YOUR_WORKER_NAME: TrueNAS
probes:
liveness:
enabled: false

View File

@@ -107,21 +107,22 @@ questions:
additional_attrs: true
type: dict
attrs:
- variable: POOL
label: "POOL"
description: "Address for your mining pool. Eg. xmr-au1.nanopool.org14444"
- variable: POOL_URL
label: "Pool Url"
description: "Address for your mining pool. Eg. gulf.moneroocean.stream:10128"
schema:
type: string
default: "xmr-au1.nanopool.org:14444"
- variable: WALLET
label: "WALLET"
description: "Wallet address for receiving mined coin. If you are privacy conscious, you can redact this in logs posted to the support thread by replacing it with WALLET. If you use Monero, sharing this address will only allow people to send you Monero and possibly identify you if you send someone else Monero, but being a privacy oriented coin its entirely up to you."
default: "gulf.moneroocean.stream:10128"
- variable: YOUR_ADDRESS
label: "Wallet Address"
description: "Wallet address for receiving mined coin."
schema:
type: string
default: "84e8UJvXHDGVfE5HZDQfhn3Kh3RGJKebz31G7D4H24TLPMe9x7bQLBw8iyBhNx9USXB8MhvhBe3DyVW1LcuVAf4jBiADNLw"
- variable: WORKER
label: "WORKER"
description: "Enter a name for your worker. Some pools use a hidden option with this (Nanopool included) that allows you to change your payment threshold on their website. If you want to use this option, you can change this to workernameemail, eg. TrueNAStest@example.com, where test@example.com is your own email address. This option is basically a password. Please take note that if you post your logs in the support thread you would be best to redact the email address, eg. change out the instances of your email with @. to prevent your email address being posted in a public forum."
private: true
default: ""
- variable: YOUR_WORKER_NAME
label: "Worker Name"
description: "Enter a name for your worker."
schema:
type: string
default: "TrueNAS"
@@ -131,30 +132,12 @@ questions:
schema:
type: string
default: "--no-color "
- variable: DONATE
label: "DONATE"
description: "% that you would like to donate. Enter a whole number between 0-100, no symbols."
- variable: ALGO_MODE
label: "Algorithm"
description: "Select a coin to mine, eg. rx/0 See https://xmrig.com/docs/algorithms for more info."
schema:
type: string
default: "1"
- variable: FEE
label: "FEE"
description: "Select where you would like to donate the developer fee. Options are dev-fee, lnxd-fee and no-fee."
schema:
type: string
default: "lnxd-fee"
- variable: COIN
label: "COIN"
description: "Select a coin to mine. Options are monero, arqma and dero. You can optionally disable this to use the --algo flag in Additional XMRig Arguments by setting this to x."
schema:
type: string
default: "monero"
- variable: DRIVERV
label: "DRIVERV"
description: "Please note while you can mine Monero with a GPU, it is designed to be mined with a CPU. If you have a GPU, please confirm it is not more profitable to mine a currency that does not intentionally bottleneck GPU mining. Set 20.20 for AMD, other options are for testing purposes only (18.20, 20.45, 20.50). If you have an Nvidia card, enter CUDA Please note that this container will not work with both AMD Drivers and Cuda installed at the same time. if you want to do this, please set this container up for one and create a second, separate container for the other. Please also note that if you use the CUDA value, the container will end up around 3gb in size and take a very long time to start after updates."
schema:
type: string
default: ""
default: "rx/0"
- 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..."