Commit Graph

2229 Commits

Author SHA1 Message Date
Waqar Ahmed
bdee71c1d0 Merge pull request #173 from truenas/catalog-update-fae0
Upgraded catalog item(s)
2021-10-04 10:00:33 +05:00
sonicaj
8b5660d6d2 Upgraded catalog item(s)
This commit upgrades minio catalog item(s).
2021-10-04 04:00:15 +00:00
Waqar Ahmed
5d5c76b01d Merge pull request #171 from truenas/catalog-update-152a 2021-10-03 09:54:07 +05:00
sonicaj
0bcac4e03d Upgraded catalog item(s)
This commit upgrades machinaris catalog item(s).
2021-10-03 04:00:14 +00:00
Waqar Ahmed
60e78a0dfa Merge pull request #168 from truenas/catalog-update-d77b
Upgraded catalog item(s)
2021-10-01 12:33:08 +05:00
sonicaj
d27a5c0cc0 Upgraded catalog item(s)
This commit upgrades chia, ipfs, nextcloud catalog item(s).
2021-10-01 04:00:16 +00:00
Waqar Ahmed
80c176a6f1 Merge pull request #165 from truenas/catalog-update-ab3a 2021-09-25 01:08:03 +05:00
sonicaj
a705e02df1 Upgraded catalog item(s)
This commit upgrades minio catalog item(s).
2021-09-24 20:00:16 +00:00
Waqar Ahmed
a492f0e990 Merge pull request #164 from truenas/catalog-update-0c2c 2021-09-23 18:09:34 +05:00
sonicaj
35d7cc1738 Upgraded catalog item(s)
This commit upgrades minio catalog item(s).
2021-09-23 12:00:17 +00:00
Waqar Ahmed
c636d8aed7 Merge pull request #162 from truenas/catalog-update-59df
Upgraded catalog item(s)
2021-09-21 09:02:00 +05:00
sonicaj
c833241c62 Upgraded catalog item(s)
This commit upgrades plex catalog item(s).
2021-09-21 04:00:15 +00:00
Waqar Ahmed
1453d72772 Merge pull request #159 from truenas/catalog-update-b4d5
Upgraded catalog item(s)
2021-09-19 14:45:15 +05:00
sonicaj
7210ec4ef7 Upgraded catalog item(s)
This commit upgrades machinaris, minio catalog item(s).
2021-09-19 08:00:16 +00:00
Waqar Ahmed
f59e0b8252 Merge pull request #155 from truenas/catalog-update-9d53 2021-09-18 01:04:10 +05:00
sonicaj
455a34db5f Upgraded catalog item(s)
This commit upgrades chia catalog item(s).
2021-09-17 20:00:16 +00:00
Waqar Ahmed
beb56674e0 Merge pull request #149 from truenas/catalog-update-0e3d 2021-09-16 13:01:38 +05:00
sonicaj
95365cc37a Upgraded catalog item(s)
This commit upgrades minio catalog item(s).
2021-09-15 16:00:16 +00:00
Waqar Ahmed
204b3a39a6 Merge pull request #146 from truenas/catalog-update-6a02
Upgraded catalog item(s)
2021-09-14 09:58:03 +05:00
sonicaj
f32c63be2a Upgraded catalog item(s)
This commit upgrades machinaris catalog item(s).
2021-09-14 04:00:15 +00:00
Waqar Ahmed
126ffe2b3d Merge pull request #144 from truenas/catalog-update-6f7d
Upgraded catalog item(s)
2021-09-14 01:15:27 +05:00
sonicaj
d0737e4d27 Upgraded catalog item(s)
This commit upgrades chia catalog item(s).
2021-09-13 20:00:16 +00:00
Waqar Ahmed
20e1278227 Merge pull request #142 from truenas/catalog-update-d699
Upgraded catalog item(s)
2021-09-10 09:03:43 +05:00
sonicaj
aefdff0efe Upgraded catalog item(s)
This commit upgrades chia, minio catalog item(s).
2021-09-10 04:00:15 +00:00
Waqar Ahmed
b10376f156 Merge pull request #139 from truenas/NAS-112192
NAS-112192 / 21.10 / Allow configuring DNS options for ix-chart
2021-09-09 07:03:07 +05:00
Waqar Ahmed
272db06fcb Merge pull request #141 from truenas/catalog-update-a943 2021-09-09 06:19:38 +05:00
sonicaj
666c9fce23 Upgraded catalog item(s)
This commit upgrades plex catalog item(s).
2021-09-09 00:00:17 +00:00
Waqar Ahmed
627c475b21 Merge pull request #136 from truenas/NAS-112137
NAS-112137 / 21.10 / Allow memory backed emptyDir volumes for ix-chart
2021-09-08 20:07:03 +05:00
Waqar Ahmed
521963ded9 Merge pull request #138 from truenas/NAS-112140
NAS-112140 / 21.10 / Update nextcloud upgrade strategy
2021-09-08 11:42:57 +05:00
Waqar Ahmed
9c2b41c243 Merge pull request #140 from truenas/catalog-update-2c3c
Upgraded catalog item(s)
2021-09-08 01:13:24 +05:00
sonicaj
482c952c4d Upgraded catalog item(s)
This commit upgrades chia catalog item(s).
2021-09-07 20:00:16 +00:00
sonicaj
36b5620596 Allow configuring DNS options for ix-chart
This commit adds changes to allow customzing dns configuration so that users can add extra options like ndots which are useful when using ClusterFirst policy to enforce different DNS resolution settings.
2021-09-06 16:41:17 +05:00
sonicaj
28906ca77a Bump ix-chart version 2021-09-06 16:41:12 +05:00
sonicaj
4ea3f015f6 Update nextcloud upgrade strategy
For nextcloud tags, 21.1 is greater then 21.1.0 so we reverse sort the tags list before doing semantic versioning as in semantic versioning both tags are equal and when we reverse sort it, 21.1 is prioritised over 21.1.0.
2021-09-06 15:31:50 +05: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
ae11c149d4 Update stable train from test train 2021-09-03 20:08:23 +05:00
sonicaj
3e02cd90b4 Allow memory backed emptydir volumes 2021-09-03 20:08:03 +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
sonicaj
805fda5fd2 Bump ix-chart version 2021-09-03 17:19:19 +05:00
sonicaj
281d54bb65 Update stable train from test train 2021-08-31 20:02:07 +05:00
sonicaj
6776dadd67 Generate host networking configuration separately 2021-08-31 20:02:07 +05:00
sonicaj
845abb0a75 Do not allow configuring host networking when external interfaces are specified 2021-08-31 20:02:07 +05:00
sonicaj
f79aa0148a Bump ix-chart version 2021-08-31 20:02:07 +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
Waqar Ahmed
f29b60651a Merge pull request #132 from truenas/catalog-update-5f23
Upgraded catalog item(s)
2021-08-30 22:30:52 +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
Waqar Ahmed
5167167c46 Merge pull request #131 from truenas/machinaris-url
Update machinaris app icon
2021-08-27 22:42:45 +05:00
sonicaj
0de89c6579 Update machinaris app icon 2021-08-27 22:36:18 +05:00
Waqar Ahmed
946459f2a9 Merge pull request #130 from truenas/catalog-update-1b14
Upgraded catalog item(s)
2021-08-26 01:03:01 +05:00
sonicaj
55d20a590a Upgraded catalog item(s)
This commit upgrades chia catalog item(s).
2021-08-25 20:00:16 +00:00