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.
* 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)
* Fixes#116 by swapping MINIO_ACCESS_KEY and MINIO_SECRET_KEY with MINIO_ROOT_USER and MINIO_ROOT_PASSWORD
Signed-off-by: Josh Cox <josh@webhosting.coop>
* Removing default_values.yaml as per request
Signed-off-by: Josh Cox <josh@webhosting.coop>
* 1.3.12
Signed-off-by: Josh Cox <josh@webhosting.coop>
* Moving test
This commit adds changes to allow specifying cluster first dns policy for ix-chart as it can be useful for cases where the workload running with ix-chart needs to consume internal kubernetes dns for accessing service(s)/workload(s) etc.
This commit adds changes to update how we determine if we have an updated tag available for chia - recently we have shifted the versioning scheme on our docker image of chia and this change is to account for that so we can have automated updates.