Commit Graph

48 Commits

Author SHA1 Message Date
dbb12345
f3065b0827 Upgrade from 1.13 to 1.14 and mach 8.4 to 8.5
Upgrade from 1.13 to 1.14 and mach 8.4 to 8.5
2022-11-10 16:26:28 -05:00
M. Rehan
0bec37273d update machinaris from 0.8.3 to 0.8.4 2022-10-12 16:46:33 +05:00
M. Rehan
45d40b5446 update machinars to 0.8.3 2022-08-30 20:15:08 +05:00
M. Rehan
d39c5bbb9c Add common method for defining cpu/memory/gpu limitations 2022-07-29 02:12:09 +05:00
sonicaj
fbdaef8303 Temporarily disable machinaris upgrade strategy 2022-07-26 16:04:57 +05:00
sonicaj
2cb3d4ab7f Upgraded catalog item(s)
This commit upgrades machinaris, minio catalog item(s).
2022-07-18 08:00:13 +00:00
sonicaj
18ccce364d Upgraded catalog item(s)
This commit upgrades machinaris, minio catalog item(s).
2022-07-01 12:00:13 +00:00
M. Rehan
dd2d22d165 Add resource limits for applications 2022-06-28 18:32:27 +05:00
M. Rehan
8b63e23625 Allow special paths for host path mounts 2022-06-22 16:47:58 +05:00
M. Rehan
e599e7ec1e Add host path validations for applications 2022-06-15 17:47:56 +05:00
M. Rehan
2da739b009 Use stdin for retrieving image tags provided by catalog update 2022-05-25 17:47:33 +05:00
sonicaj
394140b324 Upgraded catalog item(s)
This commit upgrades chia, syncthing, plex, machinaris, minio, nextcloud, emby catalog item(s).
2022-05-17 21:41:31 +00:00
M. Rehan
0d86af8488 Enable upgrade strategy of machinaris app 2022-04-05 23:40:38 +05:00
sonicaj
31def10c23 Temporarily disable machinaris automated image updates 2022-03-12 10:50:55 +05:00
sonicaj
3322760dff Upgraded catalog item(s)
This commit upgrades machinaris catalog item(s).
2022-02-04 12:00:12 +00:00
Vincent Chan
50c1f44164 bump version and also test train
Bump version to 1.1.2, and also test train
2022-01-29 23:46:03 +08:00
sonicaj
80a3c0e8d7 Upgraded catalog item(s)
This commit upgrades machinaris, minio catalog item(s).
2022-01-04 12:00:10 +00:00
M. Rehan
7448c5a361 enable upgrade strategy 2021-12-27 18:15:17 +05:00
M. Rehan
0bba711c2e remove farmer address / controller address as they're expected from user 2021-12-15 16:17:02 +05:00
M. Rehan
6c62f7742c Add test values as well 2021-12-13 23:20:36 +05:00
M. Rehan
3a7ea8729f Add additional env variables for worker mode + machinaris app update fix 2021-12-13 23:20:36 +05:00
M. Rehan
24bd06cb58 increase delay 2021-12-10 02:08:22 +05:00
M. Rehan
cfa08e51c7 Add tests 2021-12-10 02:03:52 +05:00
M. Rehan
bf668ca65e Move to test train 2021-12-06 21:54:03 +05:00
Muhammad Rehan
9bdeba303e Finalize Machinaris-1.1.0
- Add support for enabling cactus, chives, cryptodoge, flax, flora, hddcoin, maize, nchain, stacoin and stor coins into machinaris
-- Add deployment for each coin with environment variables and volume mounts
-- Add questions to configure them & turn them on/off on-demand
- Revert to my initial cluster IP based implementation as it cannot co-exist with hostnetwork + we cannot change coin ports otherwise blockchain network won't be able to communicate
- Updates to common/library
2021-12-06 21:44:38 +05:00
Muhammad Rehan
08286daeb0 Add deployments for additional coins 2021-12-06 21:44:34 +05:00
M. Rehan
8e2f6f5c36 Update test train applications 2021-12-06 21:28:47 +05:00
sonicaj
969e78356a Temporarily disable machinaris automated image updates 2021-11-01 18:32:05 +05:00
sonicaj
70b0c8dbe5 Add worker_address as a requirement for env variables 2021-10-24 14:10:27 +05:00
sonicaj
fbcf9a4eb8 Upgraded catalog item(s)
This commit upgrades machinaris catalog item(s).
2021-10-24 08:00:10 +00:00
sonicaj
e9988cfc31 Upgraded catalog item(s)
This commit upgrades chia, plex, machinaris, minio catalog item(s).
2021-10-19 12:00:12 +00:00
sonicaj
0bcac4e03d Upgraded catalog item(s)
This commit upgrades machinaris catalog item(s).
2021-10-03 04:00:14 +00:00
sonicaj
7210ec4ef7 Upgraded catalog item(s)
This commit upgrades machinaris, minio catalog item(s).
2021-09-19 08:00:16 +00:00
sonicaj
f32c63be2a Upgraded catalog item(s)
This commit upgrades machinaris catalog item(s).
2021-09-14 04:00:15 +00:00
Gavin Chappell
9904bcebb5 add optional resource limits to Machinaris Chart on test track (#137)
* add optional resource limits to Machinaris Chart on `test` track

* removed question mark

* regex validation of values

* Memory validation comes straight from `k3s-io/k3s` in `vendor/k8s.io/apimachinery/pkg/api/resource/quantity.go`
* CPU validation is home-grown and allows both the fractional representation as well as the "millicore" representation, but because the minimum precision is `1m`, fractions and millicores cannot be used together ([read more](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-cpu))
  * any string containing a period MUST NOT end with an `m` as this must be a fractional representation
  * otherwise any string containing only digits MAY end with an `m` (to represent a number of millicores) or not (to represent one or more entire cores)
2021-09-06 14:44:57 +05:00
sonicaj
8e1b81dfc2 Upgraded catalog item(s)
This commit upgrades chia, machinaris, minio, nextcloud catalog item(s).
2021-09-03 19:16:38 +05:00
Gavin Chappell
1291bac165 enable TTY to allow plotman to start (#134)
* enable TTY to allow  to start

* match test train to live train
2021-08-31 16:37:45 +05:00
sonicaj
9ece098bcf Upgraded catalog item(s)
This commit upgrades chia, machinaris, nextcloud catalog item(s).
2021-08-30 17:24:37 +00:00
sonicaj
0de89c6579 Update machinaris app icon 2021-08-27 22:36:18 +05:00
sonicaj
b7ca092144 Upgraded catalog item(s)
This commit upgrades machinaris catalog item(s).
2021-08-13 20:00:16 +00:00
sonicaj
a795e211bc Expose machinaris api port for workers usage 2021-08-10 13:16:08 +05:00
sonicaj
c187f57be4 Bump machinaris chart version 2021-08-10 13:12:45 +05:00
sonicaj
3663e22709 Update test port value for CI 2021-08-06 19:04:14 +05:00
sonicaj
17635b740e Define upgrade strategy for automated updates for machinaris 2021-08-06 18:56:53 +05:00
sonicaj
8b3badeb57 Update path for machinaris portal 2021-08-06 18:55:42 +05:00
sonicaj
f422035180 Update timezone configuration group 2021-08-06 18:47:22 +05:00
sonicaj
872c96337c Add support for machinaris UI 2021-08-06 18:40:47 +05:00
sonicaj
18a727ad0b Add machinaris application 2021-08-06 18:32:55 +05:00