1. 25 Sep, 2021 1 commit
  2. 23 Sep, 2021 2 commits
  3. 21 Sep, 2021 2 commits
  4. 19 Sep, 2021 2 commits
  5. 18 Sep, 2021 2 commits
  6. 16 Sep, 2021 2 commits
  7. 14 Sep, 2021 4 commits
  8. 10 Sep, 2021 2 commits
  9. 09 Sep, 2021 3 commits
  10. 08 Sep, 2021 4 commits
  11. 06 Sep, 2021 4 commits
    • sonicaj's avatar
      Allow configuring DNS options for ix-chart · 36b56205
      sonicaj authored
      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.
      36b56205
    • sonicaj's avatar
      Bump ix-chart version · 28906ca7
      sonicaj authored
      28906ca7
    • sonicaj's avatar
      Update nextcloud upgrade strategy · 4ea3f015
      sonicaj authored
      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.
      4ea3f015
    • Gavin Chappell's avatar
      add optional resource limits to Machinaris Chart on `test` track (#137) · 9904bceb
      Gavin Chappell authored
      * 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)
      9904bceb
  12. 03 Sep, 2021 4 commits
  13. 31 Aug, 2021 7 commits
  14. 28 Aug, 2021 1 commit